SCG_CODE_TEMPL SAP (Method Source Templates for Service Group Class Generation) Table details

Dictionary Type: Table
Description: Method Source Templates for Service Group Class Generation




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




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

SCG_CODE_TEMPL is a standard SAP Table which is used to store Method Source Templates for Service Group Class Generation data and is available within R/3 SAP systems depending on the version and release level.

The SCG_CODE_TEMPL table consists of various fields, each holding specific information or linking keys about Method Source Templates for Service Group Class Generation data available in SAP. These include LRD_FILTER (Boolean Variable (X=True, -=False, Space=Unknown)), MULTI_SYS_ALLO (Boolean Variable (X=True, -=False, Space=Unknown)), MULTI_RECE_ALL (Boolean Variable (X=True, -=False, Space=Unknown)), VERSION (ServiceGroup: Code Generation Version).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SCG_CODE_TEMPL 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
METHODFull Component Name SEOCPDNAMECHAR61CHAR61
LRD_FILTERBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
MULTI_SYS_ALLOBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
MULTI_RECE_ALLBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
VERSIONServiceGroup: Code Generation Version SDTE_CG_CODE_GEN_VERSIONINT410
SOURCE_TEMPLATEServiceGroup - Method Template XString SDTE_CG_METHOD_TEMPLATE_XSTRRSTR0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCG_CODE_TEMPL
INTO CORRESPONDING FIELDS OF WA_SCG_CODE_TEMPL
WHERE...

How to access SAP table SCG_CODE_TEMPL

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