ROIKCIDS 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 ROIKCIDS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O4PN - Skip shipment inbound process
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: P_DOCNUM = IDoc number
Selection Text: P_NEWENT = Cancel Idoc (if items treated)
Selection Text: P_SHIPMT = External shipment number
Title: TPI Abandon Shipment Processing
Text Symbol: CPS = Change Processing status
Text Symbol: CSS = Change status for all pending shipmnts?
Text Symbol: NSM = No selection made.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LC_POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'LC_POPUP_TO_CONFIRM_STEP' * EXPORTING * defaultoption = 'A' * textline1 = 'No selection made'(nsm) * textline2 = 'Change status for all pending * shipmnts'(css) * titel = 'Change Processing status'(cps) * IMPORTING * answer = answer * EXCEPTIONS * OTHERS = 1.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Change Processing status'(cps) TEXT_QUESTION = TEXTLINE *is default TEXT_BUTTON_1 = 'Yes'(001) "text not needed/KH *is default TEXT_BUTTON_2 = 'No'(002) "text not needed/KH DEFAULT_BUTTON = '1' START_COLUMN = 25 START_ROW = 6 IMPORTING ANSWER = ANSWER.
OIK_TPI_CHANGE_OIK29_ENTRIES CALL FUNCTION 'OIK_TPI_CHANGE_OIK29_ENTRIES' EXPORTING new_status = segment_status-process_canceled msgid = 'OE' msgno = msgno msgty = 'S' msgv1 = msgv1 msgv2 = msgv2 TABLES change_required_oik29 = oik29_for_change new_oik29_values = new_oik29_entries EXCEPTIONS OTHERS = 1.
OIK_TPI_CHANGE_OIK29D_ENTRIES CALL FUNCTION 'OIK_TPI_CHANGE_OIK29D_ENTRIES' "SO7K018751 HG EXPORTING "SO7K018751 HG new_status = segment_status-process_canceled "SO7K018751 HG msgid = 'OE' "SO7K018751 HG msgno = msgno "SO7K018751 HG msgty = 'S' "SO7K018751 HG msgv1 = msgv1 "SO7K018751 HG msgv2 = msgv2 "SO7K018751 HG TABLES "SO7K018751 HG change_required_oik29d = oik29d_for_change "SO7K018751 HG new_oik29d_values = new_oik29d_entries "SO7K018751 HG EXCEPTIONS "SO7K018751 HG OTHERS = 1. "SO7K018751 HG
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIKCIDS - TPI Abandon Shipment Processing ROIKCIDS - TPI Abandon Shipment Processing ROIKCALE - Contract Output for ALE via Message Control ROIKCALE - Contract Output for ALE via Message Control ROIKBDAP - TAS: Frontend for process inbound IDocs (OILLDD) ROIKBDAP - TAS: Frontend for process inbound IDocs (OILLDD)