‎2005 Apr 04 7:36 AM
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.
‎2005 Apr 04 8:52 AM
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
‎2005 Apr 04 8:52 AM
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
‎2005 Apr 04 3:13 PM