SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Information System(FI-GL-IS) SAP FI

RFDANZ00 SAP ABAP Report - List Of Down Payments Open On Key Date - Customers







RFDANZ00 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 RFDANZ00 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 RFDANZ00. "Basic submit
SUBMIT RFDANZ00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFDANZ00 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_BUKRS = Company Code
Selection Text: P_GJAHR = Fiscal Year
Selection Text: K_WAERS = Currency
Selection Text: K_MWSKZ = Tax on sales/purchases code
Selection Text: K_KUNNR = Customer
Selection Text: K_HKONT = Sp.G/L accounts
Selection Text: K_DATE = Key Date
Title: List Of Down Payments Open On Key Date - Customers
Text Symbol: P02 = Further Selections
Text Symbol: P01 = General Selections
Text Symbol: 305 = List Output
Text Symbol: 302 = Address
Text Symbol: 301 = Name
Text Symbol: 300 = Cust.
Text Symbol: 012 = Total per Tax Code and Currency in Company Code
Text Symbol: 011 = Total per Currency in CoCod
Text Symbol: 010 = Customer total:
Text Symbol: 009 = Total
Text Symbol: 008 = Total co.cd:
Text Symbol: 007 = End co.cd
Text Symbol: 004 = Total Number of Down Payments:
Text Symbol: 003 = Error attaching tables
Text Symbol: 002 = Doc.no. Itm Pstng date Gen.Ledgr TxCd Curr. Net amount Net amount (LC) Tax amount Tax amount (LC)
Text Symbol: 001 = Custmr no.Name Address


INCLUDES used within this REPORT RFDANZ00

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:

READ_KNA1 CALL FUNCTION 'READ_KNA1' "Adresse EXPORTING XKUNNR = I_BSID-KUNNR XADR_FL = lboolean "IAV IMPORTING XKNA1 = KNA1 EXCEPTIONS " note 372947 * KEY_INCOMPLETE = 01 " note 372947 NOT_AUTHORIZED = 02. " note 372947

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = LV_STRUCT_NAME CHANGING CT_FIELDCAT = XT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = LV_REPID IS_LAYOUT = GS_LAYO IT_FIELDCAT = GT_FIELDCAT IT_SORT = GT_SORT I_SAVE = LV_SAVE IS_VARIANT = GS_VARIANT IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING IS_BHDGD = BHDGD.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = LT_LINE.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = LT_LINE.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_line.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = LT_LINE.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = LT_LINE.



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