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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSBXTPL3 - Template zur Generierung von Zugriffsroutinen auf Bewegungsdaten RSBXTPL2 - Template for generation of access routines to master data. RSBXTPL1 - Template for generation of access routines to object texts. RSBWP_GP_STATUS_1000O01 - RSBWPGPSTATUS1000O01 RSBWP_GP - Business Workplace with Guided Procedures RSBWP_GP - Business Workplace with Guided Procedures