RJSAENDD 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 RJSAENDD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JS48 - IS-M: Delete 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.
Selection Text: AENDNR = Change Number to Be Deleted
Selection Text: ANALYSE = Delete with Previous Analysis
Title: IS-M: Delete Change Number and All Assigned Objects
Text Symbol: 001 = Caution: All records edited with this change number will be deleted.
Text Symbol: 002 = Delete Change Number
Text Symbol: 003 = Caution: All records edited with this
Text Symbol: 004 = change number will be deleted.
INCLUDE RJSI0TOP . " PRUEFUNG UND FREIGABE
INCLUDE JTEXTTOP . " SAPSCRIPT
No SAP DATABASE tables are accessed within this REPORT code!
ISP_JSTAENDER_CHECK call function 'ISP_JSTAENDER_CHECK' exporting aendnr = aendnr aktion = con_aktion_anzeigen importing out_message = meldung.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' titel = text-002 textline1 = text-003 textline2 = text-004 importing answer = antwort exceptions others = 1.
ISM_CHANGENUMBER_REQUEST call function 'ISM_CHANGENUMBER_REQUEST' "HR4.61
ISP_JSTAENDER_DELETE call function 'ISP_JSTAENDER_DELETE' exporting aenderungs_nummer = jstaender.
ISM_CHANGENUMBER_WF_EVENT call function 'ISM_CHANGENUMBER_WF_EVENT' exporting in_changenumber = jstaender.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJSAENDD - IS-M: Delete Change Number and All Assigned Objects RJSAENDD - IS-M: Delete Change Number and All Assigned Objects RJSAENDC - Move Start of Validity for Change Number RJSAENDC - Move Start of Validity for Change Number RJSAENDA - IS-M/SD: Delete All Past Change Numbers RJSAENDA - IS-M/SD: Delete All Past Change Numbers