RM11S SAP (Input/Output Fields: Standard Service Catalog in Services) Structure details

Dictionary Type: Structure
Description: Input/Output Fields: Standard Service Catalog in Services




ABAP Code to SELECT data from RM11S
Related tables to RM11S
Access table RM11S




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

RM11S 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 "Input/Output Fields: Standard Service Catalog in Services" 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_RM11S TYPE RM11S.

The RM11S table consists of various fields, each holding specific information or linking keys about Input/Output Fields: Standard Service Catalog in Services data available in SAP. These include KTEXT1 (Short Text 1), KTEXT2 (Short Text 2), LTKZ (Long Text), STLVN (Standard service catalog item number).. 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: Not classified


SAP RM11S 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
MARKKZSelection indicator (editor line) MARK_KZCHAR1CHAR1
KTEXT1Short Text 1 KTEXT1CHAR40TEXT40
KTEXT2Short Text 2 KTEXT2CHAR38TEXT38
LTKZLong Text LTKNZCHAR1CHAR1
STLVNStandard service catalog item number STLVNCHAR18CHAR18
TTL0101SSC text module TL1CHAR1CHAR1
TTL0102SSC text module TL1CHAR1CHAR1
TTL0103SSC text module TL1CHAR1CHAR1
TTL0104SSC text module TL1CHAR1CHAR1
TTL0105SSC text module TL1CHAR1CHAR1
TTL0106SSC text module TL1CHAR1CHAR1
TTL0107SSC text module TL1CHAR1CHAR1
TTL0108SSC text module TL1CHAR1CHAR1
TTL0109SSC text module TL1CHAR1CHAR1
TTL0110SSC text module TL1CHAR1CHAR1
TTL0111SSC text module TL1CHAR1CHAR1
TTL0112SSC text module TL1CHAR1CHAR1
TTL0113SSC text module TL1CHAR1CHAR1
TTL0114SSC text module TL1CHAR1CHAR1
TTL0115SSC text module TL1CHAR1CHAR1
TTL0116SSC text module TL1CHAR1CHAR1
TTL0117SSC text module TL1CHAR1CHAR1
TTL0118SSC text module TL1CHAR1CHAR1
TTL0201SSC text module TL2CHAR2CHAR2
TTL0202SSC text module TL2CHAR2CHAR2
TTL0203SSC text module TL2CHAR2CHAR2
TTL0204SSC text module TL2CHAR2CHAR2
TTL0205SSC text module TL2CHAR2CHAR2
TTL0206SSC text module TL2CHAR2CHAR2
TTL0207SSC text module TL2CHAR2CHAR2
TTL0208SSC text module TL2CHAR2CHAR2
TTL0209SSC text module TL2CHAR2CHAR2
TTL0301SSC text module TL3CHAR3CHAR3
TTL0302SSC text module TL3CHAR3CHAR3
TTL0303SSC text module TL3CHAR3CHAR3
TTL0304SSC text module TL3CHAR3CHAR3
TTL0305SSC text module TL3CHAR3CHAR3
TTL0306SSC text module TL3CHAR3CHAR3
TTL0401SSC text module TL4CHAR4CHAR4
TTL0402SSC text module TL4CHAR4CHAR4
TTL0403SSC text module TL4CHAR4CHAR4
TTL0404SSC text module TL4CHAR4CHAR4
TTL0501SSC text module TL5CHAR5CHAR5
TTL0502SSC text module TL5CHAR5CHAR5
TTL0503SSC text module TL5CHAR5CHAR5
TTL0601SSC text module TL6CHAR6CHAR6
TTL0602SSC text module TL6CHAR6CHAR6
TTL0603SSC text module TL6CHAR6CHAR6
TTL0701SSC text module TL7CHAR7CHAR7
TTL0702SSC text module TL7CHAR7CHAR7
TTL0801SSC text module TL8CHAR8CHAR8
TTL0802SSC text module TL8CHAR8CHAR8
TTL0901SSC text module TL9CHAR9CHAR9
TTL0902SSC text module TL9CHAR9CHAR9
TTL1001SSC text module TL10CHAR10CHAR10
TTL1101SSC text module TL11CHAR11CHAR11
TTL1201SSC text module TL12CHAR12CHAR12
TTL1301SSC text module TL13CHAR13CHAR13
TTL1401SSC text module TL14CHAR14CHAR14
TTL1501SSC text module TL15CHAR15CHAR15
TTL1601SSC text module TL16CHAR16CHAR16
TTL1701SSC text module TL17CHAR17CHAR17
TTL1801SSC text module TL18CHAR18CHAR18
UEBERSCHRStructure heading in standard service catalog UEBERSCHRCHAR35CHAR35
GENACTCheckbox XFELDCHAR1XFELD
TTL2Checkbox XFELDCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure RM11S using ABAP code?

As RM11S 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 RM11S as there is no data to select.

How to access SAP table RM11S

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