/PLMB/GOS_SDEF SAP (Generic Services) Table details

Dictionary Type: Table
Description: Generic Services




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




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

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

The /PLMB/GOS_SDEF table consists of various fields, each holding specific information or linking keys about Generic Services data available in SAP. These include SRV_CLNAME (Classname for generic user services), DISP_SEQU (Display Sequence for Services), AVAILABLE (GOS Service Availability).. 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: Cannot Be Enhanced

Text table = /PLMB/GOS_SDEFT


SAP /PLMB/GOS_SDEF 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
SRV_NAMEName of Generic Services /PLMB/GOS_SRV_NAMECHAR10
SRV_CLNAMEClassname for generic user services /PLMB/GOS_SRV_CLNAMECHAR30SEOCLSNAME
DISP_SEQUDisplay Sequence for Services /PLMB/GOS_SRV_DISP_SEQNUMC3
AVAILABLEGOS Service Availability /PLMB/GOS_SRV_AVAILABILITYNUMC2/PLMB/GOS_SRV_AVAILABILITY

Key field Non-key field



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

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

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

How to access SAP table /PLMB/GOS_SDEF

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