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

/SAPDMC/SAP_LSMW_VIEW_READDATA SAP ABAP Report - Display Read Data







/SAPDMC/SAP_LSMW_VIEW_READDATA 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_READDATA 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_READDATA. "Basic submit
SUBMIT /SAPDMC/SAP_LSMW_VIEW_READDATA AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPDMC/SAP_LSMW_VIEW_READDATA 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 Read Data
Text Symbol: 030 = Struct.
Text Symbol: 022 = Field Length
Text Symbol: 021 = File Information
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 = Hierarchy Level
Text Symbol: 009 = File Contents
Text Symbol: 008 = Conts.
Text Symbol: 007 = Struct.
Text Symbol: 006 = Row
Text Symbol: 005 = Structure
Text Symbol: 004 = File
Text Symbol: 003 = Field Value
Text Symbol: 002 = Field Text
Text Symbol: 001 = Field Name


INCLUDES used within this REPORT /SAPDMC/SAP_LSMW_VIEW_READDATA

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:

SCP_GET_CODEPAGE_KIND CALL FUNCTION 'SCP_GET_CODEPAGE_KIND' IMPORTING CPKIND = L_CPKIND.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = L_TABNAME TABLES DFIES_TAB = I_DFIES EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

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 = FILE EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3 .



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