SAP Reports / Programs

RSADRLSM04 SAP ABAP Report - Program RSADRLSM02 Input Files Consistency Check







RSADRLSM04 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 RSADRLSM04 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 RSADRLSM04. "Basic submit
SUBMIT RSADRLSM04 AND RETURN. "Return to original report after report execution complete
SUBMIT RSADRLSM04 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: LG_STRT = Logical File Streets
Selection Text: LG_PCODE = Logical File Postal Codes
Selection Text: LG_PBOX = Logical File PO Boxes
Selection Text: LG_CPART = Logical File District
Selection Text: LG_CITY = Logical File City
Selection Text: PH_STRT = Physical File Streets
Selection Text: PH_PCODE = Physical File Postal Codes
Selection Text: PH_PBOX = Physical File PO Boxes
Selection Text: PH_CPART = Physical File Districts
Selection Text: PH_CITY = Physical File Name City
Title: Program RSADRLSM02 Input Files Consistency Check
Text Symbol: 206 = Invalid Operation Flag
Text Symbol: 204 = Data Except Record Type Flag Initial
Text Symbol: 202 = Invalid Record Type Flag
Text Symbol: 200 = Record Type Flag Missing
Text Symbol: 108 = Check PO Boxes:
Text Symbol: 308 = Invalid Index for House Number Range
Text Symbol: 306 = House Number Range Lower Limit Missing
Text Symbol: 304 = House Number Range Upper Limit Missing
Text Symbol: 302 = Missing Street Name
Text Symbol: 300 = Missing City Key
Text Symbol: 040 = Errors:
Text Symbol: 020 = File Read Error
Text Symbol: 010 = Specify Either the Physical or the Logical File Name per Object
Text Symbol: 002 = Physical File Names and File Paths (Optional)
Text Symbol: 001 = Logical File Names and File Paths (Optional)
Text Symbol: 106 = Check Districts:
Text Symbol: 104 = Check Postal Codes:
Text Symbol: 102 = Check Cities:
Text Symbol: 100 = Check Streets:
Text Symbol: 050 = Warning:
Text Symbol: 320 = Invalid PO Box Range Index
Text Symbol: 322 = Delivery Type Not Specified
Text Symbol: 324 = Missing District Key
Text Symbol: 326 = Missing District Name
Text Symbol: 310 = Missing Street Key
Text Symbol: 312 = Missing Postal Code
Text Symbol: 314 = Missing City Name





Text Symbol: 316 = PO Box Range Upper Limit Missing
Text Symbol: 318 = PO Box Range Lower Limit Missing


INCLUDES used within this REPORT RSADRLSM04

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:

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING * CLIENT = SY-MANDT logical_filename = lg_name * OPERATING_SYSTEM = SY-OPSYS * PARAMETER_1 = ' ' * PARAMETER_2 = ' ' * USE_PRESENTATION_SERVER = ' ' * WITH_FILE_EXTENSION = ' ' * USE_BUFFER = ' ' IMPORTING * EMERGENCY_FLAG = * FILE_FORMAT = file_name = ph_name EXCEPTIONS file_not_found = 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 RSADRLSM04 or its description.