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

Notification long text

Former Member
0 Likes
585

Dear All,

The notification long text filled in 3rd party software and it passing through XI. Through function module I am updating the long text in the IW22. This long text is filled 132 characters only but I need to fill more than 132 characters through this integration. where I can do the changes.

Thanks and regards,

Krish...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

Hi,

If you are sing SAVE_TEXT or WRITE_TEXT FM, you need to read all the characters and loop through tline internal table and pass it to the FM.

Hi,

If you are sing SAVE_TEXT or WRITE_TEXT FM, you need to read all the characters and loop through tline internal table and pass it to the FM.

2 REPLIES 2
Read only

Former Member
0 Likes
509

Hi,

If you are sing SAVE_TEXT or WRITE_TEXT FM, you need to read all the characters and loop through tline internal table and pass it to the FM.

Read only

Former Member
0 Likes
508

Hi Krish,

It would be great if you can share the solution. How did you solve this problem? I am currently facing the same issue.

Thanks,

Mittal