Hi All,
Can any one give me logic to do the following:
I have item text(boxno,boxqty)
d.no:12345
item 10
p_box_qty[] = 1,1
p_box_num[] = 1,2
I am reading the same structure using READ_TEXT function module into a internal tabel t_lines like lines.
for a perticuler delivery no for perticular item.
that means for boxnum 1 qty 1
boxnum 2 qty 1
so
p_box_qty[] = 1,1
p_box_num[] = 1,2
in above structure only ihave to take 1,1 for qty and 1,2 for boxnum .i need to pass these values to a final internaltable .
Please suggest me.
Thanks in Advance.
Thanks&Regards.
Ramu.