‎2012 Jan 04 1:20 PM
Hi all,
I'm creating a new program in order to create condition records for prices and I use BAPI_PRICES_CONDITIONS.
When I create a new condition record but when dates already created, the function works succesfully. The problem is when executing transaction VK13 to check this.
The following error 'T IVAKE F IVAKE_INSERT I MV130F0I' appears because internally we have two (or more) duplicated records in database.
Can anyone help me with this issue? Is it a problem from BAPI or an error from SAP standard transaction?
Many thanks in advance for your help
Regards.
‎2012 Jan 04 5:42 PM
Please note that this BAPI has not been released. It is actually rather dangerous to use, as we've found. Basically it does not perform any validations (e.g. you can enter invalid data and it won't show any errors) and pretty much simply writes the data to database.
We used this BAPI only for the initial go-live pricing load due to fast performance. For pricing maintenance something else needs to be used (e.g. IDocs) or the program needs to perform all the validations (such as checking the dates) before calling BAPI.
‎2012 Jan 05 9:17 AM