T496Z SAP (CIM order: Table-controlled table access) Table details

Dictionary Type: Table
Description: CIM order: Table-controlled table access




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




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

T496Z is a standard SAP Table which is used to store CIM order: Table-controlled table access data and is available within R/3 SAP systems depending on the version and release level.

The T496Z table consists of various fields, each holding specific information or linking keys about CIM order: Table-controlled table access data available in SAP. These include AUTYP (Order category), DPART (Print parts used for printing orders), TABNM (Table Name), LPRIO (Priority for accessing the read sequence).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T496Z 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 MANDTCLNT3T000MANDT
AUTYPOrder category AUFTYPNUMC2AUFTYP
DPARTPrint parts used for printing orders DPARTCHAR1DPART
TABNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
LPRIOPriority for accessing the read sequence RPRIONUMC2NUMC2
TABL1Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
KEYZ1Field Name FIELDCHAR10FIELD
TABL2Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
KEYZ2Field Name FIELDCHAR10FIELD
TABL3Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
KEYZ3Field Name FIELDCHAR10FIELD
TABL4Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
KEYZ4Field Name FIELDCHAR10FIELD
XMASKIndicator: Generic entries permitted XMASKCHAR1XFELD
FMASKCharacter field (1) for specifying wildcard character FMASKCHAR1CHAR1
KEYLEKey length KEYLENNUMC4DDLEN
TABL5Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
KEYZ5Field Name FIELDCHAR10FIELD
TABL6Table Name TABNAMECHAR30Assigned to domainAS4TABDTB
KEYZ6Field Name FIELDCHAR10FIELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T496Z
INTO CORRESPONDING FIELDS OF WA_T496Z
WHERE...

How to access SAP table T496Z

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