SAP Reports / Programs | Treasury(TR) SAP TR

RFLQ_LISTACC_INFO SAP ABAP Report - Liquidity Calculation: Info Accounts







RFLQ_LISTACC_INFO 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_LISTACC_INFO 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_LISTACC_INFO. "Basic submit
SUBMIT RFLQ_LISTACC_INFO AND RETURN. "Return to original report after report execution complete
SUBMIT RFLQ_LISTACC_INFO 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: S_SAKNR = D G/L Account
Selection Text: S_LQPOS = D Default Value
Selection Text: P_BUKRS = D Company Code
Title: Liquidity Calculation: Info Accounts
Text Symbol: 003 = Info Accounts Maintained in Application
Text Symbol: 002 = Info Accounts Maintained in Customizing
Text Symbol: 001 = Company Code


INCLUDES used within this REPORT RFLQ_LISTACC_INFO

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:

COMPANY_CODE_READ CALL FUNCTION 'COMPANY_CODE_READ' EXPORTING I_BUKRS = P_BUKRS IMPORTING E_T001 = G_F_COMPANY.

FLQ_GET_ASSIGN_SETTINGS CALL FUNCTION 'FLQ_GET_ASSIGN_SETTINGS' IMPORTING E_F_ASSIGN_SETTINGS = G_F_SETTINGS.

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 TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = G_REPID I_INTERNAL_TABNAME = 'GT_OUTTAB' I_INCLNAME = G_REPID CHANGING CT_FIELDCAT = LT_FIELDCAT.

FLQ_CHECK_GL_INFO CALL FUNCTION 'FLQ_CHECK_GL_INFO' EXPORTING P_BUKRS = P_BUKRS P_HKONT = LF_OUTTAB-SAKNR P_INFO_APPL = G_F_SETTINGS-XINFO_APPL IMPORTING E_LQPOS = GT_OUTTAB-LQPOS E_FURTHER = GT_OUTTAB-FURTHER CHANGING C_SUBRC = L_SUBRC.



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