Application Development 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: 

Query in Function Module

Former Member
0 Kudos

Hi all,

I have a requiremnet which requires me to add text into the long text tab of a Business Partner.

I am using the Function Module 'SAVE_TEXT' to accomplish the task.

I am able to successfully add a new text when there is no text in the Long Text tab of the Business Partner.

But when I try to update the text in the Long text tab where a text already exists then I am not able to update.

Please guide me on how to update text in the Long Text tab of a Business Partner.

Regards,

Vijay

1 ACCEPTED SOLUTION

arjun_thakur
Active Contributor
0 Kudos

hi,

In the Function Module 'SAVE_TEXT', set exporting parameter INSERT = ' ' .

' ' Determine update mode automatically.

I hope it helps.

regards

arjun

2 REPLIES 2

arjun_thakur
Active Contributor
0 Kudos

hi,

In the Function Module 'SAVE_TEXT', set exporting parameter INSERT = ' ' .

' ' Determine update mode automatically.

I hope it helps.

regards

arjun

Former Member
0 Kudos

Try using

COMMIT_TEXT

after the SAVE_TEXT.