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

Change Pointer for SAVE_TEXT

Former Member
0 Likes
682

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

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
558

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

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
559

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

Read only

former_member194669
Active Contributor
0 Likes
558

And also checkfm

· CHANGE_POINTERS_CREATE

· CHANGE_POINTERS_CREATE_DIRECT

, a®