Hi,
I am working on a datasource (sales) which is based on function module. here i am trying to pull data from a field FKIMG (billed qty) from VBRP table . Here line item data is summed up and showing the total amount.
For example: the data fed in the delivery document vl03:
the delivery item: 10, material 2200, del. qty - 1188 and in the mult.batch indicator: we have more entries. when we expand and go into it we have again delivery item numbers with del. qty 10=0, 200001=5, 200002 =1183 with corresponding entires total summing up to 1188.
No in the delivery document it shows total amount 1188 against 10.
and the same thing is fed into the table, which has only one entry in the vbrp.
when extracting the data into the datasource it is showing only one entry against delivery item data = 1188. but i want to shows data individually
i.e. 10 =0, 200001=5, 200002 = 1183.
can anyone write a code for this ?
Thanks,
rani