cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Process Automation BAPI : No BAPI Module reachable

Muadib
Active Participant
0 Likes
3,286

Hello,

I have been trying for several days to follow the following developer tutorial https://developers.sap.com/tutorials/spa-bapi-actiongroup.html

I cannot manage to retrieve the BAPI modules from my SAP S/4HANA2022 system.

Connection is correctly established in the BAPI Action group, via basic authentification, I create the bapi action, but I never get the popup asking for BAPI module name


View Entire Topic
Raghu
Product and Topic Expert
Product and Topic Expert

Hello raoul.shiro

This topic requires bit more data to understand what is the issue.

Sorry I am not from Product Support, to me this qualifies you reach out to Product Support for help.

May be the below steps will help all of us understand error a bit more in detail

1. Instead of Actions Group Route, you can try standard BAPI call using activities in BAPI SDK. I am hoping to get an error message when execute BAPI is called.

Here Step 2 is about an input variable. I used a data type as input.

For ex, In step 4, sub step 6 tutorial talks about using Query_Table and Row Count as input to READ_RFC_TABLE, ideally you could have created them as data objects if you had to call via non Action Group.

My Input data type was crated like this

and this is how you set value in the automation project

and use this data in execute BAPI call

Hopefully this provides you with bit more detail what is the error.