TKALAPROC SAP (Text Structure for Processing of Costing Run Cockpit) Structure details

Dictionary Type: Structure
Description: Text Structure for Processing of Costing Run Cockpit




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




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

TKALAPROC 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 "Text Structure for Processing of Costing Run Cockpit" 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_TKALAPROC TYPE TKALAPROC.

The TKALAPROC table consists of various fields, each holding specific information or linking keys about Text Structure for Processing of Costing Run Cockpit data available in SAP. These include PARAM (Parameters), AUSFUEHREN (Execute), STATE (Status), TO_DO (Still Open).. 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 TKALAPROC 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
ACTIONAction CK_TACTIONCHAR1CHAR1
PARAMParameters CK_TPARAMCHAR1CHAR1
AUSFUEHRENExecute CK_TEXECCHAR1CHAR1
STATEStatus CK_TSTATECHAR1CHAR1
TO_DOStill Open CK_TTO_DOCHAR1CHAR1
SELECSelection CK_TSELECTIONCHAR1CHAR1
EXPLOSIONStructure Explosion CK_TEXPLOSIONCHAR1CHAR1
COSTINGCosting CK_TCOSTCHAR1CHAR1
REPORTGenerate Report CK_TREPORTCHAR1CHAR1
MARKINGMarking CK_TMARKCHAR1CHAR1
RELEPrice Update CK_TRELEASECHAR25CHAR25
JOBSJob Overview CK_TJOBSCHAR1CHAR1
KALLISTCosting Levels CK_TKALLISTCHAR1CHAR1
MATLISTMaterial List CK_TMATLISTCHAR1CHAR1
REPLISTGenerated Report CK_TREPLISTCHAR1CHAR1
ALLOWAllow CK_TALLOWCHAR1CHAR1
LOGDisplay Log CK_TLOGCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table TKALAPROC

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