ROIKDC_PROCESS 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 ROIKDC_PROCESS 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 ROIKDC_PROCESS. "Basic submit
SUBMIT ROIKDC_PROCESS AND RETURN. "Return to original report after report execution complete
SUBMIT ROIKDC_PROCESS 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: S_STATUS = Status of Del. conf. process
Selection Text: S_DCPID = ID for Del. conf. process
Selection Text: S_DCPCNT = Count. for Del. conf. process
Selection Text: S_DCDATE = Delivery confirmation date
Selection Text: P_LIST = Generate list output ?
Title: Delivery Confirmation Process
Text Symbol: 027 = Delivery confirmation data currently locked
Text Symbol: 026 = OIGISVIIS KEY: Vehicle is wrong
Text Symbol: 025 = OIGISVIIS KEY: SD Doc.Typ & Doc.No. Doc.Itm. is wrong
Text Symbol: 024 = OIGISVIIS KEY: Vehicle is missing
Text Symbol: 023 = OIGISVIIS KEY: SD doc. item is missing
Text Symbol: 022 = OIGISVIIS KEY: SD doc. number is missing
Text Symbol: 021 = OIGISVIIS KEY: SD doc. category is missing
Text Symbol: 020 = OIGISVMQ KEY: SD Doc.Typ & Doc.No. is wrong
Text Symbol: 019 = OIGISVMQ KEY: Vehicle is missing
Text Symbol: 018 = OIGISVMQ KEY: SD doc. item is missing
Text Symbol: 017 = OIGISVMQ KEY: SD doc. number is missing
Text Symbol: 016 = OIGISVMQ KEY: SD doc. category is missing
Text Symbol: 015 = OIGISIQ KEY: SD Doc.Typ & Doc.No. is wrong
Text Symbol: 014 = OIGISIQ KEY: SD doc. item is missing
Text Symbol: 013 = OIGISIQ KEY: SD doc. number is missing
Text Symbol: 012 = OIGISIQ KEY: SD doc. category is missing
Text Symbol: 011 = OIGISE KEY: SD Doc.Typ & Doc.No. is wrong
Text Symbol: 010 = OIGISE KEY: SD doc. number is missing
Text Symbol: 009 = OIGISE KEY: SD doc. category is missing
Text Symbol: 008 = OIGISI KEY: SD doc. number is missing
Text Symbol: 007 = OIGISI KEY: SD doc. category is missing
Text Symbol: 006 = OIGISS KEY: Stage is missing
Text Symbol: 005 = OIGISS KEY: Vehicle is wrong
Text Symbol: 004 = OIGISV KEY: Vehicle is missing
Text Symbol: 003 = OIGISE KEY: Event Nr. missing
Text Symbol: 002 = OIGISET KEY: Event Nr. wrong
Text Symbol: 001 = OIGISET KEY: Event Nr. missing
INCLUDES used within this REPORT ROIKDC_PROCESS
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:
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 ROIKDC_PROCESS or its description.