Hi All,
I have enhanced the masterdata attributes datasource in R/3 with a field A from the table T which contains MANDT, A and B as key fields in the table T.After enhancing my data source, I wrote a code as "select A from T into extractstructure-ZZA(mydatasource) where B = extractstructure-B."And B is already available in my datasource.Table T contains multiple number of values for A with respect to single value for B.For example, For a "500" value for B, table caontains 1,2,3,4,5 values of A.But by the given code it is getting only value "1" for A into my datasource, and not getting remaining values.Please suggest.
Thanks.
Edited by: BI 10 on Sep 11, 2009 8:14 AM
Edited by: BI 10 on Sep 11, 2009 8:15 AM