‎2006 Dec 21 10:50 AM
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
‎2006 Dec 21 10:52 AM
use READ_TEXT and SAVE_TEXT function modules to save the long text
‎2006 Dec 21 10:52 AM
use READ_TEXT and SAVE_TEXT function modules to save the long text
‎2006 Dec 21 10:56 AM
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
‎2006 Dec 21 11:01 AM
Hi,
the Notification transaction uses the FM <b>LANGTEXT_ONLY</b> to update the Long text .
Check out if this works