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

BAPI_PRICES_CONDITIONS - Error when checking transaction VK13

Former Member
0 Likes
1,015

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.

2 REPLIES 2
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
547

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.

Read only

Former Member
0 Likes
547

Hi,

Please find the bellow links which may usefull for your requirement.

Thanks & Regards,

Goutam Kolluru.