/IXOS/DC46_TCGDS SAP (Activate GOS Services at attribute object) Table details

Dictionary Type: Table
Description: Activate GOS Services at attribute object




ABAP Code to SELECT data from /IXOS/DC46_TCGDS
Related tables to /IXOS/DC46_TCGDS
Access table /IXOS/DC46_TCGDS




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

/IXOS/DC46_TCGDS is a standard SAP Table which is used to store Activate GOS Services at attribute object data and is available within R/3 SAP systems depending on the version and release level.

The /IXOS/DC46_TCGDS table consists of various fields, each holding specific information or linking keys about Activate GOS Services at attribute object data available in SAP. These include PROJECT (Project id), VERSION (Version of a project), DATASOURCE (Attribute object), SIGNGOS (SIGN field in creation of SELECT-OPTIONS tables).. 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: Not classified


SAP /IXOS/DC46_TCGDS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PROJECTProject id /IXOS/DC_EC_PROJECTCHAR10Assigned to domain/IXOS/DC_DC_PROJECT
VERSIONVersion of a project /IXOS/DC_EC_VERSIONNUMC2/IXOS/DC_DC_VERSION
DATASOURCEAttribute object /IXOS/DC_EC_DATASOURCECHAR12Assigned to domain/IXOS/DC_DC_DATASOURCE
SIGNGOSSIGN field in creation of SELECT-OPTIONS tables RALDB_SIGNCHAR1RALDB_SIGN
OPTIONGOSOPTION field in structure of SELECT-OPTIONS tables RALDB_OPTICHAR2RALDB_OPTI
LOWGOSInternal Name of a Generic Service 'from' /IXOS/DC46_EC_SGS_SRVNAM_FROMCHAR12SGOSATTRSGS_SRVNAM
HIGHGOSInternal Name of a Generic Service 'to' /IXOS/DC46_EC_SGS_SRVNAM_TOCHAR12SGOSATTRSGS_SRVNAM

Key field Non-key field



How do I retrieve data from SAP table /IXOS/DC46_TCGDS using ABAP code

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

SELECT SINGLE *
FROM /IXOS/DC46_TCGDS
INTO CORRESPONDING FIELDS OF WA_/IXOS/DC46_TCGDS
WHERE...

How to access SAP table /IXOS/DC46_TCGDS

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