Hello,
You can do this by implementing BADI CUSTOMER_ADD_DATA
Create an implementation in SE19, for example ZCUSTOMER_ADD_DATA
Method: PRESET_VALUES_SAREA
Code example:
METHOD if_ex_customer_add_data~preset_values_sarea .
IF i_kna1-erdat IS INITIAL. "Customer is being created
e_knvv-kvgr1 = '001'.
ENDIF.
ENDMETHOD.
Kind regards,
Johan Wigert
Dear Andrea
Go to OBD2, select your account group and execute. There you can make the required fields as Optional, Req.Entry or Supress
thanks
G. Lakshmipathi
Add a comment