Skip to Content
0
Former Member
May 04, 2008 at 04:20 PM

Problem with BAPI_FLCUST_CREATEFROMDATA BAPI and .NET connector

80 Views

Hi,

I am trying to design a demo scenario for demonstrating possibilities of .NET connector with SAP.

I have downloaded trial version of SAP Netweaver 7.0 and I would like to use flight customers tables and BAPIs with a custom application and the .NET connector.

When I am calling BAPIs which are reading information via the connector (BAPI_FLCUST_GETLIST for example), everything works fine and I retrieve information into my custom application. However, when I try to use BAPIs which are writing information into SAP tables (BAPI_FLCUST_CREATEFROMDATA for example), call to BAPI is successful, but data is not inserted into SAP tables.

I tried to call BAPI_FLCUST_CREATEFROMDATA manually thanks to SAP GUI and transaction SE37, and I have the same problem : no data is inserted into SAP tables, whereas call returns success and even if I call commit transaction after.

Does anybody know why this issue happens ? Could it be due to the fact that I am using a SAP evaluation version ? Is this related to some rights of the SAP user I am using for this action ?

Thanks for your help.