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

while looping

Former Member
0 Likes
424

Hi friends,

my requirement is

while looping..

if the invoice no is same

then it should add the box No's.

can any one help me.

pls send the sample code.

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
403

add it to what? To internal table.

Try and use field-symbols while looping and than say <line>-box_no = 1234.

Internal table will automatically be updated.

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
404

add it to what? To internal table.

Try and use field-symbols while looping and than say <line>-box_no = 1234.

Internal table will automatically be updated.

Read only

Former Member
0 Likes
403

hello,

Can you explain your requirement with fields.

Cheers,

~Srini...

Read only

Former Member
0 Likes
403

question is solved