Skip to Content
0
Former Member
May 12, 2008 at 02:39 PM

BAPI doesn't do COMMIT in VC

24 Views

Hi Experts,

I've created a simple BAPI in BW that modifies a record into a DB table. When I execute it from se37 it works fine.

Then I use it into a Visual Composer model. It finishes correctly but the record is not modified in DB.

I've tried to check the Auto-Commit option for the Data Service in VC and also concatenate the BAPI with BAPI_TRANSACTION_COMMIT, but it doesn't work.

In BAPI code I use the sentence "commit work and wait" after Update the table.

¿Any ideas? I suppose it could be some customizing in Portal, because a very similar development in other server is working properly.

Thanks in advance.

Enrique