cancel
Showing results for 
Search instead for 
Did you mean: 

Standard BAPI/RFC for customer specific pricing

Former Member
0 Kudos

Hi all,

We have a requirement for getting the customer specific pricing for a product. .We have few customers who are privelaged of procuring materials at a lesser price than others.We need a procedure or functionality that will pick this discounted price on the product that is raised by the privelaged customer.

Please let me know if there is any Standard BAPI or RFC for this requirement

Keerthi

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Self answered

Former Member
0 Kudos

Hi,

trie the BAPI:

BAPI_SALESORDER_SIMULATE

Regards Gerd

former_member183879
Active Contributor
0 Kudos

Hi,

There is nothing called customer specific pricing in SAP and there is no BAPI to handle pricing for any specific entity.

These things need to be configured in access sequence, condition tables, condition types etc and you have to configure pricing in such a way that the pricing elements are common for everybody but depending on the situation, some customer will get materials for lesser price than others by creating condition records as applicable for each customer.

You have to first configure the pricing procedure.

Then while maintaining condition records, you have to maintain prices for specific customers where youcan maintain lesser prices. For all others you can maintain normal prices. For example for c.type PR00, you can have two tables in the access sequence. One table may be Sales org/D.C/Div/Customer/Material and the second table can be S.Org/D.C./Div/Material

Now maintain a condition record like

5001/00/00/CUSTOMER A/MATERIAL A Value is 80

5001/00/00/Material A Value is 100

If condition records are maintained like this, the customer A alone will get the material for Rs.80 while all others will get it for Rs.100

Hope this helps you. If you have specific doubts, pls lemme know.

Former Member
0 Kudos

Thanks for the information

Yes we do have a specific requirement. An external B2B Internet sales application needs to call a SAP's standard functionality(BPI/RFC/IDOc.. etc) for customer specific pricing.

At this moment we dont want to go for any customization. Just wanted to know if SAP provides any standard functionality for this.

reazuddin_md
Active Contributor
0 Kudos

Hi Keerthi,

Is there any specific list of Customers to whom discounted price is being offered?

Why you want to go for BAPI/RFC exclusively, if you just want to pick those customers price data? Is picking from table is not suffice your requirement ( Table: A<table no>) ?

Is there any subsequent activity happening once you pick these customers condition data?

Regards,

Reazuddin MD