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

Copy Preddefined text

Former Member
0 Likes
602

Hi All,

I m calling a transaction IQS1 (Create Notification) through my Z program.I need to transfer the predefined text in the long text field in the same.How can i copy the same.

Regards

Lalit

4 REPLIES 4
Read only

Former Member
0 Likes
564

Use FM "SAVE_TEXT".

Best regards,

Prashant

Read only

Former Member
0 Likes
564

How i can use the FM save_text as i have to display the same on the standard screen of IQS1

Read only

Former Member
0 Likes
564

HI,

Find out a user Exit of IQS1 which is hit when you SAVE the Notification.

In the User Exit , use FM "SAVE_TEXT" & pass the required values.

Now goto IQS2 or IQS3 to view the long text.

Best regards,

Prashant

Read only

Former Member
0 Likes
564

But I dont have to save the notification,,Users can change the text and save the notification manually...