SAP Reports / Programs

RIPLKO20 SAP ABAP Report - List of task lists (multi-level)







RIPLKO20 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Routings (multi-level) You can generate a structured list of see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RIPLKO20 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

IA10 - Display Task Lists (Multilevel)


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 RIPLKO20. "Basic submit
SUBMIT RIPLKO20 AND RETURN. "Return to original report after report execution complete
SUBMIT RIPLKO20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: List of task lists (multi-level)
Text Symbol: 811 = Inspect. char.
Text Symbol: 810 = Maintenance pckge
Text Symbol: 809 = Production resources/tools
Text Symbol: 808 = Material
Text Symbol: 807 = Relationship
Text Symbol: 806 = Suboperation
Text Symbol: 805 = Operation
Text Symbol: 804 = Task list
Text Symbol: 803 = Assembly
Text Symbol: 802 = Equipment
Text Symbol: 801 = Functional loc.
Text Symbol: 002 = ColorAssignment
Text Symbol: 001 = Filter
Text Symbol: 812 = Service number
Text Symbol: 823 = Dependencies (Act.4)
Text Symbol: 822 = Dependencies (Act.3)
Text Symbol: 821 = Dependencies (Act.2)
Text Symbol: 820 = Dependencies (Act.1)
Text Symbol: 819 = Dependencies
Text Symbol: 818 = Dependencies(Com)
Text Symbol: 817 = Dependencies (Op)
Text Symbol: 816 = Service No. (4)
Text Symbol: 815 = Service No. (3)
Text Symbol: 814 = Service No. (2)
Text Symbol: 813 = Service No. (1)


INCLUDES used within this REPORT RIPLKO20

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_select_all IMPORTING RESULT = isel_all.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_deselect_all IMPORTING RESULT = dsel_all.



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