SAP Reports / Programs

ROIKFCL1_OLD1 SAP ABAP Report - TPI - Flow Control Logic







ROIKFCL1_OLD1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for If you are using the shipment comparer functionality that has been available since mySAP Oil & Gas 4...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter ROIKFCL1_OLD1 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 ROIKFCL1_OLD1. "Basic submit
SUBMIT ROIKFCL1_OLD1 AND RETURN. "Return to original report after report execution complete
SUBMIT ROIKFCL1_OLD1 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_Z = Processing cancelled
Selection Text: P_X = Order delivery
Selection Text: P_SPACE = Unused
Selection Text: P_S = Shipment created
Selection Text: P_R = Order deleted
Selection Text: P_O = Order created
Selection Text: P_M = Deletion of order failed
Selection Text: P_L = Deletion failed
Selection Text: P_F = Creation failed
Selection Text: P_ERDAT = Date on create record:
Selection Text: P_E = All deliveries deleted
Selection Text: P_DOCNUM = IDoc number:
Selection Text: P_D =
Selection Text: P_C = Shipment deleted
Selection Text: P_B = Shipment change failed
Selection Text: P_A = Shipment changed
Selection Text: P_4 = Change failed for order item
Selection Text: P_3 = New documents generated
Selection Text: P_2 = Order item changed
Selection Text: P_1 = Underlying documents deleted
Title: TPI - Flow Control Logic
Text Symbol: 011 = Delivery:
Text Symbol: 010 = Order:
Text Symbol: 009 = Shipment:
Text Symbol: 008 = ext. Docno.:
Text Symbol: 007 = ext. Shiptno.:
Text Symbol: 006 = Order delivery
Text Symbol: 005 = Shipment created
Text Symbol: 004 = Order created
Text Symbol: 003 = Creation failed
Text Symbol: 002 = Deliver created
Text Symbol: 001 = Unused
002 Message
001 Stat. IDoc number Data


INCLUDES used within this REPORT ROIKFCL1_OLD1

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:

EDI_DOCUMENT_TREE_DISPLAY CALL FUNCTION 'EDI_DOCUMENT_TREE_DISPLAY' EXPORTING DOCNUM = DOCNUM EXCEPTIONS NO_IDOC_FOUND = 1 OTHERS = 2.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = SHNUMBER IMPORTING OUTPUT = SHNUMBER EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = VBELN IMPORTING OUTPUT = VBELN EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = VBELN IMPORTING OUTPUT = VBELN EXCEPTIONS OTHERS = 1.

FORMAT_MESSAGE CALL FUNCTION 'FORMAT_MESSAGE' EXPORTING ID = G_OIK29_POS-MSGID LANG = SY-LANGU NO = G_OIK29_POS-MSGNO V1 = G_OIK29_POS-MSGV1 V2 = G_OIK29_POS-MSGV2 V3 = G_OIK29_POS-MSGV3 V4 = G_OIK29_POS-MSGV4 IMPORTING MSG = L_TEXT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.



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