UDM_P2P_ATTR SAP (Promise to Pay) Table details

Dictionary Type: Table
Description: Promise to Pay




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




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

UDM_P2P_ATTR is a standard SAP Table which is used to store Promise to Pay data and is available within R/3 SAP systems depending on the version and release level.

The UDM_P2P_ATTR table consists of various fields, each holding specific information or linking keys about Promise to Pay data available in SAP. These include CASE_GUID (FSCM-DM: GUID (Internal Key of Dispute Case)), FIN_COMP_CODE (Company Code), FIN_CUSTOMER (Key of Customer in Accounts Receivable Accounting), FIN_INVOICE_TYPE (Object Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP UDM_P2P_ATTR table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CASE_GUIDFSCM-DM: GUID (Internal Key of Dispute Case) BDM_CASE_GUIDCHAR32SYSUUID_C
FIN_COMP_CODECompany Code BDM_COMP_CODECHAR4CHAR4
FIN_CUSTOMERKey of Customer in Accounts Receivable Accounting UDM_KUNNRCHAR10ALPHAUDM_KUNNR
FIN_INVOICE_TYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
FIN_INVOICE_KEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
FIN_PROMISED_AMTAmount Promised for Payment BDM_PROMISED_AMOUNTCURR15(2) WERT8
FIN_PAID_AMOUNTAmount Paid BDM_PAID_AMOUNTCURR15(2) WERT8
FIN_P2P_CURRCurrency of Promise to Pay BDM_PROMISE_CURRCUKY5Assigned to domainWAERS
FIN_P2P_DUE_DATEDate for Which Payment Is Promised BDM_PROMISE_DUE_DATEDATS8DATUM
FIN_P2P_DATEDate on Which Promise to Pay Was Given BDM_PROMISE_DATEDATS8DATUM
FIN_LAST_PAYMENTDate of Last Payment BDM_LAST_PAYMENT_DATEDATS8DATUM
FIN_P2P_STATEState of Promise to Pay BDM_PROMISE_STATECHAR1BDM_PROMISE_STATE
FIN_P2P_LEVELLevel of Promise to Pay BDM_PROMISE_LEVELINT13INT1
FIN_PROMISED_BYClerk That Gave the Promise to Pay BDM_PROMISED_BYCHAR40TEXT40
FIN_CONTACT_MAILe-mail Address of Contact Person at Business Partner UDM_CONTACT_EMAILCHAR128TEXT128
FIN_CONTACT_TELTelephone Number of Contact Person at Business Partner UDM_CONTACT_PHONECHAR30CHAR30
FIN_CONTACT_FAXFax Number of Contact Person at Business Partner UDM_CONTACT_FAXCHAR30CHAR30
FIN_CONTACT_FAXCCountry of Fax Number UDM_CONTACT_FAXCCHAR3Assigned to domainLAND1
FIN_CONTACT_KEYContact Person Key UDM_CONTACT_KEYCHAR10CHAR10
FIN_PROC_SEQNRSequential Number of Process UDM_PROC_SEQNRNUMC3NUM03
FIN_LOG_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
FIN_RFC_CREATORUser That Created the Dispute Case via RFC UDM_RFC_CREATORCHAR12Assigned to domainXUBNAME
FIN_NO_OF_INSTNumber of Installments in the Promise to Pay in Installments BDM_NO_OF_INSTMNTSINT410INT4
FIN_PAID_OSInstallment Amounts Paid on Schedule BDM_PAID_ON_SCHEDULECURR15(2) WERT8
FIN_PAID_NOT_OSInstallment Amounts Not Paid on Schedule BDM_PAID_NOT_ON_SCHEDULECURR15(2) WERT8
FIN_NXT_INST_DUEDue Date of Next Open Installment UDM_NEXT_INST_DUE_DATEDATS8DATUM
FIN_NXT_INST_AMTOpen Amount of Next Installment UDM_NEXT_INST_OPEN_AMTCURR15(2) WERT8
FIN_MULT_INV_CTXUUID in character form SYSUUID_CCHAR32SYSUUID_C

Key field Non-key field



How do I retrieve data from SAP table UDM_P2P_ATTR using ABAP code

The following ABAP code Example will allow you to do a basic selection on UDM_P2P_ATTR to SELECT all data from the table
DATA: WA_UDM_P2P_ATTR TYPE UDM_P2P_ATTR.

SELECT SINGLE *
FROM UDM_P2P_ATTR
INTO CORRESPONDING FIELDS OF WA_UDM_P2P_ATTR
WHERE...

How to access SAP table UDM_P2P_ATTR

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