SAP Reports / Programs

/SAPDMC/SAP_LSMW_OBJECT_VIEW SAP ABAP Report - Generate an Object Overview







/SAPDMC/SAP_LSMW_OBJECT_VIEW 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 /SAPDMC/SAP_LSMW_OBJECT_VIEW 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 /SAPDMC/SAP_LSMW_OBJECT_VIEW. "Basic submit
SUBMIT /SAPDMC/SAP_LSMW_OBJECT_VIEW AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPDMC/SAP_LSMW_OBJECT_VIEW 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_SUBPRO = Subproject
Selection Text: P_PROJEC = Project
Selection Text: P_OBJECT = Object
Title: Generate an Object Overview
Text Symbol: 060 = Object Information
Text Symbol: 059 = No Fixed Values Exist
Text Symbol: 058 = Value:
Text Symbol: 057 = 1:1 Translation Table
Text Symbol: 056 = Rule :
Text Symbol: 055 = Reusable Rules - Fixed Values
Text Symbol: 054 = Display Object Overview
Text Symbol: 053 = Code/Commentary
Text Symbol: 052 = Conversion Method
Text Symbol: 051 = (Not Yet Defined)
Text Symbol: 050 = Length
Text Symbol: 049 = Type
Text Symbol: 048 = Field Description
Text Symbol: 047 = Field Name
Text Symbol: 046 = Source Fields
Text Symbol: 045 = Target Fields
Text Symbol: 044 = Table
Text Symbol: 043 = List
Text Symbol: 061 = Old Value
Text Symbol: 062 = New Value
Text Symbol: 063 = No Translations Exist
Text Symbol: 064 = Reusable Rules - Translations
Text Symbol: 065 = Reusable Rules - User Routines
Text Symbol: 066 = Routine:
Text Symbol: 067 = No User Routines Exist
Text Symbol: 068 = Interval Translation Table
Text Symbol: 069 = From Value
Text Symbol: 070 = To Value
Text Symbol: 071 = Fixed Value:
Text Symbol: 072 = Structure
Text Symbol: 073 = Source Field Name
Text Symbol: 074 = Source Length
Text Symbol: 075 = Target Field Name
Text Symbol: 076 = Target Length





Text Symbol: 077 = Structure Description
Text Symbol: 078 = ***Comment:***
Text Symbol: 042 = be displayed?
Text Symbol: 001 = Legacy System Migration Workbench:
Text Symbol: 002 = This list generated on
Text Symbol: 003 = At
Text Symbol: 004 = .
Text Symbol: 005 = R/3 System
Text Symbol: 007 = Project:
Text Symbol: 008 = Subproject:
Text Symbol: 009 = Object:
Text Symbol: 010 = Data Transfer Program:
Text Symbol: 011 = Data Transfer Method:
Text Symbol: 012 = (Batch Input)
Text Symbol: 013 = (Direct Input)
Text Symbol: 014 = Source Structures
Text Symbol: 015 = Fixed Val.
Text Symbol: 016 = Target Strutures
Text Symbol: 017 = Structure Relations
Text Symbol: 018 = Source Fields
Text Symbol: 019 = Type:
Text Symbol: 020 = Length:
Text Symbol: 021 = Position:
Text Symbol: 022 = Offset:
Text Symbol: 023 = Constant
Text Symbol: 024 = Target Fields
Text Symbol: 025 = Field Mapping
Text Symbol: 026 = All non-executed fields of the R/3 structures
Text Symbol: 027 = remain initial.
Text Symbol: 028 = Rule Type:
Text Symbol: 029 = Transfer (MOVE)
Text Symbol: 030 = Prefix
Text Symbol: 031 = Suffix
Text Symbol: 032 = Concatenate
Text Symbol: 033 = Transfer Left-Aligned
Text Symbol: 034 = Translation
Text Symbol: 035 = ABAP Code
Text Symbol: 036 = BAPI
Text Symbol: 037 = Unknown Rule Type





Text Symbol: 038 = Structure:
Text Symbol: 039 = Recording(s)
Text Symbol: 040 = (IDoc)
Text Symbol: 041 = In what form should the overview


INCLUDES used within this REPORT /SAPDMC/SAP_LSMW_OBJECT_VIEW

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:

/SAPDMC/LSM_PROFILE_GET CALL FUNCTION '/SAPDMC/LSM_PROFILE_GET' IMPORTING PROJECT = P_PROJEC SUBPROJ = P_SUBPRO OBJECT = P_OBJECT EXCEPTIONS OTHERS = 1.

/SAPDMC/LSM_PROFILE_PUT CALL FUNCTION '/SAPDMC/LSM_PROFILE_PUT' EXPORTING PROJECT = P_PROJEC SUBPROJ = P_SUBPRO OBJECT = P_OBJECT EXCEPTIONS OTHERS = 1.

