SAP Reports / Programs

RCVDDISP SAP ABAP Report - EH&S: Dispatcher for Report Shipping







RCVDDISP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program RCVDDISP performs the following steps: It executes the user exits that you have defined for the automatic generation of subsequent shipping orders and export orders in Customizing for Basic Data and Tools in the IMG activity Manage User Exits...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 RCVDDISP into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CVRCVDDISP - RCVDDISP - Authorization Test


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


Text pool values


Title: EH&S: Dispatcher for Report Shipping


INCLUDES used within this REPORT RCVDDISP

INCLUDE RCVDDP01.


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:

ENQUEUE_ESL_AVGEN CALL FUNCTION 'ENQUEUE_ESL_AVGEN' EXPORTING MODE_RCGREPLOCK = 'E' MANDT = SY-MANDT REPORTNAME = L_REPORT X_REPORTNAME = ' ' _SCOPE = '2' _WAIT = ' ' _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

C1E0_USEREXIT_GET CALL FUNCTION 'C1E0_USEREXIT_GET' EXPORTING I_USEXTYPE = ESP7_C_USEXTYP-SRE_SUBSEQ * I_USEXNAME = TABLES E_USEXFU_TAB = L_USEXFU_TAB EXCEPTIONS USEXTYPE_NOT_FOUND = 1 USEXNAME_NOT_FOUND = 2 NO_ENTRY = 3 FUNCTION_ERROR = 4 OTHERS = 5.

RS_FUNCTION_ACTIVE_CHECK CALL FUNCTION 'RS_FUNCTION_ACTIVE_CHECK' EXPORTING FUNCNAME = L_USEXFU_TAB-FBNAM IMPORTING ACTIVE = L_FLG_ACTIVE EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

CVD1_RDOS_RELEASE_LOCKS CALL FUNCTION 'CVD1_RDOS_RELEASE_LOCKS' EXPORTING I_FLG_HEADER = TRUE I_FLG_PARAMETER = TRUE I_FLG_CS = TRUE EXCEPTIONS OTHERS = 1.

CVFF_EVENT_SET CALL FUNCTION 'CVFF_EVENT_SET' EXPORTING I_STATUS = IC_RDO_STATUS-CREATED I_JOBID = LC_JOBID I_EVENTID = IC_RDO_EVENTHANDLER_START I_FLG_COMMIT = TRUE IMPORTING E_EVENTPARM = L_EVENTPARM EXCEPTIONS EVENT_SET_FAILED = 1 NO_EVENTKEY = 2 OTHERS = 3.

BP_EVENT_RAISE CALL FUNCTION 'BP_EVENT_RAISE' EXPORTING EVENTID = IC_RDO_EVENTHANDLER_START EVENTPARM = L_EVENTPARM * TARGET_INSTANCE = ' ' EXCEPTIONS BAD_EVENTID = 1 EVENTID_DOES_NOT_EXIST = 2 EVENTID_MISSING = 3 RAISE_FAILED = 4 OTHERS = 5.

DEQUEUE_ESL_AVGEN CALL FUNCTION 'DEQUEUE_ESL_AVGEN' EXPORTING MODE_RCGREPLOCK = 'E' MANDT = SY-MANDT REPORTNAME = L_REPORT X_REPORTNAME = ' ' _SCOPE = '3' _SYNCHRON = ' ' _COLLECT = ' ' EXCEPTIONS OTHERS = 1.

C1I0_TCGENV_READ CALL FUNCTION 'C1I0_TCGENV_READ' EXPORTING I_PARAM = IC_ENV_PARAM-LAST_REFRESH IMPORTING E_VALUE = L_ENV_VALUE EXCEPTIONS PARAM_NOT_FOUND = 1 OTHERS = 2.

C14H_JOB_START CALL FUNCTION 'C14H_JOB_START' EXPORTING I_JOBNAME = L_JOBNAME I_REPNAME = 'RCVDRFSH' * I_VARIANT = I_STDT = L_STDT EXCEPTIONS MISSING_JOBNAME = 1 MISSING_REPNAME = 2 MISSING_VARIANT = 3 ERROR_JOB_OPEN = 4 ERROR_JOB_SUBMIT = 5 ERROR_JOB_CLOSE = 6 OTHERS = 7.



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