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

Time Operation: Include RPUCCT00

Former Member
0 Likes
1,979

Hi All.

I have created a Time Operation (Tcode PE04), and have already created the code inside include RPTMOZ00.

I have activated it, and everything looks fine.

The problem is that the system is not generating the standard code on routine pool RPUCCT00, and it's causing a short dump when trying to save the rule with the new operation in it.

Does anyone know how to proceed in order to make it work?

I appreciate any help!

thanks in advance,

Hermes Alves.

Hi All.

I have created a Time Operation (Tcode PE04), and have already created the code inside include RPTMOZ00.

I have activated it, and everything looks fine.

The problem is that the system is not generating the standard code on routine pool RPUCCT00, and it's causing a short dump when trying to save the rule with the new operation in it.

Does anyone know how to proceed in order to make it work?

I appreciate any help!

thanks in advance,

Hermes Alves.

7 REPLIES 7
Read only

Former Member
0 Likes
1,537

is there a maximum number of custom operations that can be created? If so, how can I check it?

I don't know what else to do, looks like no one knows what this problem is, not even google...

Read only

Former Member
0 Likes
1,537

What exactly deos the Short Dump say? Have you checked it in ST22?

Read only

0 Likes
1,537

The short dump says "An indexed PERFORM statement (PERFORM i OF ...) specified an index with a value greater than the number of specified routines.".

That's why I asked about the maximum number of operations. But looking at the standard include where the operation should be inserted (RPTOIP00), I can see a lot of DUMMY calls, that are supposed to be replaced by newly created operations, so why doesn't it insert my operation there?

Thanks...

Read only

0 Likes
1,537

Sorry, your second post was not there when I opened to respond.

Read only

0 Likes
1,537

Did you get it solved. If yes please let me know, we are having the same problem.

Thanks

V

Read only

Former Member
0 Likes
1,537

Hi Hermes,

We are facing this same issue. How did you solve this?

Thanks in advance.

Regards,

Sreenivasan Ravi

Read only

former_member969937
Discoverer
1,537

better late then never - but I had the same problem and found following solution:

run report RPUCT300 to include the new operation / funktion to RPTOIP00