‎2007 Dec 05 5:52 AM
Hi Friends,
I've created an implementation for BADI CUSTOMER_ADD_DATA.
When I create a customer in VD01/XD01, I don't know how to use this enhancement to set default value for some screen fields on tab <b>Sales Area Data</b> e.g Sales Office, Sales Group....
Anyone can help me? Some code lines sample for this enhancement?
Thanks,
Gy
‎2007 Dec 05 7:39 AM
Hi,
Check SAP Note:577502
In the method CHECK_ADD_ON_ACTIVE,
you have to code like this:
if I_SCREEN_GROUP = 'Z1'.
E_ADD_ON_ACTIVE = 'X'.
endif.
Check if this helps:
There are some sap notes SAP Note 577502 with this connection. Read them as well.
IN SPRO , make a search with search string "Enhancement in Customer Master".
It would take you to a node:
Prepare Modification-Free Enhancements in Customer Master Record.
It is well documented. See if it is what you are looking for.
Regards