cancel
Showing results for 
Search instead for 
Did you mean: 

How to capture the Actions at runtime in CRMD_ORDER.

Former Member
0 Kudos

hello all,

My requirement is as follows.

At the time of changing action say from create to development i need to do a check whether partner function ( for development ) is maintained or not.if they are not maintained then i need to display an error message.i have found the BADI and FM for finding Partner function. now i need to find what action has been performed?? at run time of CRMD_ORDER. if there is any solution please let me know.

Thanks,

Shiva.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

you can use the ORDER_SAVE BAdI to check fields.

Get current partner with: CRM_ORDER_READ_OW

If the partner isn't maintained you can throw the exeption DO_NOT_SAVE

regards

Former Member
0 Kudos

hi andreas,

thanks for the response.

i need to check for a particular action .......

Can you tell me by which Fucntion module i can read the actions on the screen.....

please let me know if you want more info.....

Thanks,

Shiva