2009 Aug 11 10:54 PM
Hello,
we´re creating texts for customers using SAVE_TEXT function module. Looking at XD03 I can see those texts; changing texts using XD02 transaction creates a correct change pointer.
However, SAVE_TEXT function does not create a change pointer.
Can you please tell me what is necessary to create a change pointer as it is happening when using XD02 ? Is there a specific SAVE_TEXT - Change-Pointer function for this?
Thank you for yor help,
Stefan
2009 Aug 11 11:26 PM
If you call SAVE_TEXT thru your program system will not update change pointer you may need to call fm CHANGE_DOCUMENT_CREATE after fm SAVE_TEXT By updating change documents automaticaaly update change pointers also
I don't remember there will be specific fm for updating vendor change documents
a®
2009 Aug 11 11:26 PM
If you call SAVE_TEXT thru your program system will not update change pointer you may need to call fm CHANGE_DOCUMENT_CREATE after fm SAVE_TEXT By updating change documents automaticaaly update change pointers also
I don't remember there will be specific fm for updating vendor change documents
a®
2009 Aug 11 11:40 PM
And also checkfm
· CHANGE_POINTERS_CREATE
· CHANGE_POINTERS_CREATE_DIRECT
, a®