SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Legacy System Migration Workbench(BC-SRV-DX-LSM) SAP BC

/SAPDMC/SAP_LSMW_VIEW_CONVDATA SAP ABAP Report - Display Converted Data







/SAPDMC/SAP_LSMW_VIEW_CONVDATA 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_VIEW_CONVDATA 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_VIEW_CONVDATA. "Basic submit
SUBMIT /SAPDMC/SAP_LSMW_VIEW_CONVDATA AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPDMC/SAP_LSMW_VIEW_CONVDATA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Display Converted Data
Text Symbol: 107 = Decision
Text Symbol: 105 = How do you want the system to continue?
Text Symbol: 104 = Data still being imported
Text Symbol: 103 = Continue Reading to End
Text Symbol: 102 = Continue Reading and Query If Necessary
Text Symbol: 101 = Display Part Read So Far
Text Symbol: 030 = Struct.
Text Symbol: 024 = Maximum length of row structure reached...
Text Symbol: 023 = Field Length
Text Symbol: 022 = File Contents
Text Symbol: 021 = Hierarchy Level
Text Symbol: 020 = Hierarchy Level 9
Text Symbol: 019 = Hierarchy Level 8
Text Symbol: 018 = Hierarchy Level 7
Text Symbol: 017 = Hierarchy Level 6
Text Symbol: 016 = Hierarchy Level 5
Text Symbol: 015 = Hierarchy Level 4
Text Symbol: 014 = Hierarchy Level 3
Text Symbol: 013 = Hierarchy Level 2
Text Symbol: 012 = Hierarchy Level 0
Text Symbol: 011 = Hierarchy Level 1
Text Symbol: 010 = Internal Struct.
Text Symbol: 009 = External Struct.
Text Symbol: 008 = Contents
Text Symbol: 007 = Structure
Text Symbol: 006 = Row
Text Symbol: 005 = Structure
Text Symbol: 004 = File
Text Symbol: 003 = FldValue
Text Symbol: 002 = Fld Text
Text Symbol: 001 = Fld Name


INCLUDES used within this REPORT /SAPDMC/SAP_LSMW_VIEW_CONVDATA

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 = PROJECT SUBPROJ = SUBPROJ OBJECT = OBJECT.

/SAPDMC/LSM_FILE_INFO_GET CALL FUNCTION '/SAPDMC/LSM_FILE_INFO_GET' EXPORTING PROJECT = PROJECT SUBPROJ = SUBPROJ OBJECT = OBJECT IMPORTING FILE_CONV = FILE EXCEPTIONS NO_SUCH_OBJECT = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = '/sapdmc/lsgprot' fieldname = 'PROJECT' IMPORTING x030l_wa = ls_x030l_wa EXCEPTIONS OTHERS = 1.

AUTHORITY_CHECK_DATASET CALL FUNCTION 'AUTHORITY_CHECK_DATASET' EXPORTING PROGRAM = '/SAPDMC/SAP_LSMW_LSMFILE_VIEW' ACTIVITY = 'READ' FILENAME = L_DSN EXCEPTIONS NO_AUTHORITY = 1.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING * CLIENT = SY-MANDT LOGICAL_FILENAME = CON_LOGICAL_FILENAME * OPERATING_SYSTEM = SY-OPSYS * PARAMETER_1 = ' ' * PARAMETER_2 = ' ' * PARAMETER_3 = ' ' * WITH_FILE_EXTENSION = ' ' * USE_BUFFER = ' ' * ELIMINATE_BLANKS = 'X' * IMPORTING * VALIDATION_ACTIVE = * TS_ALIAS = CHANGING PHYSICAL_FILENAME = L_DSN EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3 .

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = IT_SXDA3EXT-TABNAME FIELDNAME = IT_SXDA3EXT-FIELDNAME TABLES DFIES_TAB = IT_DFIES EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

SEGMENT_INTERNAL_NAME_GET CALL FUNCTION 'SEGMENT_INTERNAL_NAME_GET' "int.Bezeichner?



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