SAP Reports / Programs

RJSAEND1 SAP ABAP Report - IS-M: Analysis Report for Change Number







RJSAEND1 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 RJSAEND1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JS42 - Analyze Change Number


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 RJSAEND1. "Basic submit
SUBMIT RJSAEND1 AND RETURN. "Return to original report after report execution complete
SUBMIT RJSAEND1 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: AENDNR = Change Number
Title: IS-M: Analysis Report for Change Number
Text Symbol: 033 = Reass.to
Text Symbol: 034 = from
Text Symbol: 035 = to
Text Symbol: 036 = Deleted assignments/deliv.via.sets
Text Symbol: 037 = Assignment
Text Symbol: 038 = Tr.route-edition assgmt
Text Symbol: 039 = Unloading rules
Text Symbol: 041 = No change records found for change number
Text Symbol: 042 = (Postal changes for change number were deleted/reorganized)
Text Symbol: 050 = was terminated.
Text Symbol: 051 = was changed.
Text Symbol: 052 = was created.
Text Symbol: 053 = Transfer to city
Text Symbol: 054 = Transfer to street
Text Symbol: 055 = Cities
Text Symbol: 056 = City districts
Text Symbol: 057 = Streets
Text Symbol: 058 = Postal codes
Text Symbol: 059 = City postal codes
Text Symbol: 060 = No records for processing
Text Symbol: 061 = Postal data changes
Text Symbol: 062 = Transfer to
Text Symbol: 063 = District municipality key
Text Symbol: 064 = was split
Text Symbol: 065 = PO boxes
Text Symbol: ORG = Sales org.
Text Symbol: 032 = Deliv.via.set
Text Symbol: 001 = Inactive
Text Symbol: 002 = Assignments/del.viability sets created
Text Symbol: 003 = Assignments/del.viab.sets completed
Text Symbol: 004 = End on
Text Symbol: 005 = Suspended assignments
Text Symbol: 007 = Susp.from
Text Symbol: 008 = Susp.to
Text Symbol: 009 = Temporary reassignment
Text Symbol: 010 = Reass.from





Text Symbol: 011 = Temporary reassignment
Text Symbol: 012 = Completed assignment suspensions
Text Symbol: 013 = Completed reassignments
Text Symbol: 014 = Created
Text Symbol: 015 = Further changes
Text Symbol: 016 = Info
Text Symbol: 017 = Current change number
Text Symbol: 018 = Change number
Text Symbol: 019 = Deliv.via.sets
Text Symbol: 021 = Carr.route-carr.route assgmts
Text Symbol: 022 = Carrier route-geographical unit assignments
Text Symbol: 023 = Geographical unit-geographical unit assignments
Text Symbol: 024 = Geographical unit-postal unit assignments
Text Symbol: 025 = Postal unit-postal unit assignments
Text Symbol: 026 = Organizational unit-geographical unit assignments
Text Symbol: 027 = Organizational unit-organizational unit assignments
Text Symbol: 028 = Tr.route-tr.route assgmts
Text Symbol: 029 = Truck route-load./unl.pt assgmts
Text Symbol: 031 = Unloadg VSets


INCLUDES used within this REPORT RJSAEND1

INCLUDE RJSI0TOP .
INCLUDE MJG00TRO.
INCLUDE MJG0TTGP.
INCLUDE RJSAETOP . " REPORTSPEZIFISCHE INCLUDES
INCLUDE RJSI0F10. " FORM AENDERUNGSNUR_LESEN
INCLUDE RJSI0F25. " FORM ZUGRIFFSPFADE_ERMITTELN
INCLUDE FJS00F01. " FORM BASIS_ZEILE_SUCHEN
INCLUDE FJS00F03. " FORM RELATION_TO_KNOT_GET
INCLUDE LJS03F55. " FORM OBJEKT_BEZEICHNUNG_LESEN
INCLUDE MJS00F02. " FORM JSTGEOEINH_DIREKT_LESEN
INCLUDE MJS00F05. " FORM JSTPLZPRO_DIREKT_LESEN
INCLUDE MJS00F06. " FORM JSTORTPRO_DIREKT_LESEN
INCLUDE MJS00F07. " FORM JSTSTRPRO_DIREKT_LESEN
INCLUDE MJR00F01. " FORM JRTROUTE_DIREKT_LESEN
INCLUDE MJR00F04. " FORM JRTBEABST_DIREKT_LESEN
INCLUDE MJR00F09. " FORM JRTABLRGL_LESEN
INCLUDE MJV00F02. " FORM JVTBEZIRK_DIREKT_LESEN
INCLUDE MJV00F03. " FORM JVTBEZRND_DIREKT_LESEN
INCLUDE MJV10EXT. " FORM LESEN_TEXT FÜR LIEFERBARKEITEN


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:

No SAP FUNCTION MODULES are executed within this report code!



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