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_GOODSMVT_GETDETAIL

Former Member
0 Kudos

Dear All,

I am dispalying Goods Movement Details.

By using this bapi i am getting all the fields except <b>ordered quantity</b>.

How to get ordered quantity using this bapi or any other similar bapi.

Help needed Urgent.

Thanks & Regards

Hiren K.Chitalia

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

Hi Hiren,

Don't you think the fields ENTRY_QNT(Quantity in unit of entry) or PO_PR_QNT(Quantity in purchase order price unit) is what you want?

These two fields are in the GOODSMVT_ITEMS table.

Regards,

Ravi

Former Member
0 Kudos

Hii Ravi,

It is giving quantity in unit of entry and the other quantity field is neither ordered quantity nor recieved quantity fields.

By using this BAPI how can we display above two fields.

Waiting or your help.

Thanks & Regards

Hiren K.Chitalia

0 Kudos

Use BAPISDORDER_GETDETAILEDLIST to get the ordered qty. This displays LOTS of info about the actual sales order.

Please reward points.