Skip to Content
0
Former Member
Jan 13, 2012 at 04:42 PM

CRM WEB UI fields not immediately sent to badi.

36 Views

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