2012 Dec 25 6:16 AM
pz send me the source code of simple number pattern loop program
1
12
123
1234
12345.
Moderator Message - Spoon-feeding is not encouraged. Try to code with your own effort & if stuck get back to the forums.
Message was edited by: Suhas Saha
pz send me the source code of simple number pattern loop program
1
12
123
1234
12345.
Moderator Message - Spoon-feeding is not encouraged. Try to code with your own effort & if stuck get back to the forums.
Message was edited by: Suhas Saha
2012 Dec 25 6:37 AM
Hi,
It is basic question,Your discussion may be LOCKED.
try like this
do n times "here n= 5.
lv_var1 = lv_var.
lv_var = sy-index.
concatenate lv_var1 lv_var into lv_var.
write lv_var.
enddo.
Thanks..
Gourav.
Moderator Message - Instead of notifying the OP of the "basicness" of his query & responding to it, hit the "abuse" button.
Message was edited by: Suhas Saha
2012 Dec 25 7:12 AM
Hi,
parameters no type i.
data : no1,cnt,cnt1 type i.
cnt1 = 0.
do no times.
do cnt times.
cnt1 = cnt1 + 1.
write : cnt1.
enddo.
write : /.
cnt = cnt + 1.
cnt1 = 0.
enddo.
Again : Basic question.
Please move to points free question
Avirat
2012 Dec 25 7:45 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |