SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP List Viewer(BC-SRV-ALV) SAP BC

BCALV_REPREP_INTERFACE SAP ABAP INCLUDE - Report/Report Interface







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


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


Text pool values


Title: Report/Report Interface


INCLUDES used within this REPORT BCALV_REPREP_INTERFACE

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:

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.



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