cancel
Showing results for 
Search instead for 
Did you mean: 

CRMD_ORDER User Status Change before Save

Former Member
0 Kudos

Does anyone know where I am able to check what the User Status has been changed to by an action before saving? I would like to be able to retrieve this using ABAP. One of the function modules I used to retrieve statuses only has the current saved Status.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks!

Former Member
0 Kudos

Try using FM CRM_ORDER_READ_OW. It reads data from the memory and not from the database. You can probably call in from an ORDER_SAVE badi implementation.