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

UPC_BWINTERFC__FIX SAP ABAP INCLUDE - Bewegungsdaten-aSchnittstelle zum BW







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


Text pool values


Title: Bewegungsdaten-aSchnittstelle zum BW


INCLUDES used within this REPORT UPC_BWINTERFC__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:

UPC_STATISTIC_OPEN CALL FUNCTION 'UPC_STATISTIC_OPEN' EXPORTING i_node_name = upcst_c_bw_data_read.

RSSEM_META_INFO CALL FUNCTION 'RSSEM_META_INFO' "#EC * EXPORTING i_infocube = i_infocube IMPORTING e_tlogo = l_tlogo EXCEPTIONS infocube_not_found = 3.

RSSEM_META_INFO CALL FUNCTION 'RSSEM_META_INFO' DESTINATION i_rfcdest EXPORTING i_infocube = i_infocube IMPORTING e_tlogo = l_tlogo EXCEPTIONS communication_failure = 1 MESSAGE l_text system_failure = 2 MESSAGE l_text infocube_not_found = 3.

BAPI_IOBJ_GETDETAIL CALL FUNCTION 'BAPI_IOBJ_GETDETAIL' EXPORTING infoobject = ls_sfk-kyfnm IMPORTING details = ls_details.

BAPI_IOBJ_GETDETAIL CALL FUNCTION 'BAPI_IOBJ_GETDETAIL' DESTINATION i_rfcdest EXPORTING infoobject = ls_sfk-kyfnm IMPORTING details = ls_details.

RSDRI_INFOPROV_READ CALL FUNCTION 'RSDRI_INFOPROV_READ' EXPORTING i_infoprov = i_infocube i_th_sfc = lth_rsdri_sfc i_th_sfk = lth_rsdri_sfk i_t_range = lt_range2 i_authority_check = l_authority_check i_use_aggregates = l_use_aggregates i_rollup_only = ' ' i_currency_conversion = ' ' i_packagesize = -1 IMPORTING e_t_data = lt_view2 e_t_msg = lt_mesg CHANGING c_first_call = l_first_call EXCEPTIONS no_authorization = 3 trans_no_write_mode = 4 OTHERS = 5.

RSDRI_INFOPROV_READ CALL FUNCTION 'RSDRI_INFOPROV_READ' EXPORTING i_infoprov = i_infocube i_th_sfc = lth_rsdri_sfc i_th_sfk = lth_rsdri_sfk i_t_range = lt_range i_authority_check = l_authority_check i_use_aggregates = l_use_aggregates i_rollup_only = ' ' i_currency_conversion = ' ' i_packagesize = -1 IMPORTING e_t_data = lt_view2 e_t_msg = lt_mesg CHANGING c_first_call = l_first_call EXCEPTIONS no_authorization = 3 trans_no_write_mode = 4 OTHERS = 5.

RSDRI_CUBE_READ CALL FUNCTION 'RSDRI_CUBE_READ' EXPORTING i_infocube = i_infocube i_authority_check = l_authority_check i_use_aggregates = 'X' i_rollup_only = ' ' i_currency_conversion = ' ' i_avoid_generation = 'X' i_packagesize = -1 i_th_sfc = lth_rsdri_sfc i_th_sfk = lth_rsdri_sfk i_t_range = lt_range IMPORTING e_t_data = lt_view2 CHANGING c_first_call = l_first_call EXCEPTIONS no_authorization = 3.

RSDRI_INFOPROV_READ_RFC CALL FUNCTION 'RSDRI_INFOPROV_READ_RFC' DESTINATION i_rfcdest EXPORTING i_infoprov = i_infocube i_authority_check = l_authority_check i_use_aggregates = 'X' i_rollup_only = ' ' i_currency_conversion = ' ' i_resulttype = l_resulttype IMPORTING e_rfcdata_uc = l_xstr TABLES i_t_sfc = lt_sfc i_t_sfk = lt_sfk i_t_range = lt_range2 e_t_rfcdata = lt_rfcdata EXCEPTIONS communication_failure = 1 MESSAGE l_text system_failure = 2 MESSAGE l_text no_authorization = 3 trans_no_write_mode = 4.

