/SAPPSSRM/TDPD SAP (Tendering Payment Details of an RFx Responder) Table details

Dictionary Type: Table
Description: Tendering Payment Details of an RFx Responder




ABAP Code to SELECT data from /SAPPSSRM/TDPD
Related tables to /SAPPSSRM/TDPD
Access table /SAPPSSRM/TDPD




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

/SAPPSSRM/TDPD is a standard SAP Table which is used to store Tendering Payment Details of an RFx Responder data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/TDPD table consists of various fields, each holding specific information or linking keys about Tendering Payment Details of an RFx Responder data available in SAP. These include GUID (Globally Unique identifier), BDR_STS_GUID (Globally Unique identifier), USERID (User Name), BID_ID (Business Partner Number).. 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 /SAPPSSRM/TDPD 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
BDR_STS_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
USERIDUser Name /SAPPSSRM/_USERNAMECHAR12UNAME
BID_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTNER_NOPartner Number CRMT_PARTNER_NOCHAR32CRM_PARTNER_NO
PYMNT_TYPEPayment Details /SAPPSSRM/_TD_PYMNTCHAR3/SAPPSSRM/_PYMNT
PYMNT_MODEPayment Key /SAPPSSRM/_TD_PYMNT_KEYCHAR5/SAPPSSRM/_PYMNT_KEY
AMOUNTTender Fee Amount or Earnest Money Deposit Amount /SAPPSSRM/_AMNTCURR15(2) WERT8
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
INSTRU_NOInstrument Number /SAPPSSRM/_TD_INOCHAR35/SAPPSSRM/_INST_NO
PYMNT_DATEPayment Date /SAPPSSRM/_TD_PYMNT_DATEDATS8/SAPPSSRM/_PYMNT_DATE
NOTENote Text NOTESTXTCHAR255TEXT255
STATUSTendering Payment Status of an RFx Respondent /SAPPSSRM/_TD_PYMT_STSCHAR20/SAPPSSRM/_PYMT_STS
EMD_REVERSEDEarnest Money Deposit Payment Reversal /SAPPSSRM/_TD_EMD_REVCHAR1XFELD
REV_DATEPayment Reversal Date /SAPPSSRM/_TD_REV_DATEDATS8/SAPPSSRM/_REV_DATE
NOT_ACTIVE_INDIndicator: Inactive /SAPPSSRM/_NOTACTVCHAR1XFELD
PYMNT_TIMEPayment time for tender fee /SAPPSSRM/_PYMNT_TIMETIMS6/SAPPSSRM/_PYMNT_TIME

Key field Non-key field



How do I retrieve data from SAP table /SAPPSSRM/TDPD using ABAP code

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

SELECT SINGLE *
FROM /SAPPSSRM/TDPD
INTO CORRESPONDING FIELDS OF WA_/SAPPSSRM/TDPD
WHERE...

How to access SAP table /SAPPSSRM/TDPD

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