SAP Reports / Programs

RJSAEND2 SAP ABAP Report - IS-M/SD: Analysis Report - Orders for Change Number







RJSAEND2 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 RJSAEND2 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

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


Text pool values


Title: IS-M/SD: Analysis Report - Orders for Change Number
Text Symbol: 001 = Change Number
Text Symbol: 002 = Determine Orders Using Postal Units
Text Symbol: 003 = Error Messages
Text Symbol: 021 = Info: No orders are affected by these changes.
Text Symbol: 022 = Info: No shipping orders affected by changes
Text Symbol: RC0 = Viable w/o Change
Text Symbol: RC1 = Viable If Changed
Text Symbol: RC2 = No Longer Viable
Text Symbol: RC3 = Order Changed
Text Symbol: RC4 = Order Still Not Viable
Text Symbol: U01 = Viability Check on Relevant Orders
Text Symbol: U02 = Viability Check on Affected Shipping Orders
Text Symbol: US1 = Doc. No.
Text Symbol: US2 = Item No.
Text Symbol: US3 = Viability


INCLUDES used within this REPORT RJSAEND2

INCLUDE MJS00T09.
INCLUDE RJSI0T99.
INCLUDE: LJS01PT1, LJS01TT1, LJS21PT1, MJS00T01, MJ000TAL,
INCLUDE: LJS01PT1, LJS01TT1, LJS21PT1, MJS00T01, MJ000TAL,

INCLUDE: LJS01PT1, LJS01TT1, LJS21PT1, MJS00T01, MJ000TAL,


MJS0FE01, MJSP0F02, MJY00F03, MJY00FAB, MJYCHF00, RJSFRI10,
MJS0FE01, MJSP0F02, MJY00F03, MJY00FAB, MJYCHF00, RJSFRI10,

MJS0FE01, MJSP0F02, MJY00F03, MJY00FAB, MJYCHF00, RJSFRI10,


RJSI2TOP, RJSI0F10, RJSI0F20, RJSI0F25, MJ000TDI, RJSI0F72.
RJSI2TOP, RJSI0F10, RJSI0F20, RJSI0F25, MJ000TDI, RJSI0F72.

RJSI2TOP, RJSI0F10, RJSI0F20, RJSI0F25, MJ000TDI, RJSI0F72.



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:

ISP_SALES_DOCUMENT_MODIFY_AEND CALL FUNCTION 'ISP_SALES_DOCUMENT_MODIFY_AEND' EXPORTING IN_JSTAENDER = IN_JSTAENDER IN_UPDATE = JPSD_FALSE IN_ALGO_SALES_DOCU = IN_ZUGRIFFPFAD IN_ZUORD_TAB = ZUORD_TAB * Updatetype darf nicht auf JYDB_UPDATE_NO stehen "HR4.61

APPL_LOG_SET_OBJECT CALL FUNCTION 'APPL_LOG_SET_OBJECT' EXPORTING OBJECT = 'JCHNGNR' SUBOBJECT = 'ORDERS' NO_LOG = ' '.

APPL_LOG_WRITE_SINGLE_MESSAGE CALL FUNCTION 'APPL_LOG_WRITE_SINGLE_MESSAGE' EXPORTING MESSAGE = MSG.

APPL_LOG_DISPLAY_INTERN CALL FUNCTION 'APPL_LOG_DISPLAY_INTERN' EXPORTING OBJECT = 'JCHNGNR' SUBOBJECT = 'ORDERS' TITLE_LIST_SCREEN = 'Fehlermeldungen'(003) COLUMN_SELECTION = CON_ALLOG_SELCTION COLUMN_SELECTION_MSG_JUMP = '1' EXTERNAL_NUMBER_DISPLAY_LENGTH = 10.



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