Skip to Content
0
Former Member
May 30, 2008 at 01:23 PM

accessing data from a table type generated in abap proxy for XI Msg intf

439 Views

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