E2COSL SAP (IDoc for cost center/activity type: Activities) Structure details

Dictionary Type: Structure
Description: IDoc for cost center/activity type: Activities




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




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

E2COSL 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 "IDoc for cost center/activity type: Activities" 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_E2COSL TYPE E2COSL.

The E2COSL table consists of various fields, each holding specific information or linking keys about IDoc for cost center/activity type: Activities data available in SAP. These include OBJNR (Object number), GJAHR (Fiscal Year), WRTTP (Value Type), VERSN (Version).. 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: Not classified


SAP E2COSL 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
LEDNRLedger for Controlling objects LEDNRCHAR2ALPHALEDNR
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
PERBLPeriod block PERBLNUMC3PERBLVPE
MEINHISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
LST001Field length 18 CHAR18CHAR18CHAR18
LST002Field length 18 CHAR18CHAR18CHAR18
LST003Field length 18 CHAR18CHAR18CHAR18
LST004Field length 18 CHAR18CHAR18CHAR18
LST005Field length 18 CHAR18CHAR18CHAR18
LST006Field length 18 CHAR18CHAR18CHAR18
LST007Field length 18 CHAR18CHAR18CHAR18
LST008Field length 18 CHAR18CHAR18CHAR18
LST009Field length 18 CHAR18CHAR18CHAR18
LST010Field length 18 CHAR18CHAR18CHAR18
LST011Field length 18 CHAR18CHAR18CHAR18
LST012Field length 18 CHAR18CHAR18CHAR18
LST013Field length 18 CHAR18CHAR18CHAR18
LST014Field length 18 CHAR18CHAR18CHAR18
LST015Field length 18 CHAR18CHAR18CHAR18
LST016Field length 18 CHAR18CHAR18CHAR18
KAP001Field length 18 CHAR18CHAR18CHAR18
KAP002Field length 18 CHAR18CHAR18CHAR18
KAP003Field length 18 CHAR18CHAR18CHAR18
KAP004Field length 18 CHAR18CHAR18CHAR18
KAP005Field length 18 CHAR18CHAR18CHAR18
KAP006Field length 18 CHAR18CHAR18CHAR18
KAP007Field length 18 CHAR18CHAR18CHAR18
KAP008Field length 18 CHAR18CHAR18CHAR18
KAP009Field length 18 CHAR18CHAR18CHAR18
KAP010Field length 18 CHAR18CHAR18CHAR18
KAP011Field length 18 CHAR18CHAR18CHAR18
KAP012Field length 18 CHAR18CHAR18CHAR18
KAP013Field length 18 CHAR18CHAR18CHAR18
KAP014Field length 18 CHAR18CHAR18CHAR18
KAP015Field length 18 CHAR18CHAR18CHAR18
KAP016Field length 18 CHAR18CHAR18CHAR18
AEQ001Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ002Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ003Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ004Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ005Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ006Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ007Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ008Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ009Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ010Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ011Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ012Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ013Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ014Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ015Character Field with Length 5 CHAR05CHAR5CHAR005
AEQ016Character Field with Length 5 CHAR05CHAR5CHAR005
XDELEDelete object XDELETECHAR1XFELD

Key field Non-key field



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

As E2COSL 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 E2COSL as there is no data to select.

How to access SAP table E2COSL

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