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

Write to Cluster & User Exit.

Former Member
0 Likes
670

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.

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
Read only

FredericGirod
Active Contributor
0 Likes
613

Hi,

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

Rgd

Frédéric

Read only

Former Member
0 Likes
613

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,

Read only

Former Member
0 Likes
613

I copy PT60 to ZPT60 program to solve my problem.