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

Query in Function Module

Former Member
0 Likes
429

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
Read only

arjun_thakur
Active Contributor
0 Likes
404

hi,

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

' ' Determine update mode automatically.

I hope it helps.

regards

arjun

2 REPLIES 2
Read only

arjun_thakur
Active Contributor
0 Likes
405

hi,

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

' ' Determine update mode automatically.

I hope it helps.

regards

arjun

Read only

Former Member
0 Likes
404

Try using

COMMIT_TEXT

after the SAVE_TEXT.