Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member183155
Active Contributor

The reports includes an implementation of  " VL06: Designing your own display variants". You want to add your own fields to the standard display variants of the delivery monitor when it is a quide for solution.


Related Oss Notes


128150 - VL06: Designing your own display variants

122975 - Resetting buffering of ALV field catalog

113048 - Collective note on delivery monitor

320226 - Delivery monitor: No negative quantities in returns

1144147 - Error during DIMP activation relating to structure LIPOVZ

113033 - VL06: No cancel for goods movement postings


Business Requirement


You can not modify your own display variants with customizing for this you can benefit from belowed example.

Related tables and tcodes


LIPOV , LIPOVZ , CT_POSTAB , VL06O

Solution

   Firstly , find function group like belowed or go inside of program Goto --> Attributes

   CALL CUSTUMER-FUNCTION

   Tcode : SE80 , Function group : V50Q

   Double click CT_POSTAB , find structure of internal table.

   LIPOV is our related structure , this step is related append structure.

   Go to --> SE11 tcode.


   In change mode , click append structere and give name.

   In this step , add related fields to structure. KDMAT is appended for this example.

   Check fields on structure like belowed , save and activate.

  Function module EXIT_SAPLV50Q_001 to find include. MODSAP table get relation in member.

   SAP EXTENSION NAME --> V50Q0001

  Tcode --> SMOD --> Change --> Components --> EXIT_SAPLV50Q_001 --> Go to include  ZXV50QU01

  In this example , lips-kdmat (customer material number) is assigned to ct_postab-kdmat .

  Also , kdmat is appended to LIPOVZ.


Note : BALVBUFDEL program must be run with SE38 for deletion of last buffer . Details on oss note 122975.

Result :

7 Comments
Labels in this area