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

Module Pool problem

Former Member
0 Likes
792

Hi Guys

I am stuck at what I think is a basic problem in module pool.

I have to use some texts on my output screen, the values of those texts is dynamically determined through text elements.

The problem is I dont know where these text elements are maintained and how do i use them on my screen.

When I click on the text the names are maintained as

%#AUTOTEXT006 or %#AUTOTEXT005, I guess they are dynamically maintained.

Its a subscreen on a std program (IW53) That I am changing in a customer exit.

I hope the problem is clear, please let me know if you want more details.

Regards

Sameer

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
499

These texts were created on screen painter SE51 without any reference to anything, so the system give them these 'autotext' name. You maintain these in SE51, or translate via SE63. These are not text-elements of a program.

Regards

Read only

0 Likes
499

Thanx Raymond

That clearerd my misconception.