Hi
I have implemented a new badi for store data in an own table when the user create an activity (can't doit in before save,they must have a chance to rerun the action). Def name EXEC_METHODCALL_PPF,
method IF_EX_EXEC_METHODCALL_PPF~EXECUTE.
In the method I call method <b>get_crm_obj_guid</b> to get the guid for the activity.
The problem that I want to save more values from the activity,How to get for example process type (transaction type in CRMD_ORDERADM_H)????
Is there anyone that have an ide how to do??
BR//JL
Hi Jan!
When you look at the 'where used' list of method EXECUTE, you will find some example implementations (like CL_IM_CREATE_NEW_BOOK_PPF).
Regards,
Christian
Add a comment