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

read text

Former Member
0 Likes
464

Hi frnds

In VD03 give a customer number and press enter. On GENERAL DATA screen, click on EXTRAS menu then click on TEXTS from the drop down list. We get the texts here how can we read the texts for that customer?. Can any one help me?.

Thanks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
437

Use READ_TEXT FM.

Thanks,

SKJ

Read only

LeonardoAraujo
SAP Mentor
SAP Mentor
0 Likes
437

The function module is READ_TEXT.

Put a break point in it and call the transaction again.

Through the call stack you will be able to identify who calls is (which program) and the parameters necessary.

In the same way, you will see that, if you create or change a text you use SAVE_TEXT.

DELETE_TEXT is for, well, delete it.

Good luck,

Leonardo De Araujo

Read only

Former Member
0 Likes
437

use read_text passing the right values.