J_8A3T0006 SAP (memorize last selection) Table details

Dictionary Type: Table
Description: memorize last selection




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




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

J_8A3T0006 is a standard SAP Table which is used to store memorize last selection data and is available within R/3 SAP systems depending on the version and release level.

The J_8A3T0006 table consists of various fields, each holding specific information or linking keys about memorize last selection data available in SAP. These include USR (User Name), SZ_TYP (scenario type), PRESETTING (presetting), AR_OBJECT (single documenttypes).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP J_8A3T0006 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 UNAMECHAR12UNAME
SZ_TYPscenario type J_8A3E0013CHAR4Assigned to domainJ_8A3D0013
PRESETTINGpresetting J_8A3E0056CHAR40CHAR40
AR_OBJECTsingle documenttypes J_8A3E0010CHAR10Assigned to domainSADC10_DV
MULTI_TYPEmulti documenttypes J_8A3E0008CHAR10Assigned to domainSADC10_DV
SAP_OBJECTsap object J_8A3E0057CHAR10Assigned to domainOJ_NAME
S_OTYPEuser or orgunit for workflow J_8A3E0093CHAR2J_8A3D0093
S_OBJIDobjectid (user or orgunit) J_8A3E0094CHAR12J_8A3D0094
M_OTYPEuser or orgunit for workflow J_8A3E0093CHAR2J_8A3D0093
M_OBJIDobjectid (user or orgunit) J_8A3E0094CHAR12J_8A3D0094
PATHpath at file system J_8A3E0043CHAR250CHAR250
DOC_TYPEdocumentclass J_8A3E0009CHAR20Assigned to domainSADC20_DD

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_8A3T0006
INTO CORRESPONDING FIELDS OF WA_J_8A3T0006
WHERE...

How to access SAP table J_8A3T0006

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