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: 

Work orders delivered quantity in coois

Former Member
0 Kudos

Hi Experts,

May I ask how can I obtain the delivered qauntity of a WO line item?

I looked at 'Technical Information', it shows the field is 'CAUFVD-GWEMG'.

Path:

T-code: coois > select an order >Delivered

In addition, I want to ask how to trace back to the table field. As I check in Technical Information, it may not be a table field and I do not know how to trace.

BR,

King

1 REPLY 1

former_member223981
Active Contributor
0 Kudos

Hi King,

It is obtained from field AFPO-WEMNG (Quantity of goods received). When entering CO02, CAUFVD-GWEMG gets its valus at the following code:

SAPLCOKO1 FORM ORDER_CHANGE (Include LCOKO1F4H)

*************************************************

caufvd-gwemg = caufvd-gwemg + afpod-wemng.

*************************************************

Hope this helps.