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: 

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

Use FM Read_text to read the texts,

Write_text to write the texts .

Thanks

Ramya

4 REPLIES 4

Former Member
0 Kudos

Hi

Use FM Read_text to read the texts,

Write_text to write the texts .

Thanks

Ramya

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

Clemenss
Active Contributor
0 Kudos

Hi,

there Is not any function module to do this.

regards, clemens