TZR96A11 SAP (Text table for circular R96 Appendix 11) Table details

Dictionary Type: Table
Description: Text table for circular R96 Appendix 11




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




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

TZR96A11 is a standard SAP Table which is used to store Text table for circular R96 Appendix 11 data and is available within R/3 SAP systems depending on the version and release level.

The TZR96A11 table consists of various fields, each holding specific information or linking keys about Text table for circular R96 Appendix 11 data available in SAP. These include ZNUMMER (Numeric 1-character), XLBEZ (Long description for asset type acc. to R96 appendix 11), VVHSATZ (Maximum rate acc. R96 appendix 11).. 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 TZR96A11 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
XZEILE2-Digit Numeric Value NUM2NUMC2NUM2
ZNUMMERNumeric 1-character NUM1NUMC1NUM1
XLBEZLong description for asset type acc. to R96 appendix 11 VVLBEZCHAR60CHAR60
VVHSATZMaximum rate acc. R96 appendix 11 VVHSATZCHAR3CHAR3

Key field Non-key field



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

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

SELECT SINGLE *
FROM TZR96A11
INTO CORRESPONDING FIELDS OF WA_TZR96A11
WHERE...

How to access SAP table TZR96A11

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