‎2006 Sep 13 1:44 AM
Hi ABAP gurus,
Requirement:
A e-commmerce application will be calling a remote functioanlity on SAP to check the price for a customer/material combination. The RFC should return the price the same way as the Sales Order works.
I am currently using BAPI_SALESORDER_SIMULATE but this FM does availability check also. I want to avoid the availability check and make it more optimal.
Please suggest if there is a FM that just returns the Pricing information.
Thanks in advance
Just
Sujan
‎2007 May 30 3:56 PM
Hi Sujan,
I have a similar requirement, would it be possible for me to E-mail my questions for some help.
Thanks & Regards,
Pavan
‎2008 May 08 1:24 AM
‎2008 May 08 1:37 AM
Try using the FM
BAPI_REQUIREMENTS_GETDETAIL
Reward points if useful.
Regards,
Abhishek raj.
‎2013 Aug 13 9:36 AM
Hi Experts,
As I did not see any solution to the original problem I assume there is no, or could someone provide with a solution or workaround.
I have exactly the same problem Sujan Gade. And I think there should be a solution to that but only not published here.
Regards Martin
‎2013 Aug 13 9:48 AM
Hello Sujan,
Did you check FM RV_GET_CONDITION_TABLES ? or you can copy the BAPI_SALESORDER_SIMULATE and skip the availability check part.
Regards,
Sujeet Mishra
‎2013 Aug 22 8:56 AM
Thanks for the reply.
It looks like there is no easy way to skip this check except SAP providing an according parameter in this BAPI. Hope they are going to do it some time .
Have a nice day