RBUSISMSD01 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 RBUSISMSD01 into the relevant SAP transactions such as SE38 or SE80
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: Program for Object Type BUSISMSD01 : ND Notification
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISM_UD_CREATE_COMPLAINT CALL FUNCTION 'ISM_UD_CREATE_COMPLAINT' EXPORTING I_JKUD = IJKUD EXCEPTIONS COMPLAINT_CREATE_ERROR = 1001 SUSPENSION_CREATE_ERROR = 1002 ENQUEUE_ERROR = 1003 OTHERS = 01.
ISM_UD_UDITEM_GET CALL FUNCTION 'ISM_UD_UDITEM_GET' EXPORTING I_UDITEM = Uditem IMPORTING E_JKUD = Head EXCEPTIONS OTHERS = 01.
ISM_UD_CREATE_SUSPENSION CALL FUNCTION 'ISM_UD_CREATE_SUSPENSION' EXPORTING I_JKUD = IJKUD EXCEPTIONS SUSPENSION_CREATE_ERROR = 1001 ENQUEUE_ERROR = 1002 OTHERS = 01.
ISM_UD_CREATE_CANCELLATION CALL FUNCTION 'ISM_UD_CREATE_CANCELLATION' EXPORTING I_JKUD = IJKUD EXCEPTIONS CANCELLATION_CREATE_ERROR = 1001 ENQUEUE_ERROR = 1002 OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBUSISMSD01 - Program for Object Type BUSISMSD01 : ND Notification RBUSISMSD01 - Program for Object Type BUSISMSD01 : ND Notification RBUSISM040 - Program for Object Type BUS2108: Subscription/Retail Return RBUSISM040 - Program for Object Type BUS2108: Subscription/Retail Return RBUSISM033A - Program for Object Type BUSISM033 : AdMgmtSceduleLine RBUSISM033A - Program for Object Type BUSISM033 : AdMgmtSceduleLine