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: 

Additional TAB in shipment screen VT01N

Former Member
0 Kudos

Hi,

Could you please let me know how we can add additional TAB in Shipment screen VT01N / VT02N.

1. Do we have any suitable BADI for doing this?

2. Is it possible by creating a Z Transaction code to the Shipment screen and achieve

aditional TAB on the screen ?

If so , tell me the method it can be acheived. Can we still ensure the flow of the process?

Thanks!

2 REPLIES 2

mvoros
Active Contributor
0 Kudos

Hi,

try of these BADIs: LE_SHP_TAB_CUST_ITEM, LE_SHP_TAB_CUST_HEAD and LE_SHP_TAB_CUST_OVER. It depends on where do you want to display your tab. To get info about how to implement BADIs check their documentation and sample code. Everything is very well documented.

Cheers

Former Member
0 Kudos

These BADI 's are meant for delivery but not for Shipment screen. I am exclusively looking for Shipment screen VT01N.

Can any one can help me with the method using Z Transaction code to add additional TAB in shipment screen?