2012 Feb 10 6:22 AM
Hello Experts,
I want to update a Z-field in table VEKP at the time of creation of HU through Tcode COPP1.
I found BADI_HU_SAVE but here IT_HEADER is a Importing parameter and hence cannot be changed.
Can anyone please suggest some other BADI or Exit which have structure of VEKP for transaction COPP1.
Thanks in advance.
Thanks & Best regards
Ankur
2012 Feb 10 6:25 PM
Hi Ankur,
Put a breakpoint in GET_INSTANCE method of CL_EXITHANDLER class.
Then create HU through your T code and save it.
While saving, it will call all the BADIs involved in it.
Make a note of them and check.
You can find the one which suits your requirement.
Cheers,
Raja.D
2012 Feb 10 6:25 PM
Hi Ankur,
Put a breakpoint in GET_INSTANCE method of CL_EXITHANDLER class.
Then create HU through your T code and save it.
While saving, it will call all the BADIs involved in it.
Make a note of them and check.
You can find the one which suits your requirement.
Cheers,
Raja.D