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

Custom fields in VL01N

Former Member
0 Likes
2,581

Hi all,

I need to add custom fields in tcode VL01N,VL02N and VL03N under the tab Item Overview.

How to add the fields?

Hi all,

I need to add custom fields in tcode VL01N,VL02N and VL03N under the tab Item Overview.

How to add the fields?

4 REPLIES 4
Read only

Former Member
0 Likes
1,685

Sorry I need to enhance the std transactions VL31N,VL32N,VL33N .

Read only

0 Likes
1,685

Hi Ram,

I guess there is a screen enhancement available(i had used it for VL01N/02N03N), i guess this should be available for VL31N/32N/33N...check in SMOD. Once you have found the screen exit, you can use any available Userexits to save these values.

All the best!!!

Regards,

Chen

Edited by: Chen K V on Mar 17, 2010 7:47 AM

Read only

Former Member
0 Likes
1,685

implemenmt BADI LE_SHP_TAB_CUST_HEAD for header enchancement

or BADI LE_SHP_TAB_CUST_ITEM for item

Read only

Former Member
0 Likes
1,685

Hi,

find the enhancements for those transactions by using SE24 or goto transaction > choose status option> find program name--> enter program name in SE38 --> goto attributes and find the package --> then goto SE84 give the package name in the enhancements.

If u want to add the custom field in the perticular tab -> goto that perticular screen> click on status button> find the program name and screen no:> go for SE51 give tha deatils and find the enhancement .

Thanks,