RSDRI_INFOPROV_READ_RFC CALL FUNCTION 'RSDRI_INFOPROV_READ_RFC' DESTINATION i_rfcdest EXPORTING i_infoprov = i_infocube i_authority_check = l_authority_check i_use_aggregates = 'X' i_rollup_only = ' ' i_currency_conversion = ' ' i_resulttype = l_resulttype IMPORTING e_rfcdata_uc = l_xstr TABLES i_t_sfc = lt_sfc i_t_sfk = lt_sfk i_t_range = lt_range e_t_rfcdata = lt_rfcdata EXCEPTIONS communication_failure = 1 MESSAGE l_text system_failure = 2 MESSAGE l_text no_authorization = 3 trans_no_write_mode = 4.

RSDRI_CUBE_READ_RFC CALL FUNCTION 'RSDRI_CUBE_READ_RFC' DESTINATION i_rfcdest EXPORTING i_infocube = i_infocube i_authority_check = l_authority_check i_use_aggregates = 'X' i_rollup_only = ' ' i_currency_conversion = ' ' TABLES i_t_sfc = lt_sfc i_t_sfk = lt_sfk i_t_range = lt_range e_t_rfcdata = lt_rfcdata EXCEPTIONS communication_failure = 1 MESSAGE l_text system_failure = 2 MESSAGE l_text no_authorization = 3.

UPC_STATISTIC_ADD CALL FUNCTION 'UPC_STATISTIC_ADD' EXPORTING i_node_name = upcst_c_bw_data_read i_attrib_name = upcst_c_area i_attrib_value = i_area.

UPC_STATISTIC_ADD CALL FUNCTION 'UPC_STATISTIC_ADD' EXPORTING i_node_name = upcst_c_bw_data_read i_attrib_name = upcst_c_type i_attrib_value = i_enqmode.

UPC_STATISTIC_ADD CALL FUNCTION 'UPC_STATISTIC_ADD' EXPORTING i_node_name = upcst_c_bw_data_read i_attrib_name = upcst_c_recs_read i_attrib_value = l_tfill.

UPC_STATISTIC_ADD CALL FUNCTION 'UPC_STATISTIC_ADD' EXPORTING i_node_name = upcst_c_bw_data_read i_attrib_name = upcst_c_recs_del i_attrib_value = l_tfill.

UPC_STATISTIC_CLOSE CALL FUNCTION 'UPC_STATISTIC_CLOSE' EXPORTING i_node_name = upcst_c_bw_data_read.

RSDRI_CUBE_WRITE_PACKAGE CALL FUNCTION 'RSDRI_CUBE_WRITE_PACKAGE' EXPORTING i_infocube = i_infocube i_curr_conversion = ' ' * I_TRANSACTIONAL = 'X' IMPORTING e_ts_msg = lt_msg "H1715742 CHANGING c_t_data = lt_view2 EXCEPTIONS illegal_input = 1 not_transactional = 3.

RSAPO_WRITE_DATA_PACKAGE_RFC CALL FUNCTION 'RSAPO_WRITE_DATA_PACKAGE_RFC' EXPORTING i_infocube = i_infocube i_curr_conversion = ' ' TABLES i_t_rfcdata = lt_rfcdata.

RSDRI_CUBE_WRITE_PACKAGE_RFC





CALL FUNCTION 'RSDRI_CUBE_WRITE_PACKAGE_RFC' DESTINATION i_rfcdest EXPORTING i_infocube = i_infocube i_curr_conversion = ' ' * I_TRANSACTIONAL = 'X' i_rfcdata_uc = l_xstr TABLES i_t_rfcdata = lt_rfcdata e_t_msg = lt_msg_rfc "H1715742 EXCEPTIONS communication_failure = 1 MESSAGE l_text system_failure = 2 MESSAGE l_text not_transactional = 3 illegal_input = 4.

RSDRI_CUBE_WRITE_PACKAGE_RFC CALL FUNCTION 'RSDRI_CUBE_WRITE_PACKAGE_RFC' DESTINATION i_rfcdest EXPORTING i_infocube = i_infocube i_curr_conversion = ' ' * I_TRANSACTIONAL = 'X' i_rfcdata_uc = l_xstr TABLES i_t_rfcdata = lt_rfcdata EXCEPTIONS communication_failure = 1 MESSAGE l_text system_failure = 2 MESSAGE l_text not_transactional = 3.

RSAPO_WRITE_DATA_PACKAGE_RFC CALL FUNCTION 'RSAPO_WRITE_DATA_PACKAGE_RFC' DESTINATION i_rfcdest EXPORTING i_infocube = i_infocube i_curr_conversion = ' ' TABLES i_t_rfcdata = lt_rfcdata 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_BWINTERFC__FIX or its description.