FDM_COLL_P2P_OVERVIEW_ALV SAP (ALV Output Structure: Promise to Pay Data for Invoice) Structure details

Dictionary Type: Structure
Description: ALV Output Structure: Promise to Pay Data for Invoice




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




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

FDM_COLL_P2P_OVERVIEW_ALV 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 "ALV Output Structure: Promise to Pay Data for Invoice" 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_P2P_OVERVIEW_ALV TYPE FDM_COLL_P2P_OVERVIEW_ALV.

The FDM_COLL_P2P_OVERVIEW_ALV table consists of various fields, each holding specific information or linking keys about ALV Output Structure: Promise to Pay Data for Invoice data available in SAP. These include CUSTOMER (Customer Numbers), CASE_GUID (FSCM-DM: GUID (Internal Key of Dispute Case)), EXT_KEY (Case ID), COMP_CODE (Company Code).. 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_P2P_OVERVIEW_ALV 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
RELICONIcon: State of Promise to Pay FDM_PROMISE_STATE_ICONCHAR132SYCHAR132
CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
CASE_GUIDFSCM-DM: GUID (Internal Key of Dispute Case) BDM_CASE_GUIDCHAR32SYSUUID_C
EXT_KEYCase ID SCMG_EXT_KEYCHAR12ALPHASCMG_EXT_KEY
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
INVOICE_NOAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOC_ITEMNumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BILLING_DOCBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
P2P_CURRCurrency of Promise to Pay BDM_PROMISE_CURRCUKY5Assigned to domainWAERS
PROMISED_AMTAmount Promised for Payment BDM_PROMISED_AMOUNTCURR15(2) WERT8
PROMISED_BYClerk That Gave the Promise to Pay BDM_PROMISED_BYCHAR40TEXT40
CONTACT_MAILe-mail Address of Contact Person at Business Partner FDM_CONTACT_EMAILCHAR128TEXT128
CONTACT_TELTelephone Number of Contact Person at Business Partner FDM_CONTACT_PHONECHAR30CHAR30
CONTACT_FAXFax Number of Contact Person at Business Partner FDM_CONTACT_FAXCHAR30CHAR30
CONTACT_FAXCCountry of Fax Number of Contact Person FDM_CONTACT_FAXCCHAR3Assigned to domainLAND1
P2P_DUE_DATEDate for Which Payment Is Promised BDM_PROMISE_DUE_DATEDATS8DATUM
PAID_AMOUNTAmount Paid for Promise to Pay FDM_PAID_P2P_AMOUNTCURR15(2) WERT8
LAST_PAYMENTDate of Last Payment BDM_LAST_PAYMENT_DATEDATS8DATUM
P2P_DATEDate on Which Promise to Pay Was Given BDM_PROMISE_DATEDATS8DATUM
P2P_STATEState of Promise to Pay BDM_PROMISE_STATECHAR1BDM_PROMISE_STATE
P2P_LEVELLevel of Promise to Pay BDM_PROMISE_LEVELINT13INT1
P2P_REFPromise to Pay Reference FDM_P2P_REFCHAR30CHAR30
INST_PLAN_TYPEInstallment Plan Type for Promise to Pay FDM_INST_PLAN_TYPECHAR4CHAR4
NO_OF_INSTNumber of Installments in the Promise to Pay in Installments BDM_NO_OF_INSTMNTSINT410INT4
PAID_OSInstallment Amounts Paid on Schedule BDM_PAID_ON_SCHEDULECURR15(2) WERT8
PAID_NOT_OSInstallment Amounts Not Paid on Schedule BDM_PAID_NOT_ON_SCHEDULECURR15(2) WERT8
INST_IS_OVERDUEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
.INCLU--AP 0
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
P2P_STATE_TXTState of Promise to Pay: Text FDM_PROMISE_STATE_TXTCHAR60TEXT60
INST_PLAN_TYPE_TEXTName of Installment Plan Type FDM_INST_PLAN_TYPE_TEXTCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table FDM_COLL_P2P_OVERVIEW_ALV

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