TDS_LPAYSP_COMR SAP (Lean Order - Payment Service Provider (Values, read-only)) Structure details

Dictionary Type: Structure
Description: Lean Order - Payment Service Provider (Values, read-only)




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




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

TDS_LPAYSP_COMR 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 "Lean Order - Payment Service Provider (Values, read-only)" 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_TDS_LPAYSP_COMR TYPE TDS_LPAYSP_COMR.

The TDS_LPAYSP_COMR table consists of various fields, each holding specific information or linking keys about Lean Order - Payment Service Provider (Values, read-only) data available in SAP. These include TRANSACTION_ID_R (Payment Transaction Reference GUID), REFERENCE_ID_R (Payment Transaction Reference ID), PS_PROVIDER_T (Description of Payment Service Provider), PSP_TXN_ID_R (ID of the Payment Transaction in the PSP System).. 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 (Deep)


SAP TDS_LPAYSP_COMR 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
HANDLEGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
TRANSACTION_ID_RPayment Transaction Reference GUID COM_WEC_TRANSACTION_GUIDRAW16COM_WEC_TRANSACTION_GUID
REFERENCE_ID_RPayment Transaction Reference ID COM_WEC_TRANSACTION_IDCHAR16XBLNR
PS_PROVIDER_TDescription of Payment Service Provider COM_WEC_PSP_DESCRIPTIONCHAR40COM_WEC_PSP_DESCRIPTION
PSP_TXN_ID_RID of the Payment Transaction in the PSP System COM_WEC_PSP_TRANSACTION_IDCHAR35COM_WEC_PSP_TRANSACTION_ID
TXN_PROFILE_RPayment Status Profile COM_WEC_TRANSACTION_PROFILECHAR4Assigned to domainCOM_WEC_TRANSACTION_PROFILE
TXN_PROFILE_TDescription of Payment Transaction Status Profile COM_WEC_PSP_TRANS_PF_DESCCHAR40COM_WEC_PSP_TRANS_PF_DESC
TXN_STATUS_RPayment Transaction Status COM_WEC_TRANSACTION_STATUSCHAR4Assigned to domainCOM_WEC_TRANSACTION_STATUS
TXN_STATUS_TPayment Service Provider Payment Transaction Status Desc. COM_WEC_PSP_TRANS_STATUS_DESCCHAR40COM_WEC_PSP_TRANS_STATUS_DESC
AMOUNT_REQ_RPayment Transaction Amount COM_WEC_TRANSACTION_AMOUNTCURR15(2) WERTV8
CURRENCY_REQ_RPayment Transaction Currency COM_WEC_TRANSACTION_CURRENCYCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table TDS_LPAYSP_COMR

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