I'm working with the following:
Bapi_prodord_get_detail
bapi_prodord_change
I have an input form on the get detail presenting a table view of the production order header. This is editable.
The user can change the start and finish date and the order quantity.
there is a SAVE button in the table tool bar.
What I want to happen is for the SAVE event to call the Change bapi with populated values from the table and make the change.
I cannot get this to work.
I've tried a data store and Input thingies - all to no avail. (I'm a beginner!)
Appreciate any help