UPC_BW12BINTERFC__FIX is a standard ABAP INCLUDE 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 UPC_BW12BINTERFC__FIX into the relevant SAP transactions such as SE38 or SE80
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.
INCLUDE UPC_BW_INTERFACE.
No SAP DATABASE tables are accessed within this REPORT code!
RSAPO_CUBE_GET CALL FUNCTION 'RSAPO_CUBE_GET' DESTINATION I_RFCDEST EXPORTING I_INFOCUBE = I_INFOCUBE TABLES E_T_CHARS = LT_RSAPO_INT_CHARS E_T_DIMS = LT_RSAPO_INT_DIMS E_T_KEYFS = LT_RSAPO_INT_KEYFS E_T_UNITS = LT_RSAPO_INT_UNITS E_T_TIMES = LT_RSAPO_INT_TIMES EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE L_TEXT SYSTEM_FAILURE = 2 MESSAGE L_TEXT.
RSDR_RFC_READ_SELECT CALL FUNCTION 'RSDR_RFC_READ_SELECT' DESTINATION I_RFCDEST EXPORTING I_INFOCUBE = I_INFOCUBE I_SRDATE = SY-DATUM I_MAXROWS = 0 * I_USE_DB_AGGREGATION = BOOL_TRUE I_USE_AGGR_CUBES = ' ' * I_USE_MODIFIED = BOOL_FALSE * I_USE_NATIVE_SQL = BOOL_TRUE I_AUTHORITY_CHECK = 'X' TABLES I_T_SEL = LT_SEL I_T_SFC = LT_SFC I_T_SFK = LT_SFK E_T_DATA = LT_DATA_OUTPUT EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE L_TEXT SYSTEM_FAILURE = 2 MESSAGE L_TEXT AUTHORITY_CHECK_FAILED = 3.
RSAPO_WRITE_TO_CUBE CALL FUNCTION 'RSAPO_WRITE_TO_CUBE' DESTINATION I_RFCDEST EXPORTING I_INFOCUBE = I_INFOCUBE TABLES I_T_RFCTAB = LT_DATA_OUTPUT EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE L_TEXT SYSTEM_FAILURE = 2 MESSAGE L_TEXT.
RSAPO_REGISTER_REQUEST CALL FUNCTION 'RSAPO_REGISTER_REQUEST' DESTINATION I_RFCDEST EXPORTING I_INFOCUBE = I_INFOCUBE I_REQUID = LS_VIEWM-0REQUID EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE L_TEXT SYSTEM_FAILURE = 2 MESSAGE L_TEXT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UPC_BW12BINTERFC__FIX - Bewegungsdaten-Schnittstelle zum BW 1.2B UPC_BUNDLE_EXECUTE_STEP_2 - Report UPC_BUNDLE_EXECUTE_STEP_2 UPC_BUNDLE_EXECUTE_STEP_2 - Report UPC_BUNDLE_EXECUTE_STEP_2 UPC_BUNDLE_EXECUTE_STEP - Program UPC_BUNDLE_EXECUTE_STEP UPC_BUNDLE_EXECUTE_STEP - Program UPC_BUNDLE_EXECUTE_STEP UPC_BUNDLE_EXECUTE - Execute Planning Sequence