/SAPDMC/LSM_PROFILE_GET CALL FUNCTION '/SAPDMC/LSM_PROFILE_GET' IMPORTING PROJECT = HEADER-PROJECT SUBPROJ = HEADER-SUBPROJ OBJECT = HEADER-OBJECT PROJECTTXT = HEADER-PROJECTTXT SUBPROJTXT = HEADER-SUBPROJTXT OBJECTTXT = HEADER-OBJECTTXT EXCEPTIONS OTHERS = 1.

/SAPDMC/LSM_AUTHORIZATN_CHECK CALL FUNCTION '/SAPDMC/LSM_AUTHORIZATN_CHECK' "YOG310101 EXPORTING MODE_DESIRED = con_mode_display PROJECT = header-project IMPORTING MODE_GRANTED = l_mode EXCEPTIONS NO_AUTHORIZATION = 1 NO_PROJECT_AUTHORIZATION = 2 "YOG310101 OTHERS = 3.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING * DEFAULTOPTION = '1' TEXTLINE1 = 'In welcher Form soll die Übersicht'(041) TEXTLINE2 = 'angezeigt werden?'(042) * TEXTLINE3 = ' ' TEXT_OPTION1 = 'Liste'(043) TEXT_OPTION2 = 'Tabelle'(044) TITEL = 'Objektübersicht anzeigen'(054) START_COLUMN = 5 START_ROW = 5 CANCEL_DISPLAY = 'X' IMPORTING ANSWER = ANSWER.

/SAPDMC/LSM_TARGET_STRUCS_GET CALL FUNCTION '/SAPDMC/LSM_TARGET_STRUCS_GET' EXPORTING PROJECT = P_PROJEC SUBPROJ = P_SUBPRO OBJECT = P_OBJECT TABLES T_TARGET = IT_TARGET EXCEPTIONS NO_SUCH_OBJECT = 1 NO_TARGET_STRUCTURES_FOUND = 2 OTHERS = 3.

/SAPDMC/LSM_TARGET_FIELDS_GET CALL FUNCTION '/SAPDMC/LSM_TARGET_FIELDS_GET' EXPORTING PROJECT = P_PROJEC SUBPROJ = P_SUBPRO OBJECT = P_OBJECT SEGMENT = IT_TARGET-SEGMENT TABLES T_DFIES = IT_DFIES EXCEPTIONS NO_SUCH_OBJECT = 1 NO_SUCH_SEGMENT = 2 NO_TARGET_FIELDS_FOUND = 3 OTHERS = 4.

/SAPDMC/LSM_TARGET_FIELDS_GET CALL FUNCTION '/SAPDMC/LSM_TARGET_FIELDS_GET' EXPORTING PROJECT = P_PROJEC SUBPROJ = P_SUBPRO OBJECT = P_OBJECT SEGMENT = IT_TARGET-SEGMENT TABLES T_DFIES = IT_DFIES EXCEPTIONS NO_SUCH_OBJECT = 1 NO_SUCH_SEGMENT = 2 NO_TARGET_FIELDS_FOUND = 3 OTHERS = 4.

/SAPDMC/LSM_TARGET_FIELDS_GET CALL FUNCTION '/SAPDMC/LSM_TARGET_FIELDS_GET' EXPORTING PROJECT = P_PROJEC SUBPROJ = P_SUBPRO OBJECT = P_OBJECT SEGMENT = IT_TARGET-SEGMENT TABLES T_DFIES = IT_DFIES EXCEPTIONS NO_SUCH_OBJECT = 1 NO_SUCH_SEGMENT = 2 NO_TARGET_FIELDS_FOUND = 3 OTHERS = 4.

/SAPDMC/LSM_RULE_WHEREUSED CALL FUNCTION '/SAPDMC/LSM_RULE_WHEREUSED' EXPORTING PROJECT = lt_lsratt-project RULENAME = lt_lsratt-rulename RULETYPE = lt_lsratt-ruletype TABLES T_LSOATT = it_lsoatt T_LSRATT = it_lsratt.

/SAPDMC/LSM_RULE_WHEREUSED CALL FUNCTION '/SAPDMC/LSM_RULE_WHEREUSED' EXPORTING PROJECT = lt_lsratt-project RULENAME = lt_lsratt-rulename RULETYPE = lt_lsratt-ruletype TABLES T_LSOATT = it_lsoatt T_LSRATT = it_lsratt.

/SAPDMC/LSM_RULE_WHEREUSED CALL FUNCTION '/SAPDMC/LSM_RULE_WHEREUSED' EXPORTING PROJECT = lt_lsratt-project RULENAME = lt_lsratt-rulename RULETYPE = lt_lsratt-ruletype TABLES T_LSOATT = it_lsoatt T_LSRATT = it_lsratt.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = l_status_set_200 i_callback_user_command = l_user_command i_grid_title = l_title is_layout = wa_layout it_fieldcat = it_fieldcat TABLES t_outtab = IT_CONTENT EXCEPTIONS program_error = 1 OTHERS = 2.



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 /SAPDMC/SAP_LSMW_OBJECT_VIEW or its description.