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

TEXT ELEMENTS - Where are they saved???

bettinasilveira
Participant
0 Likes
599

Hi!!!

I have a question for you.

I have a text string and I need to find in which program is used. I tried with those Z programs that search in the code, but I didn't find anythig.

I think that that text might be in a text element.

So, the question is:

Where or how I can see the reports text elements. I don't know the report name, so I need to look through all those texts to find my string.

Thanks in advance.

Bettina

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
562

Hello,

You have to use the READ TEXTPOOL statement for this.

BR,

Suhas

Hi!!!

I have a question for you.

I have a text string and I need to find in which program is used. I tried with those Z programs that search in the code, but I didn't find anythig.

I think that that text might be in a text element.

So, the question is:

Where or how I can see the reports text elements. I don't know the report name, so I need to look through all those texts to find my string.

Thanks in advance.

Bettina

2 REPLIES 2
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
563

Hello,

You have to use the READ TEXTPOOL statement for this.

BR,

Suhas

Read only

0 Likes
562

Thanks!!!!