/PLMB/GOS_OTYPE SAP (Object Types customizing table) Table details

Dictionary Type: Table
Description: Object Types customizing table




ABAP Code to SELECT data from /PLMB/GOS_OTYPE
Related tables to /PLMB/GOS_OTYPE
Access table /PLMB/GOS_OTYPE




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

/PLMB/GOS_OTYPE is a standard SAP Table which is used to store Object Types customizing table data and is available within R/3 SAP systems depending on the version and release level.

The /PLMB/GOS_OTYPE table consists of various fields, each holding specific information or linking keys about Object Types customizing table data available in SAP. These include EXT_CNV_CLNAME (Conversion Class), INT_CNV_CLNAME (Conversion Class), CNV_CONTROL (Control Rule for Conversion to External Format), ID_STRUCT (Name of Dictionary 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = /PLMB/GOS_OTYPET


SAP /PLMB/GOS_OTYPE 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
OTYPE_NAMEObject Type /PLMB/GOS_OBJECT_TYPECHAR10/PLMB/GOS_OBJECT_TYPE
EXT_CNV_CLNAMEConversion Class /PLMB/GOS_CNV_CLASS_NAMECHAR30SEOCLSNAME
INT_CNV_CLNAMEConversion Class /PLMB/GOS_CNV_CLASS_NAMECHAR30SEOCLSNAME
CNV_CONTROLControl Rule for Conversion to External Format /PLMB/GOS_CNV_CONTROLCHAR1/PLMB/GOS_CNV_CONTROL
ID_STRUCTName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
ID_TABLE_TYPEName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
SRV_RELEVANCEService Relevance /PLMB/GOS_SERVICE_RELEVANCECHAR1/PLMB/GOS_SERVICE_RELEVANCE
ICON_OBJECT_TYPEIcon /PLMB/GOS_ICONCHAR64/PLMB/GOS_CHAR64/PLMB/GOS_ELM_WD_ICON

Key field Non-key field



How do I retrieve data from SAP table /PLMB/GOS_OTYPE using ABAP code

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

SELECT SINGLE *
FROM /PLMB/GOS_OTYPE
INTO CORRESPONDING FIELDS OF WA_/PLMB/GOS_OTYPE
WHERE...

How to access SAP table /PLMB/GOS_OTYPE

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