Skip to Content
0
Former Member
Feb 10, 2009 at 05:59 AM

read data from a deep structure

531 Views

Hi Experts,

To display the total amount on each row in a form after doing some calculation I have to fill an internal table and modify it.

Regarding this i have few Queries:-

I have to read data from a deep structure which is INVOICE_S_PRT_INTERFACE -> ITEM_DETAIL (table type INVOICE_T_PRT_ITEM_DETAIL which is of structure type INVOICE_S_PRT_ITEM_DETAIL) and having VBDPR structure in it.

From this VBDPR i have to read POSNR, matnr, netpr mwsbp and perform calculation on netpr & mswbp to displat total in a new column on each row.

I dont no how to access this VBDPR structure data which is line item data.

If i can get these line items in a internal table i can perform calculation.

Please tell me what are the types, internal table i have to define and how to read this data.

Regards,

Nik