cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms internal table serial number print

Former Member
0 Kudos

Hi All,

If internal table it_ser01[] is having lot of serial numbers but all srial numbers are not in sequece i.e

serial numbers:

1234

1235

1236

1237

1239

1240

1241

1249

1250

1253

1258

1267

1268

1269

1270

As shown above ,if records is in sequence then we need to print the records in range otherwise print the record individually.

i.e.

1234 to 1241

1249 to 1250

1253

1258

1267 to 1270

Please let me give solution on the same that would be helpful.

Thanks & Regards

Alok

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

ok

former_member183879
Active Contributor
0 Kudos

Alok

You can just inform this to your ABAPer, they will easily do it for you.

Basically you have to sort it, find out the range and give the lower limit and upper limit of range, when such a range exists. When no range exists, the individual numbers need to be printed.

ABAPers can very easily do it if you tell them ur reqmt.

Former Member
0 Kudos

hi,

Thanks for giving response but i was talking about smartforms for printing in main window.

Regards

Alok