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

Hardcode text to copy in text elements using fm without prog in change mode

Former Member
0 Likes
941

Hi Gurus,

I have a requirement to develop a program in which I am calling another Z* program which have 'Hard Coding texts'. By using Submit I am calling another program in which I want to copy all the Hard code text to be copied in Goto->Text elements->Selection texts.

Suppose I am calling one Z program in which I have Hard coded text like 'Selection Screen Display' in 194 line, now I want to copy this text in text elements in my called program. Is there any function module to do this. Please help me in this.

thanks & regards,

sekhar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
788

Hi

Use FM Read_text to read the texts,

Write_text to write the texts .

Thanks

Ramya

4 REPLIES 4
Read only

Former Member
0 Likes
789

Hi

Use FM Read_text to read the texts,

Write_text to write the texts .

Thanks

Ramya

Read only

Former Member
0 Likes
788

pass the text element from prog one to prog 2 by using export import or any other method..

and in that other program you can access the same.

Read only

Former Member
0 Likes
788

Please go through the documentation for READ TEXTPOOL and INSERT TEXT POOL commands

Read only

Clemenss
Active Contributor
0 Likes
788

Hi,

there Is not any function module to do this.

regards, clemens