cancel
Showing results for 
Search instead for 
Did you mean: 

Error on click of Source Text RPCBURZ0 while Creating Custom Function Type using PE04

Former Member
0 Kudos

I am creating a custom function type Z2010 as a copy of P2010 standard function type.I have saved the subroutine inside the include RPCBURZ0. When I am clicking on the Source Text of custom type in PE04 transaction It's not going to the subroutine. I am getting an information message "FUZ2010 could not be found in program RPCALCU0".

Accepted Solutions (0)

Answers (5)

Answers (5)

antoine_foucault
Active Contributor

Hi Maroof,

mmmm, maybe you could you try SE38 -> RPCALCU0 -> View source code then Menu -> utilities -> update navigation index. After that back to PE04 for function Z2010 and then Source text to check if this solves your issue?

By the way my custom function for US payroll report are held in include PCBURZUS0.

The RPCBURZ0 you are mentioning is an include that is for developing Customer-Specific Operations; also it's not a country specific include so actually all your coding in this include will affect all RPCALCx or HxxCALCx reports.

Antoine

antoine_foucault
Active Contributor
0 Kudos

mmm...I think you should try SE38 -> RPCALCU0 -> View source code then Menu -> utilities -> update navigation index

Yes, better with access key than implicit enhancement but you are the boss...

I usually create an Z include and declare it into de PCBURZxx0 of the country I am working on so I don't have to bother with access key in the future.

Former Member
0 Kudos

Hi Antonie,

I tried to put the subroutine in include PCBURZUS0 as well, but it did not work. Do I need an access key to add my subroutine inside the include? Currently I am doing using implicit enhancement.

antoine_foucault
Active Contributor
0 Kudos

see my comment below

Former Member
0 Kudos

Hi Bertrand,

I have created an implicit enhancement inside the include RPCBURZ0 , and inside that I am writing subroutine

FORM FUZ2010.

ENDFORM.

I noticed that this subroutine name FUZ2010 is not reflecting in the main program RPCALCU0.

bertrand_delvallee
Active Participant
0 Kudos

Hello,

Did you modified RPCBURZ0 with an enhancement or directly (with a modification SSCR key)?

Because I already noticed that enhancement are not allowed there (and in national includes as well like PCBURZFR0), you have to modified directly.