cancel
Showing results for 
Search instead for 
Did you mean: 

additional tab in vl01n

Former Member
0 Kudos

Dear Experts,

I have one user requirement-user wants an additonal tab to be inserted in vl01n transaction via a z table. is it possible and how?

Regards,

Raj.

Accepted Solutions (1)

Accepted Solutions (1)

former_member217082
Active Contributor
0 Kudos

Hi Raj

You need to go with the user exits

USEREXIT_FIELD_MODIFICATION - This user exit can be used to modify the attributes of the screen fields.

Hope this data will help you

Regards

Srinath

Answers (5)

Answers (5)

Former Member
0 Kudos

.

Former Member
0 Kudos

thanks.closing

Former Member
0 Kudos

Dear Experts,

Thank You all so much. I would get back ASAP with the results

Regards,

Raj

Manoj_Mahajan78
Active Contributor
0 Kudos

Hi..

Try USEREXIT_FIELD_MODIFICATION .Take help from your ABAP person.

Regds

MM

Former Member
0 Kudos

Use the BADi LE_SHP_TAB_CUST_HEAD to add field in the delivery header and BADI LE_SHP_TAB_CUST_ITEM to add at the item level.

By using these, you can create your own custom tabs and screens where you can display and process your own data.

Just give these names to an ABAP'er along with your requirement and he/she should be able to do it.