MV13ALIS 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 MV13ALIS 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!
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING LINE_COUNT = 65 LINE_SIZE = 132 IMPORTING OUT_PARAMETERS = LD_PARAMS OUT_ARCHIVE_PARAMETERS = LD_ARPARAMS VALID = PRINT_CANCELED EXCEPTIONS ARCHIVE_INFO_NOT_FOUND = 01.
KOMG_TO_WINDOW_TABLE CALL FUNCTION 'KOMG_TO_WINDOW_TABLE' EXPORTING COMM_FIELDS = KOMG CONDITION_STRUCTURE = T681-KOTAB TABLES DESCRIPTION_TABLE = FELDTEXT WINDOW_TABLE = KEYZEILE.
RV_FIELD_READ CALL FUNCTION 'RV_FIELD_READ' EXPORTING FDR_FIELD = INT_T681E-SEFELD FDR_LANGU = SY-LANGU FDR_TABLE = 'KOMG' IMPORTING FDR_DD03V = DD03V FDR_DFIES = DFIES EXCEPTIONS FIELD_NOT_FOUND = 1.
RV_FIELD_READ CALL FUNCTION 'RV_FIELD_READ' EXPORTING FDR_FIELD = INT_T681E-SEFELD FDR_LANGU = SY-LANGU FDR_TABLE = 'KOMG' IMPORTING FDR_DD03V = DD03V FDR_DFIES = DFIES EXCEPTIONS FIELD_NOT_FOUND = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.