‎2007 Mar 22 6:50 AM
Hi all,
I have created one custom FM with BDC for QM01 notification. And in that I had used create_text FM to handle long text which will be passed from the FM input parameter. When I execute my FM, it will create notification no.. Afterwards when I check this notification no. in QM02, the long text is not inserted in the box, But I am able to see this text in WordPad. And when i come back to initial screen its not asking for save option as standard FM (create_text) is doing.
And I pass the save_direct parameter as 'x' in create_text.
Plz do the needful.
thanx,
Sathish
‎2007 Mar 23 1:23 PM
Hi Sathish,
Call function module <b>COMMIT_TEXT</b> after the CREATE_TEXT function module. This should confirm the changes to the LUW to the database.
Regards,
Aditya