FDM_COLL_P2P_DETAIL SAP (Promise to Pay Detail) Structure details

Dictionary Type: Structure
Description: Promise to Pay Detail




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




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

FDM_COLL_P2P_DETAIL 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 "Promise to Pay Detail" 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_DETAIL TYPE FDM_COLL_P2P_DETAIL.

The FDM_COLL_P2P_DETAIL table consists of various fields, each holding specific information or linking keys about Promise to Pay Detail data available in SAP. These include CASE_GUID (FSCM-DM: GUID (Internal Key of Dispute Case)), PROMISED_AMT (Amount Promised for Payment), MAX_P2P_AMOUNT (Maximum Amount for Promise to Pay), P2P_AMT_BEFORE (Amount Promised for Payment).. 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: Cannot Be Enhanced


SAP FDM_COLL_P2P_DETAIL 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
CASE_TYPEFSCM-DM: Case Type BDM_CASE_TYPECHAR4CHAR04
CASE_GUIDFSCM-DM: GUID (Internal Key of Dispute Case) BDM_CASE_GUIDCHAR32SYSUUID_C
PROMISED_AMTAmount Promised for Payment BDM_PROMISED_AMOUNTCURR15(2) WERT8
MAX_P2P_AMOUNTMaximum Amount for Promise to Pay FDM_MAX_P2P_AMOUNTCURR15(2) WERT8
P2P_AMT_BEFOREAmount Promised for Payment BDM_PROMISED_AMOUNTCURR15(2) WERT8
P2P_CURRCurrency of Promise to Pay BDM_PROMISE_CURRCUKY5Assigned to domainWAERS
P2P_DUE_DATEDate for Which Payment Is Promised BDM_PROMISE_DUE_DATEDATS8DATUM
P2P_DATEDate on Which Promise to Pay Was Given BDM_PROMISE_DATEDATS8DATUM
PROMISED_BYClerk That Gave the Promise to Pay BDM_PROMISED_BYCHAR40TEXT40
P2P_STATEState of Promise to Pay BDM_PROMISE_STATECHAR1BDM_PROMISE_STATE
P2P_REFPromise to Pay Reference FDM_P2P_REFCHAR30CHAR30
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
CONTACT_KEYNumber of contact person PARNRNUMC10PARNRVPA
NO_OF_INST_BEFORENumber of Installments in the Promise to Pay in Installments BDM_NO_OF_INSTMNTSINT410INT4
MULT_INV_CONTEXTUUID in character form SYSUUID_CCHAR32SYSUUID_C
EDIT_MODEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table FDM_COLL_P2P_DETAIL

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