Skip to Content
Author's profile photo Mehmet Ozgur Unal

VL06: Insert fields to LIPOV

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

1.JPG

   CALL CUSTUMER-FUNCTION

   Tcode : SE80 , Function group : V50Q

3.JPG

2.JPG

   Double click CT_POSTAB , find structure of internal table.

4.JPG

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

   Go to –> SE11 tcode.


   In change mode , click append structere and give name.

1.JPG

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

2.JPG

   Check fields on structure like belowed , save and activate.

5.JPG

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

6.JPG

7.JPG

   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.

8.JPG


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

Result :

9.JPG

Assigned Tags

      7 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Jose Antonio Martinez
      Jose Antonio Martinez

      Dear Mehmet Ozgur Unal

      Thanks for sharing this document, very  useful.

      Regards Jose Antonio

      Author's profile photo Mehmet Ozgur Unal
      Mehmet Ozgur Unal
      Blog Post Author

      Hi Mr.Jose Antonio Martinez ;

      Thanks for your nice comment .

      If you want to modify document, i am pleasure your feedbacks.

      Regards.

      M.Ozgur Unal

      Author's profile photo Lakshmipathi Ganesan
      Lakshmipathi Ganesan

      Since the blog predominently explains about ABAP coding and you have posted in functional forum, I would recommend you to do couple of following modifications so that it will be easy for all functional consultants

      • Text starts with "You can no longer..., you have not mentioned the exact path of customizing
      • Call Customer Function to include the related TCode
      • Include transaction code on how you have appended KDMAT

      Also you have not mentioned that the added field would be populated in all the "Selection Type" in VL06 or only to the specific Selection Type.

      G. Lakshmipathi

      Author's profile photo Mehmet Ozgur Unal
      Mehmet Ozgur Unal
      Blog Post Author

      Hi Mr.G. Lakshmipathi ;

      I have modified document with your 3 turnbacks.

      But , i have not any idea " The added field would be populated in all the "Selection Type" in VL06 or only to the specific Selection Type."

      Can you help us about this ?

      Thanks for your valuable comment.

      Regards.

      M.Ozgur Unal

      Author's profile photo Lakshmipathi Ganesan
      Lakshmipathi Ganesan

      Once you execute VL06, you have multiple options to select like Picking, Loading, Goods Issue etc., and will your above logic applicable to all these ?

      G. Lakshmipathi

      Author's profile photo Mehmet Ozgur Unal
      Mehmet Ozgur Unal
      Blog Post Author

      Hi G Lakshmipathi ;

      For selection ; we have to use function module --> EXIT_SAPLV50Q_002 --> Delivery Monitor: User Exit for Output Selection .

      INCLUDE ZXV50QU02.

      I will modify my document.

      1.JPG

      Regards.

      M.Ozgur Unal

      Author's profile photo Mohsin Abbasi
      Mohsin Abbasi

      Dear Ozgur,

      Great to see you again......... 🙂