SAP Reports / Programs

RM11STLV SAP ABAP Report - Standard Service Catalog: Reporting







RM11STLV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RM11STLV into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MLS6 - Report for Standard Service Catalog


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RM11STLV. "Basic submit
SUBMIT RM11STLV AND RETURN. "Return to original report after report execution complete
SUBMIT RM11STLV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_AUSG = Edition
Selection Text: P_LBNUM = Service Type Number
Selection Text: P_SPRAS = Language
Title: Standard Service Catalog: Reporting
Text Symbol: 001 = Selection of Standard Service Catalog
Text Symbol: 002 = Service Type No.
Text Symbol: 003 = Edition
Text Symbol: 007 = Unit of Measure
Text Symbol: 008 = Short Text
Text Symbol: 012 = Long Text
Text Symbol: 013 = T1
Text Symbol: 014 = T2
Text Symbol: 015 = T3
Text Symbol: 016 = T4
Text Symbol: 017 = T5
Text Symbol: 018 = T6


INCLUDES used within this REPORT RM11STLV

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = SY-MANDT ID = 'LTXT' LANGUAGE = P_SPRAS NAME = TEXTNAME OBJECT = 'ESLZ' IMPORTING HEADER = HEADER_TAB TABLES LINES = LTEXT_LINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 NOT_FOUND = 4 OBJECT = 5 REFERENCE_CHECK = 6 WRONG_ACCESS_TO_ARCHIVE = 7 OTHERS = 8.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = DYNPRO_NAME DYNUMB = DYNPRO_NUMBER TABLES DYNPFIELDS = DYNPRO_FIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 INVALID_PARAMETER = 7 UNDEFIND_ERROR = 8 OTHERS = 9.

HELP_VALUES_GET_WITH_TABLE_EXT CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE_EXT' EXPORTING FIELDNAME = 'LBNUM' TABNAME = 'ESLA' IMPORTING INDEX = INDEX SELECT_VALUE = SELECT_VALUE TABLES FIELDS = FIELDS SELECT_VALUES = SELECT_VALUES VALUETAB = VALUE_TAB EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3 OTHERS = 4.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = DYNPRO_NAME DYNUMB = DYNPRO_NUMBER TABLES DYNPFIELDS = DYNPFIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 UNDEFIND_ERROR = 7 OTHERS = 8.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RM11STLV or its description.