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

Screen exits for tcode vl31n.

Former Member
0 Likes
1,212

Hi,

I need to add push button(Print) in VL31N tcode.

Please provide any screen exits for that.

Thanks,

5 REPLIES 5
Read only

former_member585060
Active Contributor
0 Likes
905

No Screen Exit available for VL31N

Try using SHD0, by creating a Variant for that Transaction

Read only

0 Likes
905

Hi Balakrishna,

Through the SHD0 transaction can we add one new field to the standard tcode(VL31N).

If it possible, can you please tell me how to do that.

Thanks,

Read only

0 Likes
905

Hi,

check this link, you will get the Screen exit for transaction

VL31N.

Read only

0 Likes
905

>

> Hi Balakrishna,

>

> Through the SHD0 transaction can we add one new field to the standard tcode(VL31N).

>

> If it possible, can you please tell me how to do that.

>

> Thanks,

From SHDO we cannot add any new field to transaction.we can only modify in terms of hide and mandatory and enable the field.

we cannot add anythig from SHDO.

Read only

asik_shameem
Active Contributor
0 Likes
905

Hi

Use BADI LE_SHP_TAB_CUST_HEAD for delivery header.

Method: ACTIVATE_TAB_PAGE

Use BADI LE_SHP_TAB_CUST_ITEM for delivery item

Method: ACTIVATE_TAB_PAGE.

In the method specify the caption, program name and screen number as below.

ef_caption = 'Customer Data'.
ef_program = 'Z_IBDELIVERY'.
ef_dynpro  = '9000'.