ROIU_CALL_CA_INTERFACE 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 ROIU_CALL_CA_INTERFACE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O3U_PC10 - CA Interface
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_PROD = D Production Month
Title: CA Interface
Text Symbol: EXC = View Exceptions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIU_CA_INTERFACE CALL FUNCTION 'OIU_CA_INTERFACE' in update task TABLES I_AVH_NO_TB = w_avh_tb.
POPUP_TO_SELECT_MONTH CALL FUNCTION 'POPUP_TO_SELECT_MONTH' EXPORTING ACTUAL_MONTH = W_ACTUAL_MONTH_DT LANGUAGE = SY-LANGU IMPORTING SELECTED_MONTH = W_SELECTED_MONTH_DT EXCEPTIONS MONTH_NOT_FOUND = 3 OTHERS = 4.
OIL_LAST_DAY_OF_MONTH CALL FUNCTION 'OIL_LAST_DAY_OF_MONTH' EXPORTING I_DATE = w_prod_dt IMPORTING E_LAST_DAY = w_prod_dt.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIU_CALL_CA_INTERFACE - CA Interface ROIU_CALL_CA_INTERFACE - CA Interface ROIU_BEARER_GROUPFCM - Common Bearer Group Include ROIU_BASE_DOI_MAINTFCM - Common Base DOI include ROIU_BASE_DOI_MAINTF04 - Refresh Function Subroutines ROIU_BASE_DOI_MAINTF03 - Include LOIU_BASE_DOI_MAINTF03 - Phase II Subroutines