Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Screen exit in vl01n

former_member842213
Participant
0 Kudos

Hi All,

I would like to add one more tab in the t.code Vl01n,Can i use this "DELIVERY_ADDR_SAP " BADI,Some body suggest me how to proceed as i am doing this for the first time.Kindly share your thoughts

2 REPLIES 2

Former Member
0 Kudos

Refer:

[;

[;

asik_shameem
Active Contributor
0 Kudos

Hi

If you are enhancing the screen in HEADER level

Use BADI LE_SHP_TAB_CUST_HEAD

If you are enhancing the screen in ITEM level

Use BADI LE_SHP_TAB_CUST_ITEM

Methods:

ACTIVATE_TAB_PAGE " Assign the Program name & screen number
TRANSFER_DATA_TO_SUBSCREEN  " transfer data from table to new tab 
TRANSFER_DATA_FROM_SUBSCREEN " transfer data from new tab to table