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 Task Long Text

Former Member
0 Likes
1,505

Hi All,

Please solve my problem,

i am using BAPI_SERVNOT_ADD_DATA so i am not able to insert task long text so please gave me solution for this problem..

ls_bapi2080_notfulltxti-objtype = 'QMSM'.

ls_bapi2080_notfulltxti-format_col = '=X'.

ls_bapi2080_notfulltxti-text_line = t_notification_item-long_text.

APPEND ls_bapi2080_notfulltxti TO lit_bapi2080_notfulltxti.

i am passing thses parameters in BAPI....

so tell me i am going on right direction or not.

Thank

Amit Nigam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
694

use READ_TEXT and SAVE_TEXT function modules to save the long text

3 REPLIES 3
Read only

Former Member
0 Likes
695

use READ_TEXT and SAVE_TEXT function modules to save the long text

Read only

0 Likes
694

Thank for answer,

if any other way to solve task long text through BAPI. and even save_text FM is also not working for task long text notification...

Thanks

Amit nigam

Read only

0 Likes
694

Hi,

the Notification transaction uses the FM <b>LANGTEXT_ONLY</b> to update the Long text .

Check out if this works