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: 

Screen exits for tcode vl31n.

Former Member
0 Kudos

Hi,

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

Please provide any screen exits for that.

Thanks,

5 REPLIES 5

former_member585060
Active Contributor
0 Kudos

No Screen Exit available for VL31N

Try using SHD0, by creating a Variant for that Transaction

0 Kudos

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,

0 Kudos

Hi,

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

VL31N.

0 Kudos

>

> 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.

asik_shameem
Active Contributor
0 Kudos

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'.