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

Download Text Elements

Former Member
0 Likes
1,536

Dear All,

I have searched in the forum regarding the following scenario:

1. Download of Text Elements used in Program.

2. Download of Text Elements used in a Custom Screen of a Program.

3. Download of Text Elements used in a GUI Status & GUI Title of a Program.

4. Download of Text Elements used in a Menu Bar of a Screen of a Program.

I got the answer for my Question 1.

Answer: Use the FM RS_TEXTPOOL_READ.

But, I did not get the answer for the other mentioned Questions.

Request you to let me know how to achieve this !

Regards,

Deepu.K

2 REPLIES 2
Read only

alex_campbell
Contributor
0 Likes
860

I was unaware that Screens, GUI Statuses, GUI Titles, and Menu Bars had their own Text Elements. I thought they were all stored in the same pool of Text Elements in the main program. How does one get to these separate Text Elements?

Read only

Former Member
0 Likes
860

Screens, GUI statuses, titles, menu bars and Includes don't have their own text-elements.

A program or a report in whole has a single text-element pool.

Try SAPLINK.

You can download the text elements using object type REPT.

In case you want to download the menu bars, screens etc. in one go, SAPLINK will be the best option to do so.