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
359

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 REPLY 1
Read only

Former Member
0 Likes
288

u need to use INIT_TEXT & SAVE_TEXT & COMMIT_TEXT for passing long text to SAP.