ISU_ALV_SIMPLE_TEXTS is a standard Executable ABAP Report 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 ISU_ALV_SIMPLE_TEXTS 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: Program ISU_ALV_SIMPLE_TEXTS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = pl_repid i_callback_user_command = g_user_command i_structure_name = 'ISU_ALV_COMMENT' is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events[] i_save = 'A' TABLES t_outtab = part_text.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = gt_events.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = pl_repid i_internal_tabname = pl_tabname i_structure_name = 'ISU_ALV_COMMENT' CHANGING ct_fieldcat = rt_fieldcat EXCEPTIONS OTHERS = 0.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISU_ALV_SIMPLE_TEXTS - Program ISU_ALV_SIMPLE_TEXTS ISU_ALV_SIMPLE_TEXTS - Program ISU_ALV_SIMPLE_TEXTS ISU_AGGR_BILL - Data Collection Library for Form Class IS-U BI Collective Bill ISU_AGGR_BILL - Data Collection Library for Form Class IS-U BI Collective Bill ISU_ADRV_CORRECT - Correction of ADRV for Connection Objects ISU_ADRV_CORRECT - Correction of ADRV for Connection Objects