Hello All,
Would like to have ur view/coreections on this point -
For downloading the data to the Local drive :
Loop at ITAB. (i have the fields retrieved ITAB)
Write:/000 ITAB-name1,
010 itab-nmae2.
endloop.
In here i use an another loop to write it to the excel:
Concatenate itab-name1 itab-name2 into STR seperated by ','.
append str.
clear str.
Is this an Idean way, as i am looping the iTAB for writing on the list screen as well as for downloading to Excel.
would be glad to have ur feedback.
Regards,
- Sravan