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

Problem in Create_Text FM

Former Member
0 Likes
357

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

1 REPLY 1
Read only

Former Member
0 Likes
290

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