E2COST2 SAP (IDoc for cost center/activity type: Activity prices, part 2) Structure details

Dictionary Type: Structure
Description: IDoc for cost center/activity type: Activity prices, part 2




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




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

E2COST2 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: Activity prices, part 2" 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_E2COST2 TYPE E2COST2.

The E2COST2 table consists of various fields, each holding specific information or linking keys about IDoc for cost center/activity type: Activity prices, part 2 data available in SAP. These include TOG002 (Character field 13 digits), TOG003 (Character field 13 digits), TOG004 (Character field 13 digits), TOG005 (Character field 13 digits).. 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 E2COST2 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
TOG001Character field 13 digits CHAR13CHAR13CHAR13
TOG002Character field 13 digits CHAR13CHAR13CHAR13
TOG003Character field 13 digits CHAR13CHAR13CHAR13
TOG004Character field 13 digits CHAR13CHAR13CHAR13
TOG005Character field 13 digits CHAR13CHAR13CHAR13
TOG006Character field 13 digits CHAR13CHAR13CHAR13
TOG007Character field 13 digits CHAR13CHAR13CHAR13
TOG008Character field 13 digits CHAR13CHAR13CHAR13
TOG009Character field 13 digits CHAR13CHAR13CHAR13
TOG010Character field 13 digits CHAR13CHAR13CHAR13
TOG011Character field 13 digits CHAR13CHAR13CHAR13
TOG012Character field 13 digits CHAR13CHAR13CHAR13
TOG013Character field 13 digits CHAR13CHAR13CHAR13
TOG014Character field 13 digits CHAR13CHAR13CHAR13
TOG015Character field 13 digits CHAR13CHAR13CHAR13
TOG016Character field 13 digits CHAR13CHAR13CHAR13
TOF001Character field 13 digits CHAR13CHAR13CHAR13
TOF002Character field 13 digits CHAR13CHAR13CHAR13
TOF003Character field 13 digits CHAR13CHAR13CHAR13
TOF004Character field 13 digits CHAR13CHAR13CHAR13
TOF005Character field 13 digits CHAR13CHAR13CHAR13
TOF006Character field 13 digits CHAR13CHAR13CHAR13
TOF007Character field 13 digits CHAR13CHAR13CHAR13
TOF008Character field 13 digits CHAR13CHAR13CHAR13
TOF009Character field 13 digits CHAR13CHAR13CHAR13
TOF010Character field 13 digits CHAR13CHAR13CHAR13
TOF011Character field 13 digits CHAR13CHAR13CHAR13
TOF012Character field 13 digits CHAR13CHAR13CHAR13
TOF013Character field 13 digits CHAR13CHAR13CHAR13
TOF014Character field 13 digits CHAR13CHAR13CHAR13
TOF015Character field 13 digits CHAR13CHAR13CHAR13
TOF016Character field 13 digits CHAR13CHAR13CHAR13
TOE001Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE002Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE003Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE004Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE005Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE006Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE007Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE008Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE009Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE010Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE011Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE012Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE013Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE014Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE015Price Units in Object Currency TOEXXXNUMC5TOEXXX
TOE016Price Units in Object Currency TOEXXXNUMC5TOEXXX

Key field Non-key field



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

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

How to access SAP table E2COST2

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