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: 

Reading customer master text.

Former Member
0 Kudos

Hi,

The requirement is to get the text for the customer.

If we go to xd03,extras->text.there we can see the text for that customer.

This we can get from Read_text.if we are checking for one customer then we can get the data from STXH/STXL table and can use read_text.

But the requirement is to get the list of customer and their relevant text.

Can anyone help on this??

While debugging the FM READ_TEXT, we found this uses a import statement:

import tline to rt_lines

from database stxl(tx)

client rt_client

id stxl_id

IGNORING CONVERSION ERRORS.

Here, this STXL is the table which have the text lines, and the program picks up this data using the ID (TX). Can anybody help us to understand from where this table using the id TX is picking the text lines.

Thanks in Advance,

Krithiga.

1 REPLY 1

Former Member
0 Kudos

Answered