J_3GLEIART SAP (Activity Types) Table details

Dictionary Type: Table
Description: Activity Types




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




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

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

The J_3GLEIART table consists of various fields, each holding specific information or linking keys about Activity Types data available in SAP. These include J_3GLVART (Activity Type), J_3GBLERF (Document Entry), J_3GVERRE (Settlement Type), J_3GLEIERB (Indicator for Service Provider).. 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: Can be enhanced (character-type)

Text table = J_3GLVARTT


SAP J_3GLEIART 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
J_3GLVARTActivity Type J_3GLVARTCHAR4J_3GLVART
J_3GBLERFDocument Entry J_3GBLERFCHAR1X
J_3GVERRESettlement Type J_3GVERRECHAR1X
J_3GLEIERBIndicator for Service Provider J_3GLEIERBCHAR1J_3GLEIERB
J_3GLEIFLUIndicator: Settlement View J_3GLEIFLUCHAR1J_3GLEIFLU
J_3GUEBSTACopy Indicator for Location Settl. Type for Settl. Calendar J_3GUEBSTACHAR1J_3GUEBSTA
J_3GLRELERelevancy to Wages J_3GLRELECHAR1X
J_3GZARTHRAttendance or Absence Type AWARTCHAR4T554SAWART
J_3GZARTPPTime Type with Reference to PP J_3GZARTPPCHAR3T421LOHNGRP
COLORCalendar: Color flag CAL_COLORNUMC1NUM1
J_3GFUEARTFiller Type for PBE Documents J_3GFUEARTCHAR1J_3GFUEART
J_3GABRKIndicator for Settlement Calendar Dominance J_3GABRKCHAR1X
/SAPCEM/INVRELIndicator: Relevant to Inventory /SAPCEM/INVENTUR_RELEVANTCHAR1X
/SAPCEM/SUMRELIndicator for Totalling in the PBE Filler Calendar /SAPCEM/SUMRELCHAR1X
/SAPCEM/AUSLPRIndicator: Utilization of Capacity as a Percentage /SAPCEM/AUSLPRCHAR1X
/SAPCEM/DISPFIndicator: Available for Planning /SAPCEM/DISPO_FREICHAR1X

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_3GLEIART
INTO CORRESPONDING FIELDS OF WA_J_3GLEIART
WHERE...

How to access SAP table J_3GLEIART

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