Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery is not creating?

Former Member
0 Kudos

Hi all,

i am doing the Delivery by using Standard FM "**BAPIDELIVERYPROCESSING_EXEC"_.

and i m passing all the mandatory which above Fm needs.

It is not creating the Delivery,Even it is not throwing any error also............

3 REPLIES 3

Former Member
0 Kudos

are you calling BAPI_TRANSACTION_COMMIT after calling your BAPI ??

Former Member
0 Kudos

Hi Bhargava,

You will get created delivery numbers in table CREATEDITEMS.

Make sure you have declared CREATEDITEMS and passed to BAPI.

plz refer -

CALL FUNCTION 'BAPI_DELIVERYPROCESSING_EXEC'

TABLES

request = t_request

createditems = t_createditems

return = t_return.

Created delivery will be returned as CREATEDITEMS-DOCUMENT_NUMB.

Also give 3 seconds wait after 'BAPI_DELIVERYPROCESSING_EXEC' as sometimes system takes more time for database commit.

Regards,

Aparna.

0 Kudos

Hi Aparna,

Thanks for ur reply....

I am doing the same only....but it is not creating the delivery,even it is not giving any messae in the return table.(i.e both tt_created,tt_return tables are initial...)...and i m passing the all obligatory parameters...

Regards,

Ravi...