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: 

Write to Cluster & User Exit.

Former Member
0 Kudos

Hi..

I try to create modification on PT60. I write my code in User Exit HRPTIM04, where my code is writing data to Cluster B2.

But unfortunately after Calling User Exit Function, there is Update proses (Perform Update_Buffer) in PT60 and re-write data from memory to Cluster B2 and i lost my first data (updated by PT60).

I try to search another User Exit after Update Buffer proses, but i didn't found it.

I need any advice for this problem.

Thanks.

3 REPLIES 3

FredericGirod
Active Contributor
0 Kudos

Hi,

why didn't you modify the value of the cluster B2 in the memory ?

Rgd

Frédéric

Former Member
0 Kudos

Hi Frédéric,

Yes i try to modify the value of the cluster B2 (table ZL ) in the memory. But, i cann't Export this data through RP-EXP-C2-B2. If i donn't export it, my new data unsaved.

Thanks,

Former Member
0 Kudos

I copy PT60 to ZPT60 program to solve my problem.