Add Custom Tab to VL02N, VL03N
LE_SHP_TAB_CUST_HEAD Badi should be used to add custom tab to VL02N VL03N. Lets see the steps to add custom tab one by one.
Append your structure to LIKP table.
With se18 t-code, if doesn’t exist you should create an enhancement implementation. I have already created one and i can see with display option. Double click on implementation name.
Create a function group and define the variables in its TOP include(LZXXTOP) .
TABLES : zzsdappend_likp."(You can also de
Read More »