J_3GBLARTS SAP (Structure for Document Types) Structure details

Dictionary Type: Structure
Description: Structure for Document Types




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




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

J_3GBLARTS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Document Types" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_J_3GBLARTS TYPE J_3GBLARTS.

The J_3GBLARTS table consists of various fields, each holding specific information or linking keys about Structure for Document Types data available in SAP. These include MANDT (Client), J_3GBLART (Document Type), NUMKI (Number range in the case of internal number assignment), VBTYP (CEM Document Category).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP J_3GBLARTS structure 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
J_3GBLARTDocument Type J_3GBLARTCHAR4Assigned to domainJ_3GBLART
NUMKINumber range in the case of internal number assignment NUMKICHAR2NUMKR
VBTYPCEM Document Category J_3GBLTYPCHAR1J_3GBLTYP
AUARTSales Document Type (Internal Equipment Activity) J_3GAUARTICHAR4TVAKAUARTAUARTAAT
J_3GAUARTESales Document Type (External Equipment Activity) J_3GAUARTECHAR4TVAKAUARTAUARTAAT
J_3GSTDBELIndicator for Allowing Standard Document J_3GSTDBELCHAR1X
J_3GABREMIndicator for Settlement Recipient J_3GABREMPCHAR1X
J_3GPARKENIndicator: Park CEM Documents J_3GPARKENCHAR1X
J_3GSOPRIndicator for Entering Special Price J_3GSONDPRCHAR1X
J_3GMIEMPIndicator for Intermediate Recipient J_3GMIEMPFCHAR1J_3GMIEMPF
J_3GPOSINKItem Increment J_3GPOSINKCHAR4NUMCVSPOSN
J_3GDOLMBObsolete. Do Not Use Anymore. J_3GOBSOLETCHAR1CHAR1
J_3GDOMBObsolete. Do Not Use Anymore. J_3GOBSOLETCHAR1CHAR1
J_3GKZBELIndicator Allowing Entry of External Document Number - Y/N J_3GKZBELECHAR1X
J_3GWOFFSOffset for Presentation of Weeks J_3GWOFFSNUMC1J_3GWOFFS
J_3GSLWID_KOKey word ID for user-defined fields SLWIDCHAR7TCN00SLWID
J_3GSLWID_POKey word ID for user-defined fields SLWIDCHAR7TCN00SLWID
J_3GKENNGEWIndicator for Total Weight Determination J_3GKENNGEWCHAR1X
J_3GMEINSSI unit MSSIEUNIT3T006CUNITMEINS
J_3GAUART_MAT_ISales Document Type/Material (Internal) J_3GAUART_MAT_ICHAR4TVAKAUARTAUARTAAT
J_3GAUART_MAT_ESales Document Type/Material (External) J_3GAUART_MAT_ECHAR4TVAKAUARTAUARTAAT
J_3GAUART_PERS_ISales Document Type/Personnel (Internal) J_3GAUART_PERS_ICHAR4TVAKAUARTAUARTAAT
J_3GAUART_PERS_ESales Document Type/Personnel (External) J_3GAUART_PERS_ECHAR4TVAKAUARTAUARTAAT
J_3GRKAUF_MAT_IRepurchase of Internal Material J_3GRKAUF_MAT_ICHAR4TVAKAUARTAUARTAAT
J_3GRKAUF_MAT_ERepurchase of External Material J_3GRKAUF_MAT_ECHAR4TVAKAUARTAUARTAAT
J_3GDRUCKREPName of Report for Print of Shipping Document J_3GDRUCKREPCHAR40TRDIRPROGNAME
J_3GZULRESSAllowed Resources J_3GZULRESSNUMC1J_3GZULRESS
J_3GABS_EQ_EMPFIndicator: Sender = Recipient J_3GABS_EQ_EMPFCHAR1X
J_3GANZTAGENumber of Days for Future Entry J_3GANZTAGENUMC5NUMC
J_3GMP_DIALOGMeasurement Document Maintenance Dialog J_3GMP_DIALOGNUMC1J_3GMBDIA
J_3GBW_ZUMeasurement Doc. - Receiving Construction Site J_3GBW_ZUCHAR1J_3GBW_ZU
J_3GBW_ABMeasurement Doc. - Sending Construction Site J_3GBW_ABCHAR1J_3GBW_AB
J_3GBW_ALLMeasurement Doc. - Receiving and Sending Construction Site J_3GBW_ALLCHAR1J_3GBW_ALL
J_3GERFGENIndicator for Entry or Generation of Hours J_3GERFGENCHAR1X
J_3GLG_VARDisplay Variant for PBE Report J_3GLG_VARCHAR1J_3GLG_VAR
WFKNZIndicator: Generate Event for Workflow /SAPCEM/WFKNZCHAR1X
/SAPCEM/BTAGNumber of Days for Start of Search /SAPCEM/BTAGNUMC3NUM3
/SAPCEM/ETAGNumber of Days for End of Search for Req. Check /SAPCEM/ETAGNUMC3NUM3
EQHIEIndicator: Explode Equipment Hierarchy or Package /SAPCEM/HIEPAKNUMC1/SAPCEM/HIEPAK
LEVUPNumber of hierarchy levels to be exploded above LEVUPNUMC2NUM2
LEVDONumber of hierarchy levels to be exploded below LEVDONUMC2NUM2
LOGFLAGIndicator for writing change documents LOGFLAGCHAR1AS4FLAG
ACTVTActivity Type for Transactions ACTYPCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure J_3GBLARTS using ABAP code?

As J_3GBLARTS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on J_3GBLARTS as there is no data to select.

How to access SAP table J_3GBLARTS

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