MFLQQRMAINTF01 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 MFLQQRMAINTF01 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: Include MFLQQRMAINTF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING FIELD_RANGES = FS_DYNS-TRANGE IMPORTING EXPRESSIONS = FS_DYNS-TEXPR.
FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING KIND = 'T' EXPRESSIONS = FS_DYNS-TEXPR IMPORTING SELECTION_ID = SELECTION_ID WHERE_CLAUSES = FS_DYNS-CLAUSES EXPRESSIONS = FS_DYNS-TEXPR FIELD_RANGES = FS_DYNS-TRANGE NUMBER_OF_ACTIVE_FIELDS = FS_NUM TABLES TABLES_TAB = TABLES_TAB FIELDS_TAB = FIELDS_TAB FIELDS_NOT_SELECTED = FIELDS_NOT TABFIELDS_NOT_DISPLAY = FIELDS_ND "nte1801431 EXCEPTIONS OTHERS = 0.
FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING SELECTION_ID = SELECTION_ID TITLE = L_TITLE FRAME_TEXT = 'Conditions'(CT2) AS_WINDOW = 'X' START_ROW = 2 START_COL = 2 JUST_DISPLAY = FLG_DISPLAY IMPORTING WHERE_CLAUSES = FS_DYNS-CLAUSES EXPRESSIONS = FS_DYNS-TEXPR FIELD_RANGES = FS_DYNS-TRANGE NUMBER_OF_ACTIVE_FIELDS = FS_NUM TABLES FIELDS_TAB = FIELDS_TAB FIELDS_NOT_SELECTED = FIELDS_NOT EXCEPTIONS OTHERS = 20.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = L_TEXTLINE * TEXTLINE2 = ' ' TITEL = ' ' * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = ANTWORT.
F4IF_FIELD_VALUE_REQUEST *CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' IF SY-TCODE+4(1) = CON_LQORIG_BANK_ST.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING TABNAME = SPACE FIELDNAME = SPACE SEARCHHELP = SEARCHHELP VALUE = FLDVAL TABLES RETURN_TAB = RETURN_TAB EXCEPTIONS OTHERS = 5.
FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING KIND = 'T' EXPRESSIONS = FS_DYNS-TEXPR IMPORTING SELECTION_ID = SELECTION_ID WHERE_CLAUSES = FS_DYNS-CLAUSES EXPRESSIONS = FS_DYNS-TEXPR FIELD_RANGES = FS_DYNS-TRANGE NUMBER_OF_ACTIVE_FIELDS = FS_NUM TABLES TABLES_TAB = TABLES_TAB FIELDS_TAB = FIELDS_TAB FIELDS_NOT_SELECTED = FIELDS_NOT EXCEPTIONS OTHERS = 0.
FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING SELECTION_ID = SELECTION_ID TITLE = 'Proposal Fields'(CT3) AS_WINDOW = 'X' START_ROW = 2 START_COL = 2 JUST_DISPLAY = ' ' NO_INTERVALS = 'X' IMPORTING WHERE_CLAUSES = FS_DYNS-CLAUSES EXPRESSIONS = FS_DYNS-TEXPR FIELD_RANGES = FS_DYNS-TRANGE NUMBER_OF_ACTIVE_FIELDS = FS_NUM TABLES FIELDS_TAB = FIELDS_TAB FIELDS_NOT_SELECTED = FIELDS_NOT EXCEPTIONS OTHERS = 20.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.