Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
tugcezorlu
Explorer
5,093

This article explains step by step what to do when adding a new field to vlo6*(VL06O, VL06I, VL06G, VL06P, VL06T, VL06F, VL06C, VL06IP, VL06IC, VL06IT, VL06IG, VL06IF) screens

you can check https://me.sap.com/notes/128150

Scenario: let's add the definition of delivery type(VTEXT field)

In transaction code CMOD, choose 'Utilities -> SAP Enhancements

1.png

Enter the name of the enhancement 'V50Q0001' and execute

2.png

Double click on exit name to display function exits

3.png

4.png

We have to check if the includes are active

5.png

If exits are active, when we click on CMOD components they should appear active as follows. If it does'nt appear active in this way, we can assign

6.png7.png

Then we go to SE11 to LIPOV which is the structure where we will add the field

Give database table and in change mode.8.png

 Click append structure and give new name.

9.png

 Double click the component type and add related fields to structure VTEXT

10.pngCheck that the relevant field is active and saved in the append structure as follows

11.png

The field we added comes to VL06O empty

12.png

We write the following code block in exit for the definitions to come in13.png

Delivery type definitions come like this14.png

I would be happy to read your thoughts and comments and if there are better ways to fulfil the requirement, please leave them in the comment section below.

Thanks so much

 

1 Comment
Labels in this area