/IXOS/DC46_TBGOS SAP (DocuLink Customizing for GOS (Generic Object Services)) Table details

Dictionary Type: Table
Description: DocuLink Customizing for GOS (Generic Object Services)




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




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

/IXOS/DC46_TBGOS is a standard SAP Table which is used to store DocuLink Customizing for GOS (Generic Object Services) data and is available within R/3 SAP systems depending on the version and release level.

The /IXOS/DC46_TBGOS table consists of various fields, each holding specific information or linking keys about DocuLink Customizing for GOS (Generic Object Services) data available in SAP. These include PROJECT (Project id), VERSION (Version of a project), TREE_NUM (View), OBJECTTYPE (Object Type).. 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_TBGOS 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
TREE_NUMView /IXOS/DC_EC_VIEWNUMC3/IXOS/DC_TCVIEW/IXOS/DC_DC_VIEW
OBJECTTYPEObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
NODETYPENode type /IXOS/DC_EC_NODETYPECHAR20/IXOS/DC_TCHIER/IXOS/DC_DC_NODETYPE
DATASOURCEAttribute object /IXOS/DC_EC_DATASOURCECHAR12/IXOS/DC_TCDS/IXOS/DC_DC_DATASOURCE
CALLTYPEType how DocuLink is called from GOS /IXOS/DC_EC_GOS_CALLTYPECHAR1/IXOS/DC_DC_CALLED_FROM_GOS

Key field Non-key field



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

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

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

How to access SAP table /IXOS/DC46_TBGOS

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