SAP Reports / Programs | SAP Business Information Warehouse | Planning | Business Planning and Simulation(BW-PLA-BPS) SAP BW

UPC_BW12BINTERFC__FIX SAP ABAP INCLUDE - Bewegungsdaten-Schnittstelle zum BW 1.2B







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


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 UPC_BW12BINTERFC__FIX. "Basic submit
SUBMIT UPC_BW12BINTERFC__FIX AND RETURN. "Return to original report after report execution complete
SUBMIT UPC_BW12BINTERFC__FIX VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT UPC_BW12BINTERFC__FIX

INCLUDE UPC_BW_INTERFACE.


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:

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.



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