Application Development 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: 

FM SAVE_TEXT saves text in capital letters

former_member295881
Contributor
0 Kudos

Hello Experts,

I've trying to update a text object using SAVE_TEXT. It work as I'm able to update the text, however, the issue is since I've made the update the whole text appears in capital letters

Here is the input parameters, which I pass to FM.

Does anybody see if I'm making any mistake and advise how to rectify it, please?

Many thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

do you use FM via SE37? Than try this:

Regards, Dieter

5 REPLIES 5

Former Member
0 Kudos

Hi,

do you use FM via SE37? Than try this:

Regards, Dieter

0 Kudos

Many thanks Dieter. Indeed it was the checkbox you've mentioned which wasn't checked. I checked it and issue was resolved.

Former Member
0 Kudos

Hello zero cool, nice hackers reference.

The always caps is probably due to the way the domain is built for your field.

Creating Domains - Application Development on AS ABAP - SAP Library

can show you how to check the domain you are looking for.

You likely just need to place a check in the Lower Case check box.

Please mark if this is helpful or the answer you needed.

Former Member
0 Kudos

Both of the above have real potential.  It will depend on what you are doing to run the FM and what the surrounding code looks like.

A few snippets would be very helpful in analyzing your problem.

Neal

Mohamed_Mukhtar
Active Contributor
0 Kudos

Hello ,

Can you try the same by creating a program and use FM SAVE_TEXT .

Thanks