‎2007 Nov 29 1:19 PM
Hi,
i need to append the same set of field values multiple times to internal table..
how to achieve this?
scenario is like this:
i am getting values from database and appending to internal table
while subsequently i need to append the same set of values as 2nd and 3rd line etc.....while doing i need to change the one field value(this is not from DB table). should be hard coded...
‎2007 Nov 29 1:24 PM
then in where condition u can say that
field = ' 1' or
field = '2' or
field = '3'.
‎2007 Nov 29 7:29 PM