SAP Reports / Programs

RJSBEZ01 SAP ABAP Report - IS-M/SD: Create Carrier Route Structures Using BDC







RJSBEZ01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates batch input sessions for carrier route structures automatically...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 RJSBEZ01 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 RJSBEZ01. "Basic submit
SUBMIT RJSBEZ01 AND RETURN. "Return to original report after report execution complete
SUBMIT RJSBEZ01 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: TESTLAUF = Test Run (No Sess. Created)
Selection Text: AGEO_STR = Type of Geo.Street
Selection Text: AEND_NR = Change No.for Carr.Route Str.
Title: IS-M/SD: Create Carrier Route Structures Using BDC
Text Symbol: ZZZ = -
Text Symbol: X04 = Street
Text Symbol: X03 = .
Text Symbol: X02 = - more than 98 street sections
Text Symbol: X01 = Unloading point does not exist ->
Text Symbol: 027 = could not assign the following streets:
Text Symbol: 026 = From-house no. greater than to-house number
Text Symbol: 025 = Floor not found
Text Symbol: 023 = You cannot enter a floor
Text Symbol: 022 = You cannot enter an address affix
Text Symbol: 021 = House number affix not included
Text Symbol: 020 = House number range ID not allowed
Text Symbol: 019 = To-house number does not correspond to house no. range ID
Text Symbol: 018 = To-house number not in house number range
Text Symbol: 017 = 'To' house no aff. not within num.range for HNo.affixes
Text Symbol: 016 = Address affix not in check base
Text Symbol: 015 = Entry in 'From' field is greater than entry in 'To' field
Text Symbol: 014 = House number ID = 2 but house number(s) transferred even
Text Symbol: 013 = House number ID = 1 but house number(s) transferred odd
Text Symbol: 012 = Invalid entry in function ISP HOUSENUMBER CHECK
Text Symbol: 011 = Street Number Cty
Text Symbol: 010 = PCd City Street House No. ID
Text Symbol: 009 = Addresses Found:
Text Symbol: 008 = Geo. Unit:
Text Symbol: 007 = In CRoute:
Text Symbol: 006 = Postal code is not assigned to a city
Text Symbol: 005 = Conflict w/PCd type, PCd not carrier route
Text Symbol: 004 = City does not exist
Text Symbol: 003 = Street does not exist
Text Symbol: 001 = Entries invalid


INCLUDES used within this REPORT RJSBEZ01

INCLUDE MJY00F03.


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:

ISM_CONVERT_TO_NORMAL_FORM CALL FUNCTION 'ISM_CONVERT_TO_NORMAL_FORM' EXPORTING INPUT = FIRST_B IMPORTING OUTPUT = FIRST_B EXCEPTIONS OTHERS = 1.



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