BSTR1ALV 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 BSTR1ALV 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: Form-Routinen ALV-Liste
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = l_repid i_internal_tabname = 'GT_ALVLIST' * I_STRUCTURE_NAME = * I_CLIENT_NEVER_DISPLAY = 'X' I_INCLNAME = l_repid * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = gt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_pf_status_set = 'PF_STATUS_SET_ALV' i_callback_user_command = 'USER_COMMAND_ALV' i_callback_program = l_callback_program it_events = lt_events it_event_exit = lt_event_exit i_grid_title = l_title it_fieldcat = gt_fieldcat is_print = ls_print TABLES t_outtab = gt_alvlist EXCEPTIONS program_error = 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.
BSTR1ALV - Form-Routinen ALV-Liste BSSP_VE - Program for object type BSSP_VE : MM Vendor Evaluation BSSP_VE - Program for object type BSSP_VE : MM Vendor Evaluation BSSP_STW_ASSIGN_ACTIVITY_TO_BO - Assign SAP Jam Group to Business Object BSSP_STW_ASSIGN_ACTIVITY_TO_BO - Assign SAP Jam Group to Business Object BSSP_SECURITY_ACNT - Program for object type BSSP_SECAC : Securities Account