cancel
Showing results for 
Search instead for 
Did you mean: 

Calling api's from SAP abap Workflow

09-03-2020 9:13 AM
430 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hi All,

Need details on how to integrate sap business workflow to call external API's(http requests) using abap(class, methods).

If anyone has worked on something similar . Please provide the detailed steps.

Its little urgent.Thanks for understanding.

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

ronen_weisz
Active Contributor
0 Likes

You need to create a method for the relevant workflow object or class (see extendign objects and workflow programming ) and in it call the function module you created for using the external API, see for example consuming webservices