SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Customer Enhancements(BC-DWB-CEX) SAP BC

RS_CLM_MODINF_SHOW_VERSION SAP ABAP Report - Report RS_CLM_MODINF_SHOW_VERSION







RS_CLM_MODINF_SHOW_VERSION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to display modification information from the version database...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


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 RS_CLM_MODINF_SHOW_VERSION. "Basic submit
SUBMIT RS_CLM_MODINF_SHOW_VERSION AND RETURN. "Return to original report after report execution complete
SUBMIT RS_CLM_MODINF_SHOW_VERSION 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_FUNC = Function Module
Selection Text: P_LCLAS = Local Classes
Selection Text: P_MAKRO = Macros
Selection Text: P_MCLASS = Class
Selection Text: P_METH = Method
Selection Text: P_METHNA = Method
Selection Text: P_PROG = Program
Selection Text: P_PROGNA = Name
Selection Text: P_TKEY = Search Through Transport Key
Selection Text: P_TKONAM = Obj_Name
Selection Text: P_TKOTYP = Obj_Type
Selection Text: P_TKSNA1 = Sub_Name
Selection Text: P_TKSTYP = Sub_Type
Selection Text: P_TYPE = Types
Selection Text: P_VERALL = Display all
Selection Text: P_VERAUS = Show Specified Only
Selection Text: P_FSUBNA = Function Module Name
Selection Text: P_DYNNR = Number
Selection Text: P_DYNNAM = Program
Selection Text: P_DYN = Screen
Selection Text: P_CLAS = Class
Title: Report RS_CLM_MODINF_SHOW_VERSION
Text Symbol: 323 = Data from smodisrci:
Text Symbol: 322 = Data from smodisrc:
Text Symbol: 320 = Data from smodilog:
Text Symbol: 021 = Large List Width
Text Symbol: 020 = Small List Width
Text Symbol: 800 = Select Program Type
Text Symbol: 427 = Version:
Text Symbol: 423 = Inftab
Text Symbol: 411 = Project Date Time Author
Text Symbol: 410 = Version Ty. ID SAP Rel. Arch Order
Text Symbol: 409 = |Name |DATE |TIME
Text Symbol: 370 = Display INF_TABELLE
Text Symbol: 371 = INF_TABELLE Displayed
Text Symbol: 401 = OBJ-TYPE|OBJ-NAME
Text Symbol: 402 = SUB-TYPE|SUB-NAME
Text Symbol: 403 = INT_T|INT_NAME





Text Symbol: 408 = u_m|mar|spa|TRCORR |Spc
Text Symbol: 407 = USER |DATE |TIME |Ac|In|Up|pr|pro|
Text Symbol: 406 = MOD_NAME |LANG|
Text Symbol: 405 = OPERATION | |Number |CorrNumber
Text Symbol: 404 = |OPER|MAIN_PROGRAM |INCLUDE
Text Symbol: 330 = Entire Modified Source
Text Symbol: 340 = Entire SAP Original Source
Text Symbol: 341 = Log
Text Symbol: 342 = Attribute
Text Symbol: 343 = Interface
Text Symbol: 344 = Type Unknown
Text Symbol: 345 = Intermed. St.
Text Symbol: 350 = SAP Original Source Unit
Text Symbol: 351 = SAP Original Source Unit
Text Symbol: 360 = INFTAB Off
Text Symbol: 361 = INFTAB On
Text Symbol: R36 = Display Upgrade Adjustment Status:
Text Symbol: R35 = Display Customer Modification Status:
Text Symbol: R34 = Unit
Text Symbol: R33 = Display Original Status:
Text Symbol: R32 = Display Entire Source
Text Symbol: R31 = Program:
Text Symbol: M50 = No data found
Text Symbol: D89 = Original
Text Symbol: D00 = Upgr. Adjustmnt Status
Text Symbol: 810 = Select Version


INCLUDES used within this REPORT RS_CLM_MODINF_SHOW_VERSION

INCLUDE RS_CLM_MODINF_SHOW_F01.


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:

RS_PROGNAME_SPLIT call function 'RS_PROGNAME_SPLIT' "Anfang HT002 exporting progname_with_namespace = include importing NAMESPACE = name_space "HT003 * PROGNAME_WITHOUT_NAMESPACE = * FUGR_IS_NAME = * FUGR_IS_RESERVED_NAME = * FUGR_IS_FUNCTIONPOOL_NAME = fugr_is_include_name = l_fugr_is_include_name fugr_is_functionmodule_name = l_fugr_is_functionmodule_name * FUGR_IS_HIDDEN_NAME = fugr_group = group * FUGR_INCLUDE_NUMBER = * FUGR_SUFFIX = * FUGR_IS_RESERVED_EXIT_NAME = sldb_is_reserved_name = l_sldb_is_reserved_name sldb_logdb_name = l_sldb_logdb_name * MST_IS_RESERVED_NAME = * TYPE_IS_RESERVED_NAME = * TYPE_NAME = * MENU_IS_RESERVED_NAME = * MENU_NAME = * CLASS_IS_RESERVED_NAME = * CLASS_IS_NAME = * CLASS_NAME = * CLASS_IS_METHOD_NAME = * CLASS_METHOD_NAME = * CNTX_IS_RESERVED_NAME = exceptions delimiter_error = 1 others = 2.

FUNCTION_INCLUDE_SPLIT CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT' IMPORTING group = group no_function_include = flag funcname = funcname namespace = name_space "HT003 CHANGING include = include.

FUNCTION_INCLUDE_INFO CALL FUNCTION 'FUNCTION_INCLUDE_INFO' CHANGING funcname = funcname group = group EXCEPTIONS function_not_exists = 1 include_not_exists = 2 group_not_exists = 3 no_selections = 4 no_function_include = 5 OTHERS = 6.

RS_PROGNAME_SPLIT CALL FUNCTION 'RS_PROGNAME_SPLIT' EXPORTING progname_with_namespace = include IMPORTING namespace = name_space fugr_is_name = flag fugr_group = group EXCEPTIONS delimiter_error = 1 OTHERS = 2.

SVRS_GET_VERSION_DIRECTORY_40 CALL FUNCTION 'SVRS_GET_VERSION_DIRECTORY_40' EXPORTING * DESTINATION = ' ' objname = objname objtype = objtype TABLES lversno_list = lversno_list version_list = version_list EXCEPTIONS no_entry = 1 * COMMUNICATION_FAILURE = 2 * SYSTEM_FAILURE = 3 * OTHERS = 4 .








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 RS_CLM_MODINF_SHOW_VERSION or its description.