SAP Reports / Programs | Interface to Terminal Automation System | Industry Solution Oil | Interface to Terminal Automation System(IS-OIL-DS-TAS) SAP IS

ROIKCIDS SAP ABAP Report - TPI Abandon Shipment Processing







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O4PN - Skip shipment inbound process


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 ROIKCIDS. "Basic submit
SUBMIT ROIKCIDS AND RETURN. "Return to original report after report execution complete
SUBMIT ROIKCIDS 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: 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.


INCLUDES used within this REPORT ROIKCIDS

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:

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



Contribute (Add Comments)

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 ROIKCIDS or its description.