TOBJ_CONTROL SAP () Table details

Dictionary Type: Table
Description:




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




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

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

The TOBJ_CONTROL table consists of various fields, each holding specific information or linking keys about data available in SAP. These include ABLNR (CATT - Test case), CURRDATE (System Date), BENUTZER (User Name), SALDO_1 (Total Value in Object Currency).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TOBJ_CONTROL 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
CTR_IDSequence Number RKE_EIPONRNUMC6NUMC6
ABLNRCATT - Test case CATNRCHAR30CATNRCAT
CURRDATESystem Date SYDATUMDATS8SYDATS
BENUTZERUser Name SYUNAMECHAR12SYCHAR12
SALDO_1Total Value in Object Currency WOGXXXCURR15(2) WERTV8
SALDO_2Total Value in Object Currency WOGXXXCURR15(2) WERTV8
SALDO_3Total Value in Object Currency WOGXXXCURR15(2) WERTV8
SALDO_4Total Value in Object Currency WOGXXXCURR15(2) WERTV8
SALDO_1ATotal Value in Object Currency WOGXXXCURR15(2) WERTV8
SALDO_2ATotal Value in Object Currency WOGXXXCURR15(2) WERTV8
SALDO_3ATotal Value in Object Currency WOGXXXCURR15(2) WERTV8
SALDO_4ATotal Value in Object Currency WOGXXXCURR15(2) WERTV8

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOBJ_CONTROL
INTO CORRESPONDING FIELDS OF WA_TOBJ_CONTROL
WHERE...

How to access SAP table TOBJ_CONTROL

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