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: 

VL06 list of outbound deliveries change headears

mikesenikoglou
Explorer
0 Kudos

Hi all,

Is there a way to change LIPOV-EXIDV's ALV header in vl06?

Thanks,

Mike

1 ACCEPTED SOLUTION

mikesenikoglou
Explorer
0 Kudos

Solved by myself

5 REPLIES 5

raymond_giuseppi
Active Contributor
0 Kudos

You could translate the texts of data element EXIDV, but that will update other (most) dynpros in the system

You could use one of those transactions

  • SE63 for translation of data element text
  • CMOD Goto, Text Enhancement, Key Words, Change

You could also find some Enhancement to change field catalog in the VL06 menu (many reports behind sharing common FM and include, look at form define_fieldcat in include LV50QF1T)

0 Kudos

I though about that, but I do not want to update EXIDV everywhere. Thanks though

Do you have an enchantment in VL06 I could use?

mike.senikoglou In my opinion you should either change EXIDV labels everywhere as raymond.giuseppi suggested or not change at all. Changing the labels only in VL06 will make user experience worst as EXIDV labeling will get inconsistent.

I agree with 3a9e4ce873a94034b33dc62b0ce600ee that would be more consistent.

(And I don't have "Enchantment" available, I would only suggest the implied point of "Enhancement" at the end of the form mentioned above, so after the standard FM build the catalog and SAP already performed some modficatons there).

mikesenikoglou
Explorer
0 Kudos

Solved by myself