I have some code in CRM_ORDERADM_H_BADI. The code itself works fine. However, newly updated fields on the WEB UI screen are not immediately sent to the badi.
Note that I'm calling CRM_ORDER_READ_OW in the badi on each pass.
For example:
1. Create service contract.
2. Enter soldto press <enter>.
3. Change billto press <enter>. The new billto IS NOT passed to the badi.
4. Change description press <enter>. The new billto IS passed to the badi.
I cannot believe that SAP forces you to hit enter twice to return screen data.
Thanks
Leo