Application Development 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: 

BAPI Simulate Sales order issue

Former Member
0 Kudos

When iam using the BAPI for sales order simulation, it is giving the netvalue of item as

NET_VALUE field in the item out table( Description: Net value as num. field - 00000901 equals 9,01 ). How to change that value into actual currency amount ie into vbap-netwr.

In debugging the value is

I_BAPIITEMOUT[1]-NET_VALUE NUMC 15 000000000005000.

The actual value should be P 12

value: 50.0000.

1 REPLY 1

Former Member
0 Kudos

Just we need to divide it by 100.

This is standard method that will be followed by SAP standard programs also.