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

ABAP PATTERN

Former Member
0 Likes
387

i want to have an output like this in list:

1.

***

****

*****

******

2. in the word 'america' pick up the no of 'a' and write the total no no of 'a'.

'AMERICA'

I WANT THE CODE OF THIS AND THE WAY TO CODE

PLEASE HELP. REPLIES WILL BE APPRECIATED

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
353

1) what do you mean exactly, you may get lots of snippets which will not correspond to what you really want, for example:

WRITE / : '', '', '*', '***'. Is that okay?

2) search the forum for "letter count". If the threads do not give you the answer you expect, explain why, and then we may help you.

Be careful, be precise in your questions

Read only

Former Member
0 Likes
353

Hello,

This is not tutorials session any way.

You can go to [SAP help|http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3357358411d1829f0000e829fbfe/frameset.htm] for more information on string manipulations.

Thanks,

Augustin.