SAP Reports / Programs

ROIKDC_PROCESS SAP ABAP Report - Delivery Confirmation Process







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:

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = s_dcpid-low IMPORTING output = s_dcpid-low.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = s_dcpid-high IMPORTING output = s_dcpid-high.

ENQUEUE_EOIKDCP CALL FUNCTION 'ENQUEUE_EOIKDCP' EXPORTING mode_oikdcp = 'E' client = sy-mandt dcp_id = g_dcpkey_tab-dcp_id dcp_cnt = g_dcpkey_tab-dcp_cnt EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

OIKDC_CREATE_ORDER_DELIVERY * call function 'OIKDC_CREATE_ORDER_DELIVERY'.

OIKDC_CHANGE_SHIPMENT * call function 'OIKDC_CHANGE_SHIPMENT'.

OIKDC_PRIOR_TO_LOAD * call function 'OIKDC_PRIOR_TO_LOAD'.

OIKDC_DELIVERY_CONFIRM * call function 'OIKDC_DELIVERY_CONFIRM'.

DEQUEUE_EOIKDCP CALL FUNCTION 'DEQUEUE_EOIKDCP' EXPORTING mode_oikdcp = 'E' client = sy-mandt dcp_id = g_dcpkey_tab-dcp_id dcp_cnt = g_dcpkey_tab-dcp_cnt.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING string = IMPORTING flstr = .

REF_DOC_NO_CONVERSION_INBOUND CALL FUNCTION 'REF_DOC_NO_CONVERSION_INBOUND' EXPORTING i_ref_doc_no = bapi_oigs-xblnr i_ref_doc_no_long = bapi_oigs-xblnr_long IMPORTING e_ref_doc_no_long = g_oigis-xblnr.

CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = p_area i_dtype = p_msgtyp i_msgnr = p_msgnum i_var01 = p_msgvar1 i_var02 = p_msgvar2 * I_VAR03 = ' ' * I_VAR04 = ' ' .



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