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: 

Add fields in VL10 report - EHN

Former Member
0 Kudos

Hi ,

I am supposed to add two fields from Table KNVV-KVGR1/KVGR2 table in to alv report output of VL10/VL10A.

I have tried for BADI but none got trigged. Is.Is the any Badi/Exits available or do I need to go for explict/implicit enhancement.

Kindly help urgent requirement.

Thanks in advance.

Thanks,

D.Dutta.

4 REPLIES 4

madhu_vadlamani
Active Contributor
0 Kudos

Hi,

Please check the sap note.

Regards,

Madhu.

198137 - VL10: Customer-specific enhancements / user exits

0 Kudos

Hi Madhu,

I have already checked for the above exit.

can you please guide me regarding this note and with the process Do I need to implement the note or just go ahead with implict/explict ehn.

Am using Ecc 6.

Thanks,

Debrath.

0 Kudos

Hi,

  1. Please check this include  LV50R_VIEWG05  userexit_prepare_layout_fill.

     In this Include, you can change the ALV-layout.It may be useful.

Regards,

Madhu

0 Kudos

Hi

Madhu is right. Please, see the coding in include V50R_USEREXITS

* 1. Add field to list-display

* Userexits for additional fields on list display

* use append-structure in DDIC at structure SHP_VL10_ITEM

* and ad field value in one of these routines

*INCLUDE LV50R_VIEWG02.       "POS_ITEM_FILL_USER:       SD/MM-orders

*INCLUDE LV50R_VIEWG03.       "POSTAB_VEPVG_FILL_USER    SD-Index

*INCLUDE LV50R_VIEWG06.       "POSTAB_VETVG_FILL_USER    MM-Index

*INCLUDE LV50R_VIEWG07.       "POSTAB_DELIVERY_FILL_USER Delivery item

Do double click and see the coding. If you are in ECC 6.0, do an implicit. If not, go to SCCR.

I hope this helps you

Regards

Eduardo