RIPLKO10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Displaying Routings You can generate a list of
If you would like to execute this report or see the full code listing simply enter RIPLKO10 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IA09 - Display Task Lists
IA08 - Change PM Task Lists
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.
Selection Text: AENAM = D Changed By
Selection Text: AENNR = D Change Number
Selection Text: ANDAT = D Created On
Selection Text: ANLZU = D System Condition
Selection Text: ANNAM = D Created By
Selection Text: ARBPL = D Work Center
Selection Text: DELKZ = D Deletion Flag
Selection Text: ISTRU = D Assembly
Selection Text: KOKRS = D Controlling Area
Selection Text: KTEXT = D Short Text
Selection Text: PN_DATUV = D Key Date
Selection Text: PN_EQUNR = D Equipment
Selection Text: PN_PLNAL = D TL Group Counter
Selection Text: PN_PLNNR = D Task List Group
Selection Text: PN_STRNO = D Functional Location
Selection Text: PN_TPLNR = D Functional Location
Selection Text: STATU = D Task List Status
Selection Text: STRAT = D Maintenance Strategy
Selection Text: VAGRP = D Planner Group
Selection Text: VARIANT = D Layout
Selection Text: VERWE = D Use
Selection Text: WERKS = D Plant
Selection Text: PN_EQUI = ?...(PN_EQUI)
Selection Text: PN_IFLO = ?...(PN_IFLO)
Selection Text: PN_IHAN = ?...(PN_IHAN)
Selection Text: AEDAT = D Changed On
Title: Display Task Lists
Text Symbol: 201 = Task List Selection
Text Symbol: 700 = **** LINES 701, 702, 703 are one sentence.
Text Symbol: 701 = Do you want to cancel processing
Text Symbol: 702 = for all the objects selected that
Text Symbol: 703 = have not yet been processed?
Text Symbol: 704 = List editing canceled
Text Symbol: 705 = No
Text Symbol: 706 = Yes
Text Symbol: 800 = Unprocessed objects
Text Symbol: 801 = Processed objects
Text Symbol: 802 = Last Objects Processed
INCLUDE MIOLXTOP.
No SAP DATABASE tables are accessed within this REPORT code!
CLSC_SELECT_OBJECTS_FROM_CLASS CALL FUNCTION 'CLSC_SELECT_OBJECTS_FROM_CLASS' EXPORTING klart = tcla-klart table = 'IFLOT' TABLES OBJECTS = clobj_tab EXCEPTIONS pf03 = 01 pf12 = 02 pf15 = 03.
CLSC_SELECT_OBJECTS_FROM_CLASS CALL FUNCTION 'CLSC_SELECT_OBJECTS_FROM_CLASS' EXPORTING klart = tcla-klart table = 'EQUI' TABLES OBJECTS = clobj_tab EXCEPTIONS pf03 = 01 pf12 = 02 pf15 = 03.
CONVERSION_EXIT_TPLNR_INPUT CALL FUNCTION 'CONVERSION_EXIT_TPLNR_INPUT' EXPORTING INPUT = rihplko-tplnr I_FLG_CHECK_INTERNAL = 'X' IMPORTING OUTPUT = lv_tplnr EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Arbeitsplanselektion'(201).
CR_WORKCENTER_PRE_READ CALL FUNCTION 'CR_WORKCENTER_PRE_READ' TABLES tarbid = l_tarbid.
CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING id =
-arbid msgty = 'S' IMPORTING arbpl = -arbpl EXCEPTIONS not_found = 01.
ROUT1_INST_AUTHORITY_CHECK CALL FUNCTION 'ROUT1_INST_AUTHORITY_CHECK' EXPORTING * akttyp = tcode = h_tcode vagrp = object_tab-vagrp statu = object_tab-statu iwerk = object_tab-werks EXCEPTIONS OTHERS = 1.
BEGRP_INST_AUTHORITY_CHECK CALL FUNCTION 'BEGRP_INST_AUTHORITY_CHECK' EXPORTING begrp = h_begrp tcode = h_tcode_object EXCEPTIONS OTHERS = 1.
CP_BM_PLKO_DET_VAL_REC CALL FUNCTION 'CP_BM_PLKO_DET_VAL_REC' EXPORTING STTAG = PN_DATUV TABLES PLANKO = LT_PLANKO.
TCA09_READ CALL FUNCTION 'TCA09_READ' EXPORTING plnaw = 'I' IMPORTING struct = tca09 EXCEPTIONS no_entry = 1 OTHERS = 2.
TEXT_FOR_HEADER CALL FUNCTION 'TEXT_FOR_HEADER' EXPORTING object = tca09-objalt id = tca09-idalt ltsch = h_ltsch ltsch_neu = h_ltsch ktext = object_tab-ktext spalten = h_spalten linelength = h_spalten show_flag = 'X' language = sy-langu IMPORTING RESULT = h_result EXCEPTIONS OTHERS = 1.
CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING id = object_tab-arbid msgty = 'S' IMPORTING arbpl = object_tab-arbpl EXCEPTIONS not_found = 01.
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 RIPLKO10 or its description.
RIPLKO10 - Display Task Lists RIPLKO10 - Display Task Lists RIPARSYN - XBRA for partner synchronization for equipment RIPARSYN - XBRA for partner synchronization for equipment RIPACOPY - Xbra for filling the table TPAER_PM with the contents of TPAER RIPACOPY - Xbra for filling the table TPAER_PM with the contents of TPAER