cancel
Showing results for 
Search instead for 
Did you mean: 

Changed values are not getting reflected immediately in WEB UI(CRM 7.0)

Former Member
0 Kudos

Hi,

I am updating marketing attributes of Account and Contact on saving Lead, using BadI "ORDER_SAVE" (Method - CHECK_BEFORE_SAVE). But the problem is, The values are getting updated immediately in SAP GUI. But they are not getting updated in WEB UI immediately. When I reload the Page in WEB, then I am able to see these values.

I am usiing the following code to update the values in WEB.

lo_core->modify().

lo_tx = lo_contact_head->get_transactio().

If lo_tx is bound.

if lo_tx->save() = 'X'.

lo_tx->commit().

endif.

endif.

Please let me know, what steps I need to follow to solve this issue.

Thanks,

Sandeep

Accepted Solutions (0)

Answers (1)

Answers (1)

Maggie
Employee
Employee
0 Kudos

Hello Sandeep,

Please implement the change in change_before_update.

And please do not trigger your own commit in the BADI, becasue the API allows only one commit.

Best regards,

Maggie