Calling two BAPI back to back

0
Hi I am a beginner here so I would like to know how exactly can we call two bapi functions back to back in a microflow.   Here the two bapis given in the table are to be called.Do I have to use the callbapi sequence here? If so ,how do I create the bapi request list  which is required?
asked
1 answers
0

Goodmorning,

 

we use the model SDK to generate our domain model, please see this documentation/guide

This combined with the Mendix bapi connector, found here in the appstore, will allow you to easily call sequence option. As the generation model is an enhiritance of the "bapiRequest". Create a list and add your items.

answered