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: 

Form routine FUZITAX could not be found in program RPCALCX0

Former Member
0 Kudos
1,654

Hi Gurus,

                 I have come across a strange problem . I have developed an income tax application and now I want to run it on payroll. I have added an implicit enhancement in the program RPCALCX0. Now I have added my implicit enhancement  in include PCBURZ990 and have added my include program in the created enhancement. Now when I create the function in PE04 and press the source code button it give me a message that the Routine does not exist with the name FUZITAX. Keep in mind that I have already declared the routine with the name FUZITAX in my include program and added my code in it.

regards,

1 ACCEPTED SOLUTION

345

Could you please try this.

1.Activate all enhancments.

2. Open the report RPCALCX0 in se80

3. Right click ->Other functions -> rebuild object list.

4 REPLIES 4

346

Could you please try this.

1.Activate all enhancments.

2. Open the report RPCALCX0 in se80

3. Right click ->Other functions -> rebuild object list.

0 Kudos
345

Thanks Kumar Gaurav Problem resolved.

0 Kudos
345

Kumar will you please tell me how i can get the program names in source code list if possible. right now I have gotten my code in the source code. I want the program name RPCALCX0 when I double click it will give my code to me.

Regards,

0 Kudos
345

Many Thanks my friend. I had the same problem and I followed your solution and it worked!