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_CREATEFROMDAT2

Former Member
0 Likes
426

Hi,

I am creating order with this bapi BAPI_SALESORDER_CREATEFROMDAT2

but if i pass negative quatity or negativalue its getting dump.

How to handle this in this situvation.

Thanks

Ravi

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
382

Hello,

If you pass the negative value or quantity .. you are trying to create an revesre order for that order.

You need to create an order which has the reversal order type. Check your business process before generating a reverse order.

Regards,

Naimesh Patel

Read only

0 Likes
382

Thanks, I got solution