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 Issue

former_member750505
Discoverer
0 Likes
3,836

I'm using this bapi to create a pricing condition(Custom). Most of the details are working fine but in the table 'A005' the old record is getting deleted instead of delimiting the end date and creating a new record. I tried passing operation 009 and 004.

Could anyone help.

I'm using this bapi to create a pricing condition(Custom). Most of the details are working fine but in the table 'A005' the old record is getting deleted instead of delimiting the end date and creating a new record. I tried passing operation 009 and 004.

Could anyone help.

3 REPLIES 3
Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes
3,190

Hello gajay

The function BAPI_PRICES_CONDITIONS has status "Not released". As such it should not be used in custom developments due to adverse effects similar to the ones you experience. See the note 1135984 - Conditions cannot be created with BAPI_PRICES_CONDITIONS

Best regards

Dominik Tylczynski

Read only

0 Likes
3,190

okay Dominik. Any other function module we can use for this requirement?

Thanks in Advance.

Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes
3,190

Hello gajay

Unfortunately none that are released for customer usage. You may try using SAP standard functions to maintain conditions but be aware of possible adverse side effects or you can still try to figure it out how to use BAPI_PRICES_CONDITIONS - see the following blogs:

Be warned that you'll be using functions that are not supposed to be used. If anything goes wrong, you'll be on your own without SAP standard support.

SAP is well aware of the situation as it's been brought to their attention through SAP Influence program:

Regretfully they have chosen not to do anything about it.

Best regards

Dominik Tylczynski