J_8A3T0005 SAP (user customizing) Table details

Dictionary Type: Table
Description: user customizing




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




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

J_8A3T0005 is a standard SAP Table which is used to store user customizing data and is available within R/3 SAP systems depending on the version and release level.

The J_8A3T0005 table consists of various fields, each holding specific information or linking keys about user customizing data available in SAP. These include USR (User Name in User Master Record), SZ_LAST (position onto last scenario), SZ_LAST_US (use last scenario automatically), SZ_FIX_USE (use fix scenario automatically).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP J_8A3T0005 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
USRUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
SZ_LASTposition onto last scenario J_8A3E0032CHAR1J_8A3D0032
SZ_LAST_USuse last scenario automatically J_8A3E0033CHAR1J_8A3D0033
SZ_FIX_USEuse fix scenario automatically J_8A3E0034CHAR1J_8A3D0034
SZ_FIX_SZEscenario text J_8A3E0001CHAR40J_8A3D0001
SZ_FIX_SZNscenario type J_8A3E0013CHAR4Assigned to domainJ_8A3D0013
VE_OFFpresettings on/off J_8A3E0027CHAR1J_8A3D0027
VE_LASTposition onto last presetting J_8A3E0028CHAR1J_8A3D0028
VE_LAST_USuse last presetting automatically J_8A3E0029CHAR1J_8A3D0029
DA_LASTposition onto last document types J_8A3E0030CHAR1J_8A3D0030
DA_LAST_USuse last document types automatically J_8A3E0031CHAR1J_8A3D0031
TECHN_INFOtechnical info on/off J_8A3E0055CHAR1J_8A3D0055
OBJKY_AUTOselect objectkey automatically J_8A3E0041CHAR1J_8A3D0041
OBJCO_AUTOconfirm objectkey automatically J_8A3E0042CHAR1J_8A3D0042

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_8A3T0005
INTO CORRESPONDING FIELDS OF WA_J_8A3T0005
WHERE...

How to access SAP table J_8A3T0005

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