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
Below is a list of transaction codes which are relevant to this SAP report
JS55 - Analysis of Orders on Change Number
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.
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
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.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJSAEND2 - IS-M/SD: Analysis Report - Orders for Change Number RJSAEND2 - IS-M/SD: Analysis Report - Orders for Change Number RJSAEND1 - IS-M: Analysis Report for Change Number RJSAEND1 - IS-M: Analysis Report for Change Number RJSABL20 - IS-M: Batch Input: Asgt of Truck Route to Unl.Point for Leg.Data Trsf RJSABL20 - IS-M: Batch Input: Asgt of Truck Route to Unl.Point for Leg.Data Trsf