hi
i have int table with following value. it has amount field. if u take follwing data it show 4 lines in output using at new or nested at new. can anybody tell how to use nested at new for bukrs and date fields to get 4 lines in putput.
itab-bukrs = 'aaa'.
itab-faedt = '20090101'.
itab-amt = '1'.
itab-bukrs = 'aaa'.
itab-faedt = '20090102'.
itab-amt = '2'.
itab-bukrs = 'bbb'.
itab-faedt = '20090101'.
itab-amt = '1'.
itab-bukrs = 'bbb'.
itab-faedt = '20090101'.
itab-amt = '1'.
itab-bukrs = 'ccc'.
itab-faedt = '20090101'.
itab-amt = '1'.
thanks
manoj