‎2009 Jan 16 1:16 PM
Dear All,
In order to get the production order scheduling data I want to use BAPI 'BAPI_PRODORD_SCHEDULE' with in a Z* ABAP program but I don't want any DB updates or DB commit while calling this BAPI. Please let me know how this can be achived?
Thanks in advance
‎2009 Jan 16 1:19 PM
The documentation of the BAPI has the statement
Update Control
The method independently triggers the update to the database.
After the method has been called you must not execute a COMMIT WORK again.So I guess you cannot execute the BAPI without modifying the database.
regards,
Jinson