SAP Reports / Programs | Production Planning and Control | Capacity Requirements Planning | Capacity Leveling(PP-CRP-LVL) SAP PP

RPPPLTCA SAP ABAP Report - Analysis of Customizing for Planning Table







RPPPLTCA 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 RPPPLTCA into the relevant SAP transactions such as SE38 or SE80


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 RPPPLTCA. "Basic submit
SUBMIT RPPPLTCA AND RETURN. "Return to original report after report execution complete
SUBMIT RPPPLTCA 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: PROF_ID = Profile for planning table
Title: Analysis of Customizing for Planning Table
Text Symbol: WAR = Graphics profile does not exist.
Text Symbol: NVH = not exist.
Text Symbol: N47 = Object representation selection not maintained.
Text Symbol: MIS = Scale does not exist.
Text Symbol: M62 = Representation profile does not exist.
Text Symbol: M61 = Line representation selection does not exist.
Text Symbol: M55 = Graphic object type does not exist.
Text Symbol: M52 = Line representation does not exist.
Text Symbol: M50 = Chart sequence does not exist.
Text Symbol: M47 = Object representation selection does not exist.
Text Symbol: M46 = Graphic object type selection does not exist.
Text Symbol: M45 = Object representation does not exist
Text Symbol: M44 = Graphic object type does not exist.
Text Symbol: HLT = Color attribute does not exist.
Text Symbol: FMT = Form attribute does not exist.
Text Symbol: EMO = Options profile does not exist.
Text Symbol: EML = Graphic element type does not exist.
Text Symbol: EMF = Form type does not exist.
Text Symbol: EMC = Color category does not exist
Text Symbol: EMA = Chart type does not exist.
Text Symbol: E24 = Comparison operator "DEF" does not exist.
Text Symbol: E14 = For status
Text Symbol: E01 = Status "0" does not exist
Text Symbol: 62K = Representation profile does not exist.
Text Symbol: 61K = Line representation selection does not exist.
Text Symbol: 50K = Chart sequence does not exist.
Text Symbol: 47K = Object representation selection does not exist.
Text Symbol: 46K = Graphic object type selection does not exist.
Text Symbol: 45K = Object representation for graphical object does not exist.
Text Symbol: 31H = Definition of sort does not exist.
Text Symbol: 31G = Layout does not exist.
Text Symbol: 31F = Description of sort does not exist.
Text Symbol: 31E = Definition of grouping does not exist.
Text Symbol: 31D = Description of the grouping does not exist.
Text Symbol: 31C = Charts do not exist
Text Symbol: 300 = Fields for key: See above





Text Symbol: 100 = Exception occurred
Text Symbol: 002 = Not all field attributes are used in the layout
Text Symbol: 001 = Field attributes not maintained


INCLUDES used within this REPORT RPPPLTCA

INCLUDE RCCYOHRH.


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 RPPPLTCA or its description.