RNCSND01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The RNCSND01 report is the message dispatch program...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RNCSND01 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.
Selection Text: SE_SYST = Receiver
Title: IS-HCM: Selective Message Dispatch
Text Symbol: 101 = Receiver
Text Symbol: 102 = Messages sent, information
Text Symbol: 110 = No. of receivers:
Text Symbol: 120 = No. of receivers served:
Text Symbol: 130 = No. of messages delivered:
Text Symbol: 140 = No. of receiv. who cannot be served:
Text Symbol: 150 = Consequently, messages marked as "old" remained.
Text Symbol: 200 = Summary:
Text Symbol: 205 = Number
Text Symbol: 206 = OK
Text Symbol: H01 = IS-HCM Message Dispatch Log
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISHCM_TRANSMIT_MESSAGES CALL FUNCTION 'ISHCM_TRANSMIT_MESSAGES' EXPORTING i_tn02s = itn02s i_tname = 'NTISH' i_nc02_tab = messages[] IMPORTING E_EXITCODE = returncode E_XCOMDESTI = xcomdesti.
ENQUEUE_ENTS00 CALL FUNCTION 'ENQUEUE_ENTS00' EXPORTING * 28.03.03 AT 4.63b/10 4.71/1 note 608983
ENQUEUE_ENTS00 CALL FUNCTION 'ENQUEUE_ENTS00' EXPORTING * 28.03.03 AT 4.63b/10 4.71/1 note 608983
DEQUEUE_ENTS00 CALL FUNCTION 'DEQUEUE_ENTS00' EXPORTING progname = 'RNCSND01'.
DEQUEUE_ENTS00 CALL FUNCTION 'DEQUEUE_ENTS00' EXPORTING progname = 'RNCBLD00'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.