SAP Reports / Programs | Treasury(TR) SAP TR

RFLQ_DEL_MA SAP ABAP Report - Liquidity Calculation: Delete Manual Reposting







RFLQ_DEL_MA is a standard Executable ABAP Report 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 RFLQ_DEL_MA 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 RFLQ_DEL_MA. "Basic submit
SUBMIT RFLQ_DEL_MA AND RETURN. "Return to original report after report execution complete
SUBMIT RFLQ_DEL_MA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_TEST = D Test Run
Selection Text: P_ZBUKR = D Paying Company Code
Selection Text: S_AEDAT = D Changed on
Selection Text: S_BELNR = D Document Number
Selection Text: S_BINAM = D Batch Input Session Name
Selection Text: S_BKTXT = D Document Header Text
Selection Text: S_CPUDT = D Created On
Selection Text: S_LQDAY1 = D Payment Date
Selection Text: S_UNAME = D User Name
Selection Text: S_XBLNR = D Reference
Title: Liquidity Calculation: Delete Manual Reposting
Text Symbol: BUK = Company Code
Text Symbol: NOH = Number of documents
Text Symbol: NOL = Number of lines
Text Symbol: PRD = Update Run
Text Symbol: TST = Test Run


INCLUDES used within this REPORT RFLQ_DEL_MA

INCLUDE: FLQCONSTANTS.


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:

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] I_SAVE = G_SAVE IS_VARIANT = GS_VARIANT IT_EVENTS = GT_EVENTS * I_SCREEN_START_COLUMN = 0 "Use coordinates for * I_SCREEN_START_LINE = 0 "display as dialog box * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 IMPORTING E_EXIT_CAUSED_BY_CALLER = G_EXIT_CAUSED_BY_CALLER ES_EXIT_CAUSED_BY_USER = GS_EXIT_CAUSED_BY_USER TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

FLQ_AUTHORITY_ITEM CALL FUNCTION 'FLQ_AUTHORITY_ITEM' EXPORTING I_ACTVT = CON_LQ_ACTVT_CHANGE I_BUKRS = P_ZBUKR EXCEPTIONS NO_AUTHORIZATION = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'FLQHEADMA' CHANGING CT_FIELDCAT = LT_FIELDCAT.

FLQ_UPDATE_MAN CALL FUNCTION 'FLQ_UPDATE_MAN' EXPORTING F_HEADER_UPD = L_F_HEAD TABLES T_ITEM_DEL = L_T_ITEMS.



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 RFLQ_DEL_MA or its description.