SAP Reports / Programs

RNCSND01 SAP ABAP Report - IS-HCM: Selective Message Dispatch







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


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


Text pool values


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


INCLUDES used within this REPORT RNCSND01

No INCLUDES are used within this REPORT code!


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:

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'.



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