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

Structure contains data or not

Former Member
0 Likes
1,290

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

5 REPLIES 5
Read only

Former Member
0 Likes
992

Hi shilpa,

Structure does not contains any data. You can use fields NETWR, BRTWR, NETPR from table EKPO .

Jitendra

Read only

Former Member
0 Likes
992

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.

Read only

0 Likes
992

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

Read only

Former Member
0 Likes
992

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.

Read only

Former Member
0 Likes
992

Thanks for ur answers I will check the data elements.