hi,
i have the following message interface defined in XI
aaa - element
bbb - element - 1: unbound
ccc - element
basically bbb is like an internal table holding list of values (i.e. ccc )
so in in my abap proxy class program i have to loop thru the values in bbb and store in a local internal table. can anyone give the sample code for looping ? how do i access the values in bbb ?
thks