‎2008 Apr 15 11:34 AM
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.
‎2008 Apr 15 11:36 AM
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.
‎2008 Apr 15 11:36 AM
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.
‎2008 Apr 15 11:38 AM
hello,
Can you explain your requirement with fields.
Cheers,
~Srini...
‎2008 Apr 15 2:15 PM