Application Development 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: 

BAPI_DOCUMENT_CHECKOUTVIEW2

Former Member
0 Kudos

Hi all,

BAPI_DOCUMENT_CHECKOUTVIEW2 works fine when i execute this from sap.

but when i try to call this bapi from xmii it is not working

PLEASE HELP

Thanks and Regards,

Sagar.

1 REPLY 1

vinod_vemuru2
Active Contributor
0 Kudos

Hi,

We got similar issues when we called our FM from .net. In our case we have currency and quantity fields. That was not coming properly from .net to SAP. Later we debugged and used character variables and resolved that issues.

Similarly u can also debug from their system. Put a break point in ur FM and execute the code from their system. I think there is some tool to debug ur FM from non sap system.

Check with non SAP team.

Thanks,

Vinod.