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

EDIT_TEXT

Former Member
0 Likes
586

Good morning:

I want to ensure that i am doing the things well.

I was calling the edit_text without save flag and i had problems in synchronizing because sometimes in the process the text was not created at the invoice creation.

Now, i have added the save flag and i have added a commit work and wait too after the function call. ¿Is it enough or i would have to called a commit_text?.

Thanks in advance.

regards

4 REPLIES 4
Read only

Former Member
0 Likes
553

I've always used COMMIT_TEXT, not sure if it would work without. Can you try both and see which works?

Read only

0 Likes
553

Iit is always working, the problem is with a user that has slower connection. I need to know if it would wok with the save flag. I have understood it in help.sap.com

Thanks in advance

regards

Read only

Read only

Former Member
0 Likes
553

use commit_text and check the parameters which you have passed , i hope it will work