SC2T327F363DFA4 SAP (a) Table details

Dictionary Type: Table
Description: a




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




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

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

The SC2T327F363DFA4 table consists of various fields, each holding specific information or linking keys about a data available in SAP. These include /SAPC2/CLNT (Client), SC2_EQ_DEVICE (Proxy Data Element (Generated)), /SAPC2/C2GUID (GUID for C2 server), /SAPC2/ACT_INACT (Action flag for C2Server (DB update)).. 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: Can Be Enhanced (Deep)


SAP SC2T327F363DFA4 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
SC2_EQ_DEVICE Proxy Data Element (Generated)0
/SAPC2/C2GUIDGUID for C2 server C2GUIDCHAR32SYSUUID_C
/SAPC2/ACT_INACTAction flag for C2Server (DB update) C2S_ACTIONCHAR1C2S_ACT
/SAPC2/ESI_IDSESF_BO_NODE_ID SESF_BO_NODE_IDSSTR70
/SAPC2/C2DUMMYCheckbox XFELDCHAR1XFELD
/SAPC2/DEPL_GRPGroup of systems for deployment of C2 Server Customizing C2S_DEPLOY_GROUPCHAR30C2S_SCDTTRGGRP
SC2_AMP_1000 Amplitude < 1000 Hz0
SC2_AMP_5000 Amplitude < 5000 Hz0
SC2_AMP_10000 Amplitude < 10000 Hz0
SC2_AMP_15000 Amplitude < 15000 Hz0
SC2_AMP_20000 Amplitude < 20000 Hz0
SC2_AMP_25000 Amplitude < 25000 Hz0
/SAPC2/C2XDUMMYPlaceholder Field in Enhancement Structure SC2_EXTDUMMYCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM SC2T327F363DFA4
INTO CORRESPONDING FIELDS OF WA_SC2T327F363DFA4
WHERE...

How to access SAP table SC2T327F363DFA4

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