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: 

VA22 - Text not getting saved in additonal data tab using

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi Ramesh,

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

pls reply.

Thanks

Dan

0 Kudos

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

Otherwise it won';t update..