cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance VT11 with additional fields

Former Member
0 Kudos

Hello,

I got the following requirement, I want to add Shiptoparty and Postal Code as additional fields into VT11 Transaction.

Couldn´t find any related OSS note and tried to follow the description on http://sap.ittoolbox.com/groups/technical-functional/sap-log-sd/shipment-list-vt11-how-to-add-custom.... Yet there is no enhancement point in the Form shipment_display.

Is there any way to get these fields in VT11, without copy and make a z trans of it ?

BR Matthias

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184966
Participant
0 Kudos

Dear Matthias Schober,

Please find the below steps to perform:

1) Add customer data to VT11 structure:

i) SE11 -> Data type: VTTK_ALV -> Display -> Append Structure -> New -> fill your customer fields -> Activate

2) Fill these customer data:

i) SE38 -> RV56TRSL -> Display -> from top menu -> Program -> Enhance -> Edit -> Enhancement Operations -> Show Implicit Enhancement Options

ii) Find form named shipment_display. In FORM shipment_display you should see a line like """"""""&qu   ot;""""""""&  qu ot;""""""""&  qu ot;""""""""&  qu ot;"""""""" . This is enhancement point.

iii) Right click at this line. From popup menu -> Enhancement Implementation -> Create -> select -> Code -> give a name -> Create an implementation.

iiii) Write your code at this enhancement. Or create a function module. Write your update code in FM. Simply call your FM at this enhancement point.

I hope this may help you to solve your issue.

Thanks

Anand Kumar KS