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: 

SAVE_TEXT problem

Former Member
0 Kudos

Hi Experts,

I'm facing strange problem in user exit MV45AFZB,My requirement is to copy the custom header text in VA01 to all the item text .I"m able to do this successufully .......but the problem is the incompletion log still throws up......we have the text made mandatory in VOTXN for both header and item.......The header text is entered by the user and when he once does this using READ_TEXT i'm reading it and then using save_text i'm saving this to items........this get copied sucessfully but the incompletion log still shows up for the item..........i dont understand why.........Please come up with some solution

More over when i manually go to the text and place the cursor there on the text and press enter the incompletion log goes off..........this strange this is happing to me......can u guys suggest

2 REPLIES 2

Former Member
0 Kudos

Hello

Use FM 'COMMIT_TEXT' after call 'SAVE_TEXT'


    CALL FUNCTION 'COMMIT_TEXT'
       EXPORTING
            OBJECT   = FOBJECT
            NAME     = FNAME.

Former Member
0 Kudos

I've resolved it by myself