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

Pattern Printing in ABAP

Former Member
0 Likes
1,357

Hi All

I am trying to print the below pattern in abap but not able to figure out how to write the code in abap to get the desired output.

when input = 3.

o/p - 333

323

313.

when input = 4.

o/p - 4444

4434

4424

4414

Hi All

I am trying to print the below pattern in abap but not able to figure out how to write the code in abap to get the desired output.

when input = 3.

o/p - 333

323

313.

when input = 4.

o/p - 4444

4434

4424

4414

2 REPLIES 2
Read only

michael_piesche
Active Contributor
1,065

Is that a homework assignment? I am missing the business use case. Your question lacks clear information about your actual problem.

Read only

Sandra_Rossi
Active Contributor
1,065

It seems obvious, so I'm afraid to not understand your issue. What did you try, where are you stuck?