/XLSO/ALWD_PYMTS SAP (Table to store allowed payments.) Table details

Dictionary Type: Table
Description: Table to store allowed payments.




ABAP Code to SELECT data from /XLSO/ALWD_PYMTS
Related tables to /XLSO/ALWD_PYMTS
Access table /XLSO/ALWD_PYMTS




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

/XLSO/ALWD_PYMTS is a standard SAP Table which is used to store Table to store allowed payments. data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/ALWD_PYMTS table consists of various fields, each holding specific information or linking keys about Table to store allowed payments. data available in SAP. These include CATALOG_ID (Product catalog number), VARIANT_ID (Product catalog variant), ALWD_PAY_TYPE (Payment Type), PAY_TYPE_VALUE (Payment Method).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /XLSO/ALWD_PYMTS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CATALOG_IDProduct catalog number WMINRCHAR10/XLSO/SHOP_DETWMINRWMIWPC1
VARIANT_IDProduct catalog variant WMVARCHAR3/XLSO/SHOP_DETWMVAR
ALWD_PAY_TYPEPayment Type /XLSO/E_PAY_TYPECHAR2/XLSO/D_PAY_TYPE
PAY_TYPE_VALUEPayment Method /XLSO/E_PAY_METHODCHAR2/XLSO/D_PAY_METHOD

Key field Non-key field



How do I retrieve data from SAP table /XLSO/ALWD_PYMTS using ABAP code

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

SELECT SINGLE *
FROM /XLSO/ALWD_PYMTS
INTO CORRESPONDING FIELDS OF WA_/XLSO/ALWD_PYMTS
WHERE...

How to access SAP table /XLSO/ALWD_PYMTS

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