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,989

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
MGrob
Active Contributor
0 Likes

Hi

You don't use the FM module you simply use the abap programm RSRD_BROADCAST_BATCH instead.

hope that clarifies

Martin