BCALV_REPREP_INTERFACE 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 BCALV_REPREP_INTERFACE 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.
Title: Report/Report Interface
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSTI_REPORT_FIELDS_FIND call function 'RSTI_REPORT_FIELDS_FIND' exporting e_repid = r_program * E_TYPE = 'S' tables it_sel = lt_sel_tab it_fields = lt_field_tab exceptions others = 1.
RSTI_REPORT_FIELDS_FIND call function 'RSTI_REPORT_FIELDS_FIND' exporting e_repid = l_program * E_TYPE = 'S' tables it_sel = lt_sel_tab it_fields = lt_field_tab exceptions others = 1.
RSTI_SELECTION_EXPORT call function 'RSTI_SELECTION_EXPORT' tables it_sel = lt_sel_tab it_fields = lt_field_tab.
RSTI_APPL_STACK_INITIALIZE call function 'RSTI_APPL_STACK_INITIALIZE' exporting e_appl = ' ' e_subc = ' ' e_tool = 'RT' e_onam = l_sonam exceptions others = 1.
RSTI_APPL_STACK_INITIALIZE call function 'RSTI_APPL_STACK_INITIALIZE' exporting e_appl = rs_others-reprep_id-appl e_subc = rs_others-reprep_id-subc e_tool = rs_others-reprep_id-tool e_onam = rs_others-reprep_id-onam exceptions others = 1.
RSTI_COMMUNICATION_HANDLER call function 'RSTI_COMMUNICATION_HANDLER' exporting e_fcode = l_fcode e_rexec = 'X' e_fccls = l_fccls importing * i_rec = i_exit = r_exit exceptions appl_stack_not_initialized = 01 no_lines = 02 no_line_picked = 03 others = 04.
RSTI_NAVIGATE call function 'RSTI_NAVIGATE' exporting e_level = l_level importing i_exit = l_exit exceptions appl_stack_not_initialized = 1 others = 2.
RSTI_APPL_STACK_POP call function 'RSTI_APPL_STACK_POP' importing i_rec = ls_rec exceptions appl_stack_not_initialized = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BCALV_REPREP_INTERFACE - Report/Report Interface BCALV_REPREP_INTERFACE - Report/Report Interface BCALV_MINIALV_TYPES - Include BCALV_VERIFY_MINIALV_TYPES BCALV_MINIALV_TRACE_TOP - Include BCALV_MINIALV_TRACE_TOP BCALV_MINIALV_TRACE_F01 - Include BCALV_MINIALV_TRACE_F01 BCALV_MINIALV_TRACE_EVAL_TOP - BCALVMINIALVTRACEEVALTOP