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

method for saving the text as variant.

Former Member
0 Likes
771

Hi all,

I wanted to know if there is any method to save the text entered in an object created by a method(), to the variant of the program. Let me know if there is some method for this.

Thanks.

Warm regards,

Harshad. M

Hi all,

I wanted to know if there is any method to save the text entered in an object created by a method(), to the variant of the program. Let me know if there is some method for this.

Thanks.

Warm regards,

Harshad. M

3 REPLIES 3
Read only

former_member226519
Active Contributor
0 Likes
709

I don't understand your request, but there are function modules to handle variants.

See function group SVAR or fm RS_VARIANT*

Read only

rainer_hbenthal
Active Contributor
0 Likes
709

If you want to save the text entered by the cl_gui_textedit you can save that in a paramter with type string. This mus be hidden otherwise string is not allowed.

You have to combine the the textlines from the editor into the single string by choosing a special character where you can split that afterwards to get a texttable again.

If this is not what you're looking for you need to give more details.

Read only

Former Member
0 Likes
709

Resolved