cancel
Showing results for 
Search instead for 
Did you mean: 

Calling BW Process chain from Visual Composer

Adem_Baykal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Gurus,

i have a question. Does anyone testet to call an ABAP program or a process chain in BW (via ABAP) through a button in visual composer?

Regards,

Adem

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Adem,

this is possible, you must write an RFC function module,

which calls a function module of the function group

RSSM_PROCESS.

For example you want to start a attribute change run you have to call the function module RSSM_PROCESS_ATTRIBCHANGE

from your RFC function module.

Best Regards,

Marcel

Adem_Baykal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Marcel,

thank you very much. I will test it now!

Regards,

Adem

Former Member
0 Kudos

It's even easier than that. Set the process chain up to run based on an event.

Function module BP_EVENT_RAISE allows you to trigger events.

Function module ROPC_EVENT_RAISE is already RFC enabled so you can use this directly within VC and don't have to write any additional code or a wrapper.

Adem_Baykal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Prakash,

thank you very much. This all sounds great!

Many thanks and best regards,

Adem

Answers (0)