FDM_COLL_BADI_P2P_ATTRIBUTES SAP (Promise to Pay Attributes for BAdIs) Structure details

Dictionary Type: Structure
Description: Promise to Pay Attributes for BAdIs




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




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

FDM_COLL_BADI_P2P_ATTRIBUTES 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 Attributes for BAdIs" 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_BADI_P2P_ATTRIBUTES TYPE FDM_COLL_BADI_P2P_ATTRIBUTES.

The FDM_COLL_BADI_P2P_ATTRIBUTES table consists of various fields, each holding specific information or linking keys about Promise to Pay Attributes for BAdIs data available in SAP. These include MAX_P2P_AMOUNT (Maximum Amount for Promise to Pay), P2P_CURR (Currency of Promise to Pay), P2P_DUE_DATE (Date for Which Payment Is Promised), P2P_DATE (Date on Which Promise to Pay Was Given).. 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_BADI_P2P_ATTRIBUTES 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
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_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
INSTMNT_PLAN_TYPEInstallment Plan Type for Promise to Pay FDM_INST_PLAN_TYPECHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table FDM_COLL_BADI_P2P_ATTRIBUTES

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