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: 

method for saving the text as variant.

Former Member
0 Kudos

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

former_member226519
Active Contributor
0 Kudos

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

See function group SVAR or fm RS_VARIANT*

rainer_hbenthal
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

Resolved