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_SALESORDER_SIMULATE - Avoid Availability Check

Former Member
0 Likes
1,464

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,085

Hi Sujan,

I have a similar requirement, would it be possible for me to E-mail my questions for some help.

Thanks & Regards,

Pavan

Read only

0 Likes
1,085

Id like to know as well.

Any solution to this?

Read only

Former Member
0 Likes
1,085

Try using the FM

BAPI_REQUIREMENTS_GETDETAIL

Reward points if useful.

Regards,

Abhishek raj.

Read only

martin_dietiker
Explorer
0 Likes
1,085

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

Read only

SujeetMishra
Active Contributor
0 Likes
1,085

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

Read only

0 Likes
1,085

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