/SAPPSSRM/PYMT SAP (Payment Details) Table details

Dictionary Type: Table
Description: Payment Details




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




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

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

The /SAPPSSRM/PYMT table consists of various fields, each holding specific information or linking keys about Payment Details data available in SAP. These include BI_GUID (Globally Unique identifier), BID_ID (Business Partner Number), PYMNT_TYPE (Payment Details), AMOUNT (Tender Fee Amount or Earnest Money Deposit Amount).. 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/PYMT 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
BI_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
BID_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PYMNT_TYPEPayment Details /SAPPSSRM/_TD_PYMNTCHAR3/SAPPSSRM/_PYMNT
AMOUNTTender Fee Amount or Earnest Money Deposit Amount /SAPPSSRM/_AMNTCURR15(2) WERT8
PYMNT_MODEPayment Key /SAPPSSRM/_TD_PYMNT_KEYCHAR5/SAPPSSRM/_PYMNT_KEY
INSTRU_NOInstrument Number /SAPPSSRM/_TD_INOCHAR35/SAPPSSRM/_INST_NO
BANKBank Name /SAPPSSRM/_TD_BNKCHAR50/SAPPSSRM/_BANK
BRANCHBranch Name /SAPPSSRM/_TD_BRCHCHAR50/SAPPSSRM/_BRANCH
PYMNT_DATEPayment Date /SAPPSSRM/_TD_PYMNT_DATEDATS8/SAPPSSRM/_PYMNT_DATE
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
REF_DOC_NOReference Document Number BBP_XBLNRCHAR16XBLNR
STATUSEarnest Money Deposit Status of an RFx Respondent /SAPPSSRM/_TD_STATUSCHAR20/SAPPSSRM/_EMD_STATUS
OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID

Key field Non-key field



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

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

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

How to access SAP table /SAPPSSRM/PYMT

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