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 net_value truncating at right most,

ayyavaraiah
Discoverer
0 Likes
821

in VA01 iam getting netwr as 4021.76 but by using bapi_salesorder_simulate, iam getting 402 only. How can i get correct value like 4021.76??

in VA01 iam getting netwr as 4021.76 but by using bapi_salesorder_simulate, iam getting 402 only. How can i get correct value like 4021.76??

2 REPLIES 2
Read only

TMSingh_SAP
Participant
0 Likes
718

Hi

how can one know that how are you calling BAPI and what passing what parameter ?

VA01 ..you do manually so fine

share those details in thread

Thanks,

Mohan

Read only

ayyavaraiah
Discoverer
0 Likes
718

I got the solution.

I have passed quantity by multiplying 1000 to BAPI_SALESORDER_SIMULATE and after receiving the result divided by 100.