FDM_COLL_CUSTOMER_AMOUNTS SAP (Structure for Customer Open Amounts) Structure details

Dictionary Type: Structure
Description: Structure for Customer Open Amounts




ABAP Code to SELECT data from FDM_COLL_CUSTOMER_AMOUNTS
Related tables to FDM_COLL_CUSTOMER_AMOUNTS
Access table FDM_COLL_CUSTOMER_AMOUNTS




Structure field list including key, data, relationships and ABAP select examples

FDM_COLL_CUSTOMER_AMOUNTS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Customer Open Amounts" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FDM_COLL_CUSTOMER_AMOUNTS TYPE FDM_COLL_CUSTOMER_AMOUNTS.

The FDM_COLL_CUSTOMER_AMOUNTS table consists of various fields, each holding specific information or linking keys about Structure for Customer Open Amounts data available in SAP. These include BUKRS (Company Code), NAME1 (Name), ORT01 (City), CURRENCY (Currency Key).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FDM_COLL_CUSTOMER_AMOUNTS structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
NAME1Name NAME1CHAR30TEXT30
ORT01City ORT01CHAR25TEXT25
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
OPEN_AMOUNTOpen Amount FDM_OPEN_AMOUNTCURR15(2) WERTV8
DUE_AMOUNT_TODAYAmount Due by Today FDM_DUE_AMOUNT_TODAYCURR15(2) WERTV8
DUE_AMOUNT_DUEDAYAmount Due by Due Date FDM_DUE_AMOUNT_DUEDAYCURR15(2) WERTV8
PAYMENT_ARRANGEDAmount Arranged for Payment FDM_PAYMENT_ARRANGEDCURR13(2) WERT7
PROMISED_AMOUNTOutstanding Amount Promised FDM_CURRENT_P2P_AMOUNTCURR15(2) WERT8
BROKEN_AMOUNTAmount Promised but Not Paid FDM_BROKEN_AMOUNTCURR15(2) WERTV8
DUNNING_AMOUNTDunned Amount FDM_DUNNING_AMOUNTCURR15(2) WERTV8
PROMISED_AMOUNT_DUEOutstanding Amount Promised by Due Date FDM_CURRENT_P2P_AMOUNT_DUECURR15(2) WERTV8
BROKEN_AMOUNT_DUEPromised by Due Date but Not Paid FDM_BROKEN_AMOUNT_DUECURR15(2) WERTV8
DUNNING_AMOUNT_DUEAmount Dunned by Due Date FDM_DUNNING_AMOUNT_DUECURR15(2) WERTV8

Key field Non-key field



How do I retrieve data from SAP structure FDM_COLL_CUSTOMER_AMOUNTS using ABAP code?

As FDM_COLL_CUSTOMER_AMOUNTS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FDM_COLL_CUSTOMER_AMOUNTS as there is no data to select.

How to access SAP table FDM_COLL_CUSTOMER_AMOUNTS

Within an ECC or HANA version of SAP you can also view further information about FDM_COLL_CUSTOMER_AMOUNTS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!