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

SapScript: Lower Case Text

Former Member
0 Likes
596

Hi all,

I would like to print text symbol(&t001-BUTXT) in lower case. Do we have any formating option for this?

Thanks in Advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
527

Hello,

If you include the field (&t001-BUTXT&), in your SAP Script, this would print exactly the way the data is stored in table T001. i.e. BUTXT will save data in lower cases too. If you have few characters in lower case, those would be printed in lower case.

If you want to print all the characters in lower case, then use ABAP Keyword TRANSLATE ... to lower case.

Hope this helps.

Best Regards,

Murugesh AS

2 REPLIES 2
Read only

Former Member
0 Likes
528

Hello,

If you include the field (&t001-BUTXT&), in your SAP Script, this would print exactly the way the data is stored in table T001. i.e. BUTXT will save data in lower cases too. If you have few characters in lower case, those would be printed in lower case.

If you want to print all the characters in lower case, then use ABAP Keyword TRANSLATE ... to lower case.

Hope this helps.

Best Regards,

Murugesh AS

Read only

0 Likes
527

I would suggest that you change the value of BUTXT in T001 via configuration. Then it will print as you have it in the table.

In transaction SPRO, click Enterprise Structure, Definition, Financial Accounting, Define copy delete check company code.

Regards,

Rich Heilman