Hello experts,
I have the following scenario:
I want to execute an RFC (Data Service 1) that runs on an R/3 instance and creates a new accounting document, I have created the input form and so far it works OK. Problem is that I want to store the results of the previous call on a separate Database, for this, I have created a Stored procedure on Database server and its coresponding Data Service (Data Service 2) in VC.
How can I execute both Data Services on a sequence? Data Service 1 first to create document, and after that, execute Data Service 2 to store results on database, both have to be triggered with one event.
Thanks