/IWFND/S_MED_REM_SERVICE_GROUP SAP (Structure Service Group) Structure details

Dictionary Type: Structure
Description: Structure Service Group




ABAP Code to SELECT data from /IWFND/S_MED_REM_SERVICE_GROUP
Related tables to /IWFND/S_MED_REM_SERVICE_GROUP
Access table /IWFND/S_MED_REM_SERVICE_GROUP




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

/IWFND/S_MED_REM_SERVICE_GROUP is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure Service Group" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/IWFND/S_MED_REM_SERVICE_GROUP TYPE /IWFND/S_MED_REM_SERVICE_GROUP.

The /IWFND/S_MED_REM_SERVICE_GROUP table consists of various fields, each holding specific information or linking keys about Structure Service Group data available in SAP. These include TYPE (Type of backend that the Service is using), ICF_NODE (Description of Gateway ICF Node), SERVICE_GROUP_ID (Service Document Identifier), TECHNICAL_NAME (Technical Service Document Name).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP /IWFND/S_MED_REM_SERVICE_GROUP structure 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
ICONService Activation Status Icon /IWFND/MGW_REG_STATUS_ICONSTRG0STRING
TYPEType of backend that the Service is using /IWFND/MGW_REG_BE_TYPECHAR5/IWFND/MGW_REG_BE_TYPE
ICF_NODEDescription of Gateway ICF Node /IWFND/MGW_REG_ICF_NODE_TEXTCHAR60AS4TEXT
SERVICE_GROUP_IDService Document Identifier /IWFND/MED_MDL_SRG_IDENTIFIERCHAR40Assigned to domain/IWFND/MED_MDL_SRG_IDENTIFIER
TECHNICAL_NAMETechnical Service Document Name /IWFND/MED_MDL_SRG_NAMECHAR35/IWFND/MED_MDL_SRG_NAME
VERSIONVersion of Meta Model Entity /IWFND/MED_MDL_VERSIONNUMC4/IWFND/MED_MDL_VERSION
EXTERNAL_NAMEExternal Service Document Name /IWFND/MED_MDL_SERVICE_GRP_IDCHAR40/IWFND/MED_MDL_SERVICE_GRP_ID
DESCRIPTIONService Document Description /IWFND/MED_MDL_SRG_DESCRIPTIONCHAR60AS4TEXT
NAMESPACENamespace /IWFND/MED_MDL_NAMESPACECHAR10/IWFND/MED_MDL_NAMESPACE
SYSTEM_ALIASSAP System Alias /IWFND/DEFI_SYSTEM_ALIASCHAR16Assigned to domain/IWFND/DEFI_SYSTEM_ALIAS
EXTERNAL_DATA_SOURCE_IDname of an external model /IWFND/MED_MDL_EXTERNAL_NAMECHAR60CHAR60
EXTERNAL_DATA_SOURCE_TYPEModel Type /IWFND/MED_MDL_EXTERNAL_TYPECHAR1/IWFND/MED_MDL_EXTERNAL_TYPE
INTERNAL_STATUS Internal Status0
ICF_NODE_GUID_LIBGUID of Parent Node ICFPARGUIDCHAR25SYSUUID_25

Key field Non-key field



How do I retrieve data from SAP structure /IWFND/S_MED_REM_SERVICE_GROUP using ABAP code?

As /IWFND/S_MED_REM_SERVICE_GROUP is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /IWFND/S_MED_REM_SERVICE_GROUP as there is no data to select.

How to access SAP table /IWFND/S_MED_REM_SERVICE_GROUP

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