cancel
Showing results for 
Search instead for 
Did you mean: 

How to access Communication Scenario SCD within a custom Action via ABSL

former_member605784
Discoverer
0 Kudos

Hello,

i've created a custom communication scenario. Now i want access this communication scenario within an action to get the data of the corresponding outbound communictaion arrangement f.e. the "Communictaion System ID" and "My System ID" to pass those data to an external webservice, which is based on this communication scenario.

Regards,
Thomas

Accepted Solutions (0)

Answers (1)

Answers (1)

NagaPrakashT
Contributor
0 Kudos

Hi Thomas,

Assuming you have created communication scenario against the custom web service. You can trigger the scenario by using the below ABSL code.

Please have a look these videos which have in detail explanation of external web service integration

SAP Cloud Dev: Integration - 2 - Provide Web Service - YouTube

SAP Cloud Dev: Integration - 4 - Invoke External Web Service - YouTube

Thanks,

Naga

former_member605784
Discoverer
0 Kudos

Hi Naga,

the call of the external webscervice is allready implemented and it's working fine. So my requirement is to pass the value of the  "Communictaion System ID" and "My System ID" of the communictaion arrangement to some fields in the webservice but i don't know how to acces these data via ABSL.

Regards,

Thomas

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Thomas,

You can access the Communication Scenario as a whole (as you did it in the implemenation of your WebService).

It is not possible to access details of an CS.

Sorry,

   Horst