/IWFND/I_MED_SRS SAP (General Service Groups) Table details

Dictionary Type: Table
Description: General Service Groups




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




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

/IWFND/I_MED_SRS is a standard SAP Table which is used to store General Service Groups data and is available within R/3 SAP systems depending on the version and release level.

The /IWFND/I_MED_SRS table consists of various fields, each holding specific information or linking keys about General Service Groups data available in SAP. These include IS_ACTIVE (Active Flag for Model), TYPE (Service Group Type), CONTENT_TYPE (content 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /IWFND/I_MED_SRS 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_IDENTIFIERService Document Identifier /IWFND/MED_MDL_SRG_IDENTIFIERCHAR40Assigned to domain/IWFND/MED_MDL_SRG_IDENTIFIER
IS_ACTIVEActive Flag for Model /IWFND/MED_MDL_ACTIVE_FLAGCHAR1/IWFND/MED_MDL_ACTIVE_FLAG
TYPEService Group Type /IWFND/MED_MDL_SRG_TYPECHAR20/IWFND/MED_MDL_SRG_TYPE
CONTENT_TYPEcontent type /IWFND/MED_MDL_CONTENT_TYPECHAR60/IWFND/MED_MDL_CONTENT_TYPE

Key field Non-key field



How do I retrieve data from SAP table /IWFND/I_MED_SRS using ABAP code

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

SELECT SINGLE *
FROM /IWFND/I_MED_SRS
INTO CORRESPONDING FIELDS OF WA_/IWFND/I_MED_SRS
WHERE...

How to access SAP table /IWFND/I_MED_SRS

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