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

sap integration with third party software

Former Member
0 Likes
339

hey all,

we are actually trying to integrate sap with EAI( IBM WEBSPERE third party software) and here date needs to flow from EAI - SAP.

and we have done that through BAPI and in the EAI we got a message saying that the data base has been created but infact when i am trying to check the same in my sap screen am not able to find it i have also checked the database table but its not available .

do anyone has any idea as to where do we exactly go and search for a particular data once its transferred from a third party software????

any help is highly appreciated

Thanks & Regards,

Vinila Kanakala.

hey all,

we are actually trying to integrate sap with EAI( IBM WEBSPERE third party software) and here date needs to flow from EAI - SAP.

and we have done that through BAPI and in the EAI we got a message saying that the data base has been created but infact when i am trying to check the same in my sap screen am not able to find it i have also checked the database table but its not available .

do anyone has any idea as to where do we exactly go and search for a particular data once its transferred from a third party software????

any help is highly appreciated

Thanks & Regards,

Vinila Kanakala.

1 REPLY 1
Read only

Former Member
0 Likes
286

Hi,

Whenever you call a BAPI you should perform the Commit. SO just check whether you are performing commit or not.

And you can do this by calling 'BAPI_TRANSACTION_COMMIT' bapi.

I hope it helps,

Reward points,

Thanks,

Prasanna.