Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling Custom Bapi from Excel VBA error

Former Member
0 Likes
471

Hi

a custom bapi was created to display the details.

it is being unable to call from EXCEL VBA

the error is ''R/3 message : object doesnot exist"

regards

2 REPLIES 2
Read only

Former Member
0 Likes
364

Hi,

Check if the BAPI is activated or not.

Please check the atributes of BAPI for the REMOTE ENABLED radiobutton is checked or not.

Also check do we need to include this object in any BOR or not.

Regards

Lekha

Read only

0 Likes
364

Hi ,

I have checked all .

is there any sapmle code is there how to call the custom bapis

regards