‎2010 Mar 07 5:22 AM
Dear experts,
My doubt is whether Structure contains data or not. There is one structure MEPO1235 which has fields VALUE01 to VALUE05 I want to use this fields in my report. This fields are from ME23N purchase order. I also want to know whether this fields are present in EKKO or EKPO table.
Which is the field which contains total purchase order value in EKKO or EKPO table Like we have in vbrk the field is NETWR which holds total value.
Thanks in advance
‎2010 Mar 07 6:06 AM
Hi shilpa,
Structure does not contains any data. You can use fields NETWR, BRTWR, NETPR from table EKPO .
Jitendra
‎2010 Mar 07 7:46 AM
Hi thanks for ur answer.
No my doubt is In ME23N is using the structure MEPO1235.
From where this structure is filling the data.
Thanks in advance.
‎2010 Mar 07 10:25 AM
hi,
Ordered quantity is filling from EKPO-MENGE Ordered value from EKPO-NETWR . if there is two line item in PO this will be sum of both lines.
Delivered quantity If you have delivery schedule for the PO then it coming from EKET-WEMNG (else you have to calculate it from MSEG-MENGE) and Delivered Value = EKET-WEMNG * EKPO-NETPR
Still to deliv. Quantity = EKPO-MENGE u2013 EKET-WEMNG and Value = Quantity * EKPO-NETPR.
Invoiced this is coming from EKBE base MIRO document
Jitendra
‎2010 Mar 08 12:59 PM
Hi...
Structures will have data only at runtime.
Check the data elements of the fields VALUE01 VALUE05 and then check the same data elements in standard tables EKKO and EKPO.
Regards,
Lokeswari.
‎2010 Mar 09 5:54 AM