FDM_S_COLL_INVOICES_EXTSYS SAP (Invoices/Credit Memos Without Inv. Reference/Down Payments) Structure details

Dictionary Type: Structure
Description: Invoices/Credit Memos Without Inv. Reference/Down Payments




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




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

FDM_S_COLL_INVOICES_EXTSYS 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 "Invoices/Credit Memos Without Inv. Reference/Down Payments" 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_S_COLL_INVOICES_EXTSYS TYPE FDM_S_COLL_INVOICES_EXTSYS.

The FDM_S_COLL_INVOICES_EXTSYS table consists of various fields, each holding specific information or linking keys about Invoices/Credit Memos Without Inv. Reference/Down Payments data available in SAP. These include ITEM_KEY (Object Key of Accounting Document in Original System), BRANCH_TYPE (Object Type of Branch Account in Original System), BRANCH_KEY (Object Key of Branch Account in Original System), AMT_DOCCUR (Amount in document currency).. 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 (Deep)


SAP FDM_S_COLL_INVOICES_EXTSYS 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
ITEM_TYPEObject Type of Accounting Document FDM_MIRR_SWO_OBJTYPCHAR10Assigned to domainOJ_NAME
ITEM_KEYObject Key of Accounting Document in Original System FDM_MIRR_SWO_TYPEIDCHAR70SWO_TYPEID
BRANCH_TYPEObject Type of Branch Account in Original System FDM_MIRR_BRANCH_OBJTYPCHAR10Assigned to domainOJ_NAME
BRANCH_KEYObject Key of Branch Account in Original System FDM_MIRR_BRANCH_TYPEIDCHAR70SWO_TYPEID
AMT_DOCCURAmount in document currency BAPIWRBTRDEC23(4) BAPICURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO code currency WAERS_ISOCHAR3ISOCD
LC_AMOUNTAmount in Local Currency BAPIDMBTRDEC23(4) BAPICURR
DB_CR_INDDebit/Credit Indicator SHKZGCHAR1SHKZG
XPAYMT_ON_ACCTItem is a Payment On Account FDM_MIRR_XPAYMT_ON_ACCTCHAR1XFELD
XCLOSEDInvoice Completed FDM_MIRR_XCLOSEDCHAR1FDM_MIRR_XCLOSED
CLOSED_ATDate on which the item was closed FDM_MIRR_CLOSED_ATDATS8DATUM
XREVERSEDLine Item Reversed FDM_MIRR_XREVERSEDCHAR1XFELD
DOC_DATEDocument Date in Document BLDATDATS8DATUM
INV_REFNumber of the Invoice the Transaction Belongs to REBZGCHAR10ALPHABELNR
BLINE_DATEBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
DSCT_DAYS1Cash discount days 1 DZBD1TDEC3ZBDXT
DSCT_DAYS2Cash discount days 2 DZBD2TDEC3ZBDXT
NETTERMSNet Payment Terms Period DZBD3TDEC3ZBDXT
DSCT_PCT1Cash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
DSCT_PCT2Cash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
FIXEDTERMSFixed Payment Terms DZBFIXCHAR1ZBFIX
DISC_BASEAmount Eligible for Cash Discount in Document Currency BAPISKFBTDEC23(4) BAPICURR
DSC_AMT_DCCash Discount Amount in Document Currency BAPIWSKTODEC23(4) BAPICURR
PYMT_METHPayment Method in Substitute System FDM_MIRR_DZLSCHCHAR1Assigned to domainZLSCH
PMNT_BLOCKLine Item Blocked for Payment? FDM_MIRR_DZLSPRCHAR1Assigned to domainZAHLS
DUNN_BLOCKLine Item Blocked for Dunning? FDM_MIRR_MANSPCHAR1Assigned to domainMANSP
LAST_DUNNLast dunned on MADATDATS8DATUM
DUNN_LEVELDunning level MAHNS_DNUMC1MAHNS
DUNN_AREADunning Area MABERCHAR2Assigned to domainMABER
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
REF_DOC_NOReference Document Number XBLNR1CHAR16XBLNR1
REF_KEY_1Business partner reference key XREF1CHAR12CHAR12
REF_KEY_2Business partner reference key XREF2CHAR12CHAR12
ALLOC_NMBRAssignment Number DZUONRCHAR18ZUONR
AW_OBJ_TYPEReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AW_OBJ_KEYReference Key AWKEYCHAR20AWKEY
AW_LOGSYSTEMLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
PAYMENTS 0
CREDITMEMOS 0
RESIDUALS 0

Key field Non-key field



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

As FDM_S_COLL_INVOICES_EXTSYS 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_S_COLL_INVOICES_EXTSYS as there is no data to select.

How to access SAP table FDM_S_COLL_INVOICES_EXTSYS

Within an ECC or HANA version of SAP you can also view further information about FDM_S_COLL_INVOICES_EXTSYS 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!