RKPSYNCSTATWL 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 RKPSYNCSTATWL into the relevant SAP transactions such as SE38 or SE80
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: WORKLIST = Worklist
Selection Text: WL_COPY = Worklist (Copy)
Selection Text: TEST = Test Run
Selection Text: ST_SD = Processing Status of SD Order
Selection Text: ST_BUIS = Business Status of SD Order
Selection Text: ST_BOTH = Both
Selection Text: STEP = Flow Step
Selection Text: SELID = Selection Profile
Selection Text: REM_STAT = Status Reset Allowed
Selection Text: LIST_C = Detail Log of Changed Objects
Selection Text: LIST_ALL = Detail Log of All Objects
Selection Text: LIST = No Detail Log
Selection Text: KOKRS = Controlling Area
Title: Report RKPSYNCSTATWL
Text Symbol: S02 = Not Relevant
Text Symbol: S03 = No Change Possible
Text Symbol: S01 = Incorrect
Text Symbol: M14 = Order Item Not Assigned
Text Symbol: M13 = Status Changed
Text Symbol: M12 = Fully Invoiced
Text Symbol: M11 = WBS Element
Text Symbol: M10 = Project
Text Symbol: L02 = Date
Text Symbol: L01 = Time
Text Symbol: F02 = Control Data
Text Symbol: F01 = Compare WBS Status With
Text Symbol: 004 = Selection Variant
Text Symbol: 003 = Controlling Area
Text Symbol: 002 = Step
Text Symbol: 001 = Worklist
Text Symbol: S04 = Processed
Text Symbol: T02 = Test Run
Text Symbol: T01 = Update Run
INCLUDE RKASSEFW.
INCLUDE RKATB_DATA.
INCLUDE RKPSYNCSTAT_DATA.
INCLUDE RK_PEP_WL_SELINC1.
INCLUDE RK_PEP_WL_SELINC2.
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING reset = 'X' check_on_commit = space IMPORTING e_identification = gs-identification.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.