UDM_S_WD_P2P_ATTR SAP (Promise to Pay Attribute (Web Dynpro)) Structure details

Dictionary Type: Structure
Description: Promise to Pay Attribute (Web Dynpro)




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




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

UDM_S_WD_P2P_ATTR 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 Attribute (Web Dynpro)" 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_UDM_S_WD_P2P_ATTR TYPE UDM_S_WD_P2P_ATTR.

The UDM_S_WD_P2P_ATTR table consists of various fields, each holding specific information or linking keys about Promise to Pay Attribute (Web Dynpro) data available in SAP. These include FIN_CUSTOMER (Key of Customer in Accounts Receivable Accounting), EXT_KEY (Case ID), FIN_COMP_CODE (Company Code), FIN_ITEM_KEY (ID of an FI Document).. 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 UDM_S_WD_P2P_ATTR 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_GUIDTechnical Case Key (Case GUID) SCMG_CASE_GUIDCHAR32SYSUUID_C
FIN_CUSTOMERKey of Customer in Accounts Receivable Accounting UDM_KUNNRCHAR10ALPHAUDM_KUNNR
EXT_KEYCase ID SCMG_EXT_KEYCHAR12ALPHASCMG_EXT_KEY
FIN_COMP_CODECompany Code BDM_COMP_CODECHAR4CHAR4
FIN_ITEM_KEYID of an FI Document UDM_FIN_ITEM_KEYCHAR24CHAR24
FIN_P2P_CURRCurrency of Promise to Pay BDM_PROMISE_CURRCUKY5Assigned to domainWAERS
FIN_PROMISED_AMTAmount Promised for Payment BDM_PROMISED_AMOUNTCURR15(2) WERT8
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_P2P_DUE_DATEDate for Which Payment Is Promised BDM_PROMISE_DUE_DATEDATS8DATUM
FIN_PAID_AMOUNTAmount Paid BDM_PAID_AMOUNTCURR15(2) WERT8
FIN_LAST_PAYMENTDate of Last Payment BDM_LAST_PAYMENT_DATEDATS8DATUM
FIN_P2P_DATEDate on Which Promise to Pay Was Given BDM_PROMISE_DATEDATS8DATUM
FIN_P2P_STATEState of Promise to Pay BDM_PROMISE_STATECHAR1BDM_PROMISE_STATE
FIN_P2P_LEVELLevel of Promise to Pay BDM_PROMISE_LEVELINT13INT1
EXT_REFExternal reference SCMG_EXT_REFCHAR30CHAR30
P2P_STATE_ICONName of an Icon ICONNAMECHAR30ICONNAME
P2P_STATE_TEXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT

Key field Non-key field



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

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

How to access SAP table UDM_S_WD_P2P_ATTR

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