_MASSDATA_EXTRACT_READ_F4_VF01 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 _MASSDATA_EXTRACT_READ_F4_VF01 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!
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = H_VARIANT * I_TABNAME_HEADER = * I_TABNAME_ITEM = * IT_DEFAULT_FIELDCAT = I_SAVE = 'A' IMPORTING E_EXIT = H_EXIT ES_VARIANT = H_VARIANT EXCEPTIONS NOT_FOUND = 1 PROGRAM_ERROR = 2 OTHERS = 3.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = SY-REPID DYNUMB = SY-DYNNR TABLES DYNPFIELDS = EX_DYNPFIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 UNDEFIND_ERROR = 7 OTHERS = 8.
UKM_APPLLOG_DISPLAY_FOR_RUN CALL FUNCTION 'UKM_APPLLOG_DISPLAY_FOR_RUN' EXPORTING I_EXTNUMBER = GV_EXTNUMBER * I_AMODAL = .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
_MASSDATA_EXTRACT_READ_F4_VF01 - MASSDATAEXTRACTREADF4VF01 _MALUS_DISPLAY_INPUT_COMPLEF01 - MALUSDISPLAYINPUTCOMPLEF01 _LOGICAL_DEST_MAINTAIN_PREPF01 - Include _LOGICAL_DEST_MAINTAIN_PREPF01 _LOCKS_LISTF01 - Include _LOCKS_LISTF01 _LECATT_LOG_ARCHIVETOP - LECATTLOGARCHIVETOP _LECATT_LOG_ARCHIVEF01 - LECATTLOGARCHIVEF01