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
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
Below is a list of transaction codes which are relevant to this SAP report
IA10 - Display Task Lists (Multilevel)
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.
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)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.