Product Lifecycle Management Blogs by Members
Get insider knowledge about product lifecycle management software from SAP. Tap into insights and real-world experiences with community member blog posts.
cancel
Showing results for 
Search instead for 
Did you mean: 
dhinsap
Active Participant
0 Kudos

Report shipping is started with the programs RCVDDISP and RCVDRFSH.

  1. 1. Jobs to start report shipping [RCVDDISP]:

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.

The user exit for saving is called by the program RCVDRFSH.

It starts the jobs asynchronously for the program RCVDEVEN (the actual re-port shipping)

It deletes the job logs for the job for program RCVDDISP.

It schedules the job REPORT_SHIPP_CLAEN_UP for the program RCVDRFSH and starts it.

The program RCVDDISP starts all report shipping orders that were created with the process type background processing.

The program RCVDRFSH performs the following steps:

It starts the job asynchronously for the program RCVDEVEN for executing the Save user exit within report shipping.

It deletes the rejected report shipping orders that are no longer required.

It physically deletes the report shipping orders that have the deletion indicator set.

It physically deletes the final reports that are no longer required.

It deletes the job logs for the program RCVDRFSH.

It deletes the job logs for the program RCVDEVEN.

Create job [RCVDDISP]

a) On the SAP Easy Access screen, choose System -> Services -> Jobs -> Define Job.

b) Enter a job name and choose a suitable job class.

c) Choose Edit -> Start Time and choose Date/Time in the dialog box that appears.

d) Enter the required data and select Periodic job.

e) Choose Check and save your entries.

f) Choose Steps and choose ABAP program in the Create step 1 dialog box that ap-pears.

g) Enter the name of the ABAP program RCVDDISP.

h) Choose Check and save your entries.

i) Before you leave the Define Job screen, you must save your entries once more.

  1. 2. Job for processing the orders [RCVDEVEN]:

The report RCVDEVEN processes shipping orders generated manually or automati-cally.

Create job [RCVDEVEN]

a) On the SAP Easy Access screen, choose System -> Services -> Jobs -> Define Job.

b) Enter a job name and choose a suitable job class.

c) Choose Edit -> Start Time and choose After event in the dialog box that appears.

d) Enter SAP_START_EHS_RDO_EVENTHANDLER as the event and select Peri-odic job.

e) Choose Check and save your entries.

f) Choose Steps and choose ABAP program in the Create step 1 dialog box that ap-pears.

g) Enter the name of the ABAP program RCVDEVEN.

h) Choose Check and save your entries.

i) Before you leave the Define Job screen, you must save your entries once more.