Application Development and Automation 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: 
Read only

Regarding BADI

Former Member
0 Likes
725

Hi,

I want to add Two tabs at Item level in VL31n using BADI,please suggest some way......

Hi,

I want to add Two tabs at Item level in VL31n using BADI,please suggest some way......

6 REPLIES 6
Read only

Former Member
0 Likes
690

Hi,

Check BADI "LE_SHP_TAB_CUST_ITEM" Tab Page for Own Data - Item Detail Delivery

Regards,

Ranjit Thakur.

<b>Please Mark The Helpful Answer.</b>

Read only

Former Member
0 Likes
690

hI,

implemented the BADI LE_SHP_TAB_CUST_HEAD and LE_SHP_TAB_CUST_ITEM method.

and badi_le_shp_goodsmovement it trigger for inbound(VL31N/32N) and out bound delivery(VL02N)

<b>Reward points</b>

Regards

Message was edited by:

skk

Read only

0 Likes
690

How can i proceed further to that......it would be of great help if you can explain me in short.......

Message was edited by:

Sudhanshu Jain

Read only

0 Likes
690

Hi,

implemented the BADI LE_SHP_TAB_CUST_HEAD method ACTIVATE_TAB_PAGE by passing

EF_CAPTION

EF_POSITION

EF_PROGRAM

EF_DYNPRO .

created a subscreen in the program SAPMV50A with screen number 9000. Passed these values to EF_PROGRAM, EF_DYNPRO.

<b>Reward points</b>

Regards

Read only

0 Likes
690

How can i create a subscreen in a standard program as i do not have a access key.........

Read only

Former Member
0 Likes
690

Thanks