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

RTEXT

Former Member
0 Likes
899

i had a request to print on screen a text an RTEXT -LTEXT (trasaction xd03) for every kunnr.

how can i do it?

I try the function READ_TEXT because i know the text-id. but in my report i'm in a loop and i need the text for each kunnr. the read_text function does not use the kunnr as parameter. i reallz can not a find a key to get in the rtext.

Thanx.

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
608

You need to give your kunnr in the import parameter NAME of the function module READ_TEXT.

and also you need to provide ID,LANGUAGE,OBJECT

You will all these info from XD03> extras>text> display text> goto--> header

a®

4 REPLIES 4
Read only

valter_oliveira
Active Contributor
0 Likes
608

Hello.

Whats the text-iD?

Best regards.

Valter Oliveira.

Read only

former_member194669
Active Contributor
0 Likes
609

You need to give your kunnr in the import parameter NAME of the function module READ_TEXT.

and also you need to provide ID,LANGUAGE,OBJECT

You will all these info from XD03> extras>text> display text> goto--> header

a®

Read only

0 Likes
608

thanks for the infos. i'm out of office i'll try it tomorow job. and give the points .

Read only

0 Likes
608

solve the problem , thanx a lot 4 ur help.