‎2006 Dec 21 10:36 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 11:14 AM
u need to use INIT_TEXT & SAVE_TEXT & COMMIT_TEXT for passing long text to SAP.