SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Basis(BW-WHM-DBA) SAP BW

RSBXTPL3 SAP ABAP INCLUDE - Template zur Generierung von Zugriffsroutinen auf Bewegungsdaten







RSBXTPL3 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 RSBXTPL3 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 RSBXTPL3. "Basic submit
SUBMIT RSBXTPL3 AND RETURN. "Return to original report after report execution complete
SUBMIT RSBXTPL3 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 RSBXTPL3

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:

RSB1_ICNAME_TO_ISNAME *@ CALL FUNCTION 'RSB1_ICNAME_TO_ISNAME' "30A SP07 *@ EXPORTING "30A SP07 *@ I_INFOCUBE = l_infocube "30A SP07 *@ IMPORTING "30A SP07 *@ E_OLTPSOURCE = l_osource. "30A SP07

RSA1_SINGLE_OLTPSOURCE_GET *@call function 'RSA1_SINGLE_OLTPSOURCE_GET' *@ exporting *@ i_oltpsource = l_osource *@ importing *@ e_s_oltpsource = l_s_osource *@ e_t_fields = l_t_osfield.

RSD_IOBJ_GET *@ call function 'RSD_IOBJ_GET' *@ exporting *@ i_iobjnm = l_s_dta_iobj-iobjnm *@ importing *@ e_s_viobj = l_s_viobj.

RSDRI_INFOPROV_READ call function 'RSDRI_INFOPROV_READ' exporting i_infoprov = i_icname i_th_sfc = i_th_sfc i_th_sfk = i_th_sfk i_t_range = i_t_range i_t_requid = l_t_request * I_TX_RANGETAB = * I_TH_TABLESEL = * I_REFERENCE_DATE = SY-DATUM * I_SAVE_IN_TABLE = RS_C_FALSE * I_TABLENAME = * I_SAVE_IN_FILE = RS_C_FALSE * I_FILENAME = i_packagesize = l_packagesize i_authority_check = RSDRC_C_AUTHCHK-READ * I_USE_AGGREGATES = RS_C_TRUE * I_ROLLUP_ONLY = RS_C_TRUE i_currency_conversion = rs_c_false * I_AVOID_GENERATION = RS_C_FALSE i_caller = rsdrs_c_caller-datamart i_use_db_aggregation = l_use_db_aggregation importing e_t_data = l_t_data e_end_of_data = c_no_more_data e_t_msg = e_t_msg[] changing c_first_call = l_firstcall exceptions illegal_input = 1 illegal_input_sfc = 2 illegal_input_sfk = 3 illegal_input_range = 4 illegal_input_tablesel = 5 no_authorization = 6 ncum_not_supported = 7 inherited_error = 8 others = 9.



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