SAP Reports / Programs | Treasury(TR) SAP TR

MFLQQRMAINTF01 SAP ABAP INCLUDE - Include MFLQQRMAINTF01







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MFLQQRMAINTF01. "Basic submit
SUBMIT MFLQQRMAINTF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MFLQQRMAINTF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MFLQQRMAINTF01


INCLUDES used within this REPORT MFLQQRMAINTF01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MFLQQRMAINTF01 or its description.