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

How to include function module in process chain

former_member184624
Participant
1,037

Dear BW Experts,

As per the requirement, I want to create a process chain, where if any issue happens in source system, it has to delete the delta Init and reload. As i checked in scn, i found one function module RSS2_DELETE_INITSEL_OLTP to delete the Init. Can you please guide me, how to use this function module in Process chain. We can include program in process chain, but how to use function module in process chain. Please suggest. It will be great, if you provide sample program from the function module, so that, i can use the program in process chain.

Thanks.

View Entire Topic
SimonVanHerck
Participant
0 Kudos

Hi Jalina,

To use a function module in a process chain, you can create a program that executes the function module.

Create a new program with following code:

CALL FUNCTION 'RSS2_DELETE_INITSEL_OLTP'.

With best regards,

Simon | Cubis