cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to include a Function Module in a Process Chain

Loed
Active Contributor
0 Likes
1,978

Hi guyz,

I'm planning to use the function module RSRD_BROADCAST_BATCH in a process chain..How will I do it?

I red a note regarding this but did not understand it..Here it is.....

Scheduling the Broadcasts Automatically:

The scheduling of broadcasts can be automated with the help of a program and through process chains. Create a process chain and include the ABAP program “RSRD_BROADCAST_BATCH”. This program can be used to schedule the broadcasts in the background without any user intervention.

Create a variant for this program and give the technical name of the Broadcast setting for the selection variable “S_SETTNG (Broadcast Setting)”.

Now schedule the process chain at the particular time (may be periodic) at which you want the broadcast to be sent.

Can anyone tell me the way on how to include a function module in a process chain?

Thank a lot!

Loed

View Entire Topic
Former Member
0 Likes

Hi Loed,

Guess, your requirement is to schedule Broadcasting automatically. You need to use ABAP Program - RSRD_BROADCAST_STARTER with a Variant as mentioned by Michael. As others mentioned, you can not use a Function Module directly in a Process Chain.

I have posted one document on creating Broadcasting settings and automate it through Process Chain. Hopefully, that will be helpful to you.

http://scn.sap.com/docs/DOC-47346

Regards,

Prasad