SC2TEFB889BB4AET SAP () Table details

Dictionary Type: Table
Description:




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




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

SC2TEFB889BB4AET 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 SC2TEFB889BB4AET table consists of various fields, each holding specific information or linking keys about data available in SAP. These include /SAPC2/CLNT (Client), /SAPC2/C2GUID (GUID for C2 server), /SAPC2/ACT_INACT (Action flag for C2Server (DB update)), /SAPC2/LANGU (Language Key).. 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: Cannot Be Enhanced


SAP SC2TEFB889BB4AET 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
/SAPC2/CLNTClient MANDTCLNT3Assigned to domainMANDT
/SAPC2/C2GUIDGUID for C2 server C2GUIDCHAR32SYSUUID_C
/SAPC2/ACT_INACTAction flag for C2Server (DB update) C2S_ACTIONCHAR1C2S_ACT
/SAPC2/LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
/SAPC2/ESI_ID 0
SC2_TERM 0
SC2_PROFILE 0
/SAPC2/C2DUMMYCheckbox XFELDCHAR1XFELD
/SAPC2/DEPL_GRPGroup of systems for deployment of C2 Server Customizing C2S_DEPLOY_GROUPCHAR30C2S_SCDTTRGGRP
SC2_PROFILE_DESC 0
SC2_CFGSET_DESCR 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SC2TEFB889BB4AET
INTO CORRESPONDING FIELDS OF WA_SC2TEFB889BB4AET
WHERE...

How to access SAP table SC2TEFB889BB4AET

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