PAYSP_HL SAP (Payment Service Provider Data) Table details

Dictionary Type: Table
Description: Payment Service Provider Data




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




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

PAYSP_HL is a standard SAP Table which is used to store Payment Service Provider Data data and is available within R/3 SAP systems depending on the version and release level.

The PAYSP_HL table consists of various fields, each holding specific information or linking keys about Payment Service Provider Data data available in SAP. These include DOCUMENT_ID (Sales and Distribution Document Number), TRANSACTION_ID (Payment Transaction Reference GUID), SEQUENCE_NO (Transaction Sequence Number), SEQUENCE_REF (Transaction Sequence 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 PAYSP_HL 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
DOCUMENT_IDSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
TRANSACTION_IDPayment Transaction Reference GUID COM_WEC_TRANSACTION_GUIDRAW16COM_WEC_TRANSACTION_GUID
SEQUENCE_NOTransaction Sequence Number TXN_SEQUENCE_NONUMC4NUMC4
SEQUENCE_REFTransaction Sequence Number TXN_SEQUENCE_NONUMC4NUMC4
TMSTMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
REFERENCE_IDPayment Transaction Reference ID COM_WEC_TRANSACTION_IDCHAR16XBLNR
PS_PROVIDERPayment Service Provider COM_WEC_PAYMENT_SRV_PROVIDERCHAR4Assigned to domainCOM_WEC_PAYMENT_SRV_PROVIDER
PSP_TXN_IDID of the Payment Transaction in the PSP System COM_WEC_PSP_TRANSACTION_IDCHAR35COM_WEC_PSP_TRANSACTION_ID
TXN_PROFILEPayment Status Profile COM_WEC_TRANSACTION_PROFILECHAR4Assigned to domainCOM_WEC_TRANSACTION_PROFILE
TXN_STATUSPayment Transaction Status COM_WEC_TRANSACTION_STATUSCHAR4Assigned to domainCOM_WEC_TRANSACTION_STATUS
AMOUNT_REQPayment Transaction Amount COM_WEC_TRANSACTION_AMOUNTCURR15(2) WERTV8
CURRENCY_REQPayment Transaction Currency COM_WEC_TRANSACTION_CURRENCYCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM PAYSP_HL
INTO CORRESPONDING FIELDS OF WA_PAYSP_HL
WHERE...

How to access SAP table PAYSP_HL

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