In IWO10009
- First perform some navigation in exit function group to identify required includes
- Declare some save fields for EXIT_SAPLCOIH_009 in the global data (ZXWOCTOP)
- You can fill those read/save field in the PBO/PAI function exit for customer fields (also if you used sole TABLES statement) you can directly update those field from dynpro
- In EXIT_SAPLCOIH_009 (or in any of the other exit) add a PERFORM ON COMMIT that will be triggered at save only once,
- Insert the form in the ZXWOCZZZ include. you can even perform your udpate in a update task FM to respect SAP database update principles (CALL <z_your_update_fm> IN UPDATE TASK in the form)
Regards,
Raymond




