/SAPPSSRM/TEMD SAP (Table for EMD Payment) Table details

Dictionary Type: Table
Description: Table for EMD Payment




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




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

/SAPPSSRM/TEMD is a standard SAP Table which is used to store Table for EMD Payment data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/TEMD table consists of various fields, each holding specific information or linking keys about Table for EMD Payment 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 (Deep)


SAP /SAPPSSRM/TEMD 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
PAY_REF_NOObject ID of RFx /SAPPSSRM/_OBJECTIDCHAR10ALPHACRM_OBJECT_ID
PAY_AMOUNTTender Fee Amount or Earnest Money Deposit Amount /SAPPSSRM/_AMNTCURR15(2) WERT8
PAY_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PAY_DATEPayment Date /SAPPSSRM/_TD_PYMNT_DATEDATS8/SAPPSSRM/_PYMNT_DATE
REV_REF_NOObject ID of RFx /SAPPSSRM/_OBJECTIDCHAR10ALPHACRM_OBJECT_ID
REV_AMOUNTTender Fee Amount or Earnest Money Deposit Amount /SAPPSSRM/_AMNTCURR15(2) WERT8
REV_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
REV_DATEPayment Date /SAPPSSRM/_TD_PYMNT_DATEDATS8/SAPPSSRM/_PYMNT_DATE
NOTED_ITEMCheckbox XFELDCHAR1XFELD
STATUSEarnest Money Deposit Status /SAPPSSRM/_EMD_STATUSCHAR20/SAPPSSRM/_EMD_STATUS
VERSION_NOVersion number for item numbering /SAPPSSRM/_VERSNONUMC6/SAPPSSRM/_VERSNO

Key field Non-key field



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

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

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

How to access SAP table /SAPPSSRM/TEMD

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