SLSPAD25 SAP (PAW - Customer fields to table PAD25) Structure details

Dictionary Type: Structure
Description: PAW - Customer fields to table PAD25




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




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

SLSPAD25 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 "PAW - Customer fields to table PAD25" 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_SLSPAD25 TYPE SLSPAD25.

The SLSPAD25 table consists of various fields, each holding specific information or linking keys about PAW - Customer fields to table PAD25 data available in SAP. These include CC_VALID_T (Start Date), KUNR2 (PAW - Customer number), BLNR2 (PAW - Reference document number), VBELN (PAW - Document 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SLSPAD25 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
QUANTITTYPAW - Total quantity entered LS_MBGXXXQUAN15(3) LS_QUAN15
CC_VALID_TStart Date BEGDATUMDATS8DATUMBEG
KUNR2PAW - Customer number LS_KUNNRCHAR10CHAR10
BLNR2PAW - Reference document number LS_XBLNRCHAR16CHAR16
VBELNPAW - Document number LS_BELDNRCHAR10CHAR10
BLNR3PAW - Document number LS_BELDNRCHAR10CHAR10
BLNR4PAW - Extended Purchase order number LS_ZBELNRCHAR30CHAR30
LSFPLNRPAW - Document number LS_BELDNRCHAR10CHAR10
LSPSTLZPAW - Zip code LS_PSTLZCHAR10CHAR10
LSPATESTObject Abbreviation SHORT_DCHAR12TEXT12
LSPREPAYPAW - TEM: Flag for Prepayment LS_ZPREPAYCHAR1CHAR1
LSCREATORUser Name UNAMECHAR12UNAME

Key field Non-key field



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

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

How to access SAP table SLSPAD25

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