cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change Pointers in GTS

dean_hinson2
Active Contributor
0 Likes
2,036

Hello,

Implemented change pointers to capture when a product from ERP is transferred to GTS. The logical system group has a number of ERP systems. The idea is if the material change date in /SAPSLL/PR changes, a change pointer is created so that classifications that are already present are sent to the ERP system.

However, no change pointers are being generated for table /SAPSLL/PR. The fields I have configured are KEY, CHTSP, and CRTSP.

I used Message Type /SAPSLL/BRKR_PROD_RPLCTN_REQ as a guideline and have activated to review and monitor.

So, I am not sure why change pointers are not being generated for what I configured.


Any Ideas?

Regards, Dean.

View Entire Topic
former_member215181
Active Contributor
0 Likes

Hi Dean,

Ok, I was wrong. After checking the program code in GTS 11.0, I can see that Change Pointers ought to be written whether the Product is maintained directly in GTS or via the interface - in both cases, Method SAVE_OBJECTS (/SAPSLL/CL_PR) is called, which includes the writing of Change Pointers.

If you are testing by transferring changes to an existing Product, have you checked that your trigger field CHTSP is actually changing? If it is, then it might be necessary to debug the code to find out what is going wrong.

Sorry that I couldn't help more this time.

Regards,
Dave

dean_hinson2
Active Contributor
0 Likes

Hello Dave,

You are always great help. It is always appreciated.

Regards, Dean