Skip to Content
Author's profile photo Mehmet Ozgur Unal

Insert fields to CS15

The reports includes an implementation of  “Adding additional fields to the CS15 –> Where used list : Material

Related Oss Notes

101262 – BOM explosion includng new field (not i.maxmum blck)

633262 – CS15:Including fields NLFZV and NLFMV in structure STPOV

214773 – CS15: Include field RFPNT in structure STPOV


Related discussions and wiki on SCN


CS15 – How to extand list using CLVL – ERP Operations – SCN Wiki


CS15 – add P-S matl status in list

Insert fields to CS15


Business Requirement


Some fields does not exist in cs15 alv report , customers need to ” how i can add some additional fields to the BOM explosion without having to modify the standard maximum blocks.”


Prerequisites


Only data listed in maximum blocks can prinicpally be displayed via profiles ‘Variable Lists’ (maintenance via Transaction CLVL). If you want to insert a column you can enhance it with belowed explained.

Related tables and tcodes

STPOV_ALV , STPOV , SE11 , CS15  , SE38

Process

Go to program RCS15001 and find ‘REUSE_ALV_GRID_DISPLAY’

ALV_LTB is assigned to T_OUTTAB.

Click on alv_ltb , you can see related structure.

1.JPG

2.JPG

     In this step , append structure is implemented in STPOV_ALV. I added CI_STPO and ZZLVORM –> Flag material for deletion at plant level is appended.

3.JPG

4.JPG

    After this step , custemer can see empty  ‘ Flag material for deletion at plant level’ in CS15. So , it has to filled in program.

    I implement this with a implicit enhancement options.

    Go to report RCS15001 .

/wp-content/uploads/2014/11/5_592072.jpg

     Customer can find implicit enhancements, our point in cs15_alv.

     Select row 3663 and Edit –> Enhancement operations –> Create.

    To fill ZZLVORM , sample code is designed.

6.JPG

    Result

    This example an implemetation of insert fields to stpov_alv to display in CS15.

7.JPG

Assigned Tags

      4 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Hi Ozgur,

      Good job thx.

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

      Thanks Mr.Ozcan

      Author's profile photo Dibyendu Patra
      Dibyendu Patra

      Good document. As a functional consultant, its really good to use the facility of implicit/explicit enhancement as per my This Blog.

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

      I agree with you Dibyendu Patra .