‎2009 Sep 19 6:55 AM
When using the FM GN_DELIVERY_CREATE i am not getting any delivery created for a PO.
‎2009 Sep 19 10:28 PM
Hi Hasan,
if you do n ot get ny errors you may have to issue COMMIT WORK after callinmg the FM.
Regards,
Clemens
‎2009 Sep 20 5:23 AM
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
‎2009 Sep 20 9:21 AM
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.