cancel
Showing results for 
Search instead for 
Did you mean: 

To print text in sapscript

Former Member
0 Kudos

In transaction QM03, after I enter the notification number, in the "subject" tab I have some text written . I want to print this text in the sapscript. I tried using "read_text" function module. But only partial text comes in the script.

So i want to use "include" in the sapscript.

please tell me how to use it and the syntax for the same

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Include command syntax is

/: INCLUDE <TEXTNAME> OBJECT <OBJECT> ID <ID> LANGUAGE <en>

/: INCLUDE &THEAD-TDNAME& OBJECT &THEAD-TDOBJECT& ID &THEAD-TDID& LANGUAGE <EN>

REGARDS

ANJI

Former Member
0 Kudos

But my driver program is not standard. I have a y-report in which i execute the program, then enter the notification number and then execute. So will this include work. I do not execute through the tcode QM03.

Please help ASAP