Application Development and Automation 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: 
Read only

FM not returning any data

Former Member
0 Likes
562

When using the FM GN_DELIVERY_CREATE i am not getting any delivery created for a PO.

3 REPLIES 3
Read only

Clemenss
Active Contributor
0 Likes
488

Hi Hasan,

if you do n ot get ny errors you may have to issue COMMIT WORK after callinmg the FM.

Regards,

Clemens

Read only

Former Member
0 Likes
488

Hi,

After calling any function module, and if it has to do any changes in the SAP database table, u must do Commit work..

After call function, you should give either COMMIT WORK or CALL FUCNTION ' BAPI_TRANSACTION_COMMIT'......i.e

CALL FUNCTION 'GN_DELIVERY_CREATE'

importing

exporting.

either

COMMIT WORK.

or

CALL FUCNTION ' BAPI_TRANSACTION_COMMIT'.

Regards,

Surya

Read only

Former Member
0 Likes
488

Hi Hassan ,

You need to check wether delivery exist for that Purchase order, then only you can decide that FM is not giving proper output.

For this you can contact functional consultant or you can check the document flow from VA03( check this ) . button second from right.

Hope its help you.