Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

append internal table

Former Member
0 Likes
447

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...

2 REPLIES 2
Read only

Former Member
0 Likes
417

then in where condition u can say that

field = ' 1' or

field = '2' or

field = '3'.

Read only

Former Member
0 Likes
417

resolved by myself