MKMAXF03 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 MKMAXF03 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!
G_SET_ENQUEUE CALL FUNCTION 'G_SET_ENQUEUE' EXPORTING CLASS = SET_CLASS FIELDNAME = SET_FIELD SETNR = P_SETNR TABLE = SET_TABLE SEARCHFLD = L_SEARCHFLD EXCEPTIONS FOREIGN_LOCK = 4 SYSTEM_FAILURE = 8.
G_SET_DEQUEUE CALL FUNCTION 'G_SET_DEQUEUE' EXPORTING CLASS = SET_CLASS FIELDNAME = SET_FIELD SETNR = P_SETNR TABLE = SET_TABLE SEARCHFLD = L_SEARCHFLD.
G_SET_INSERT CALL FUNCTION 'G_SET_INSERT' EXPORTING TABLE = SET_TABLE CLASS = SET_CLASS SETNAME = SETNR IMPORTING INDEX = INDEX HEADER = HEADER.
G_OBJECT_GET CALL FUNCTION 'G_OBJECT_GET' EXPORTING INDEX = INDEX CONTROL_BLOCK = CONTROL_BLOCK IMPORTING ENTRY = ENTRIES SUBRC = RC.
G_GENERATE_BASIC_SET CALL FUNCTION 'G_GENERATE_BASIC_SET' EXPORTING LANGU = SY-LANGU SET_HEADER = SET_HEADER_G TABLES FORMULA_LINES = FORMULA_LINES SET_LINES = SET_LINES EXCEPTIONS NO_AUTHORITY = 1 NOT_UNIQUE = 2 WRONG_INTERVAL = 3.
G_BUFFER_RESET CALL FUNCTION 'G_BUFFER_RESET'.
HELP_VALUES_GET_WITH_TABLE_EXT CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE_EXT' EXPORTING DISPLAY = P_NO_PICKUP TABNAME = P_SET_TABLE FIELDNAME = P_SET_FIELD IMPORTING INDEX = J TABLES FIELDS = I_HELP_VALUE SELECT_VALUES = I_HELP_VTAB VALUETAB = VALUETAB.
G_SET_GET CALL FUNCTION 'G_SET_GET' EXPORTING INDEX = SET_INDEX CONTROL_BLOCK = CONTROL_BLOCK IMPORTING HEADER = SET_HEADER SUBRC = SY-SUBRC.
G_SET_INSERT CALL FUNCTION 'G_SET_INSERT' EXPORTING TABLE = SET_TABLE CLASS = SET_CLASS SETNAME = P_SETNAME IMPORTING INDEX = P_SETINDEX.
G_SET_AVAILABLE CALL FUNCTION 'G_SET_AVAILABLE' EXPORTING TABLE = SET_TABLE CLASS = SET_CLASS SETNAME = P_SETNAME IMPORTING INFO = I_SETINFO SUBRC = SY-SUBRC.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.