SAP Reports / Programs

/SAPSLL/PROD_CL_COPY_MONI SAP ABAP Report - Display Log for Data Change for Classification







/SAPSLL/PROD_CL_COPY_MONI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /SAPSLL/PROD_CL_COPY_MONI into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPSLL/PR_CL_MON - Display Copied Product Classificat.


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT /SAPSLL/PROD_CL_COPY_MONI. "Basic submit
SUBMIT /SAPSLL/PROD_CL_COPY_MONI AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/PROD_CL_COPY_MONI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S_PRVSY = D .
Selection Text: S_GRVSY = D .
Selection Text: S_CCNGN = D .
Selection Text: P_STCTSY = D .
Selection Text: P_STCTSX = D .
Selection Text: P_STA_WR = With Warning
Selection Text: P_STA_SC = Successful
Selection Text: P_STA_FL = With Error
Title: Display Log for Data Change for Classification
Text Symbol: T01 = Migration Log
Text Symbol: M07 = Status
Text Symbol: M06 = End Date Target Scheme
Text Symbol: M05 = Start Date Target Scheme
Text Symbol: M04 = Validity End Date Target Product Classif.
Text Symbol: M03 = Validity Start Date Target Product Classif.
Text Symbol: M02 = Validity End Date Source Product Classif.
Text Symbol: M01 = Validity Start Date Source Product Classif.
Text Symbol: L07 = Status
Text Symbol: L06 = End Date Target Scheme
Text Symbol: L05 = Start Date Target Scheme
Text Symbol: L04 = End Date of Target Product Classification
Text Symbol: L03 = End Date of Target Product Classification
Text Symbol: L02 = End Date of Source Product Classification
Text Symbol: L01 = Start Date of Source Product Classification
Text Symbol: F03 = Procedure
Text Symbol: F02 = Copy Status of Product Classific.
Text Symbol: F01 = Selection Conditions
Text Symbol: 016 = N
Text Symbol: 015 = Y
Text Symbol: 011 = Selection Criteria
Text Symbol: 007 = Continue?
Text Symbol: 006 = entries meet the selection criteria. A long response time may result.
Text Symbol: 005 = A total of


INCLUDES used within this REPORT /SAPSLL/PROD_CL_COPY_MONI

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /SAPSLL/PROD_CL_COPY_MONI or its description.