cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger Event on BW Server from VC

sap_cohort
Active Contributor
0 Kudos

Hi,

I need to create a VC App that

1. Allows a user to input a Single Version Number (Ex. 164.9)

2. Press a button to execute a Function Module on the BW Server

(The Function Module will write the input value to a DDIC table and Trigger an Event on the BW Server.

I'm guessing I can do this by calling Function Module Services.

In VC is it possible to just execute a Function Module that will do these things?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can create a function module on BW and call it as a service with input values. Bring the service into your VC model and send the input values to the service.

Answers (0)