problem here is when i am filtering the data for the Itemlistbox
i am catching filtered data in the String
and then setting it to a Structue IT_CAR as
Z_CAR_DATA car= new Z_CAR_DATA()
car.setMake(make)
............
///////
next adding this car to the RFC
wdcontext.currentRFC.modelobject.additcar(car).
not i will get the filtered ddata in table . along with some
extra data in the table .
now i need to catch the row data then again set it
IT_CAR (which i have done above )
data i am setting is not going to IT_CAR structure .
because after i get the data in the IT_CAR strucure i can
data this to the RFC .
can any one help me out with this issue .
i need to get the row of the table and then set it
to a structure which iam not able to .