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

VA22 - Text not getting saved in additonal data tab using

Former Member
0 Likes
693

Hi Experts,

In Tcode : VA22 and in tab "Additional Data B" (after pressing doc header details icon) i have a text editor control. When i enter some content into the control

& save it and exit from the VA22 trans, the text is not getting saved. But before coming out of VA22 if i save it again

by pressing 'SAVE' the entered content in the text control will get save therefore double saving is required.

I want the entrered TExt in the control to get saved on clicking the SAVE only once.

Could someone please tell me where i went wrong?

thanks

Dan

Hi Experts,

In Tcode : VA22 and in tab "Additional Data B" (after pressing doc header details icon) i have a text editor control. When i enter some content into the control

& save it and exit from the VA22 trans, the text is not getting saved. But before coming out of VA22 if i save it again

by pressing 'SAVE' the entered content in the text control will get save therefore double saving is required.

I want the entrered TExt in the control to get saved on clicking the SAVE only once.

Could someone please tell me where i went wrong?

thanks

Dan

3 REPLIES 3
Read only

Former Member
0 Likes
620

u need to use READ_TEXT & WRITE_TEXT & SAVE_TEXT & COMMIT_TEXT to place text in SAP.

Read only

Former Member
0 Likes
620

Hi Ramesh,

Do i need to use COMMIT_TEXT as i am using 'commit work' explicitly?

pls reply.

Thanks

Dan

Read only

0 Likes
620

hi u should use the COMMIT_TEXT ... after the SAVE_TEXT.

Otherwise it won';t update..