T022B SAP (Spool allocation for logical/physical destination) Table details

Dictionary Type: Table
Description: Spool allocation for logical/physical destination




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




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

T022B is a standard SAP Table which is used to store Spool allocation for logical/physical destination data and is available within R/3 SAP systems depending on the version and release level.

The T022B table consists of various fields, each holding specific information or linking keys about Spool allocation for logical/physical destination data available in SAP. These include TYP (Printer interface: Local or remote), RES (Variable part).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T022B 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
DESLogical destination / printer name LDESTCHAR4LDESTPRI
TYPPrinter interface: Local or remote TYP______1CHAR1TYP______1
RESVariable part RES______1CHAR32RES______1

Key field Non-key field



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

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

SELECT SINGLE *
FROM T022B
INTO CORRESPONDING FIELDS OF WA_T022B
WHERE...

How to access SAP table T022B

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