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
439

Hi ,

Iam creating Sales order from Acess Frontend using fn. module BAPI_SALESORDER_CREATEFROMDAT2.

Every thing is working fine.

But, the problem is , in Acess Frontend , if I give 5 line items with all details(including quantity) ,

in SAP I am not able to see the quantity details from 3rd line item onwards.

I kept a debug point at BAPI_SALESORDER_CREATEFROMDAT2. Initially am able to see the quantity details for all line items....

But, finally when the sales order is created and when I go to VA02 the quanitity details from 3rd line item is missing.

What could be the problem?

Please help.

Shivaa..

2 REPLIES 2
Read only

Former Member
0 Likes
415

Hello,

Check how it is updating the 1 and 2 nd line items quantity value.

Then u can find out the problem y the 3rd line item quanity is not updating.

Read only

Former Member
0 Likes
415

Hi Shiva,

Please try to create a SO with the same data through VA01. I think there we may get some IDEA.

Kiran