2008 Aug 13 4:05 AM
Hi,
Due to the upgrade from version 4.6c to Ecc6.0 and the '&' are not recognized in Ecc6.0 environment. Hence, I copied a payroll function that is using the sign '&' and replaced the '&' with '_' . A form routine with the '_' was created too. The schema is correctly modified as well. By right the payroll function will automatically linked to the form routine when I click the 'Source Text' button in transaction code PE04. But it keep prompt me that
"Form routine FU_COMM could not be found"
(For example the _COMM is my new payroll function). I have made a copy for 4 different payroll function and out of 4 only 2 succesfully linked to the form routine. I've checked the schema and the form routine is succesfully created and link to the payroll driver. Kindly advise or hint me where should i look for issue like that. How do i debug or track where goes wrong which leads to the payroll function not linking to the source text.
Thanks,
Loo
Hi,
Due to the upgrade from version 4.6c to Ecc6.0 and the '&' are not recognized in Ecc6.0 environment. Hence, I copied a payroll function that is using the sign '&' and replaced the '&' with '_' . A form routine with the '_' was created too. The schema is correctly modified as well. By right the payroll function will automatically linked to the form routine when I click the 'Source Text' button in transaction code PE04. But it keep prompt me that
"Form routine FU_COMM could not be found"
(For example the _COMM is my new payroll function). I have made a copy for 4 different payroll function and out of 4 only 2 succesfully linked to the form routine. I've checked the schema and the form routine is succesfully created and link to the payroll driver. Kindly advise or hint me where should i look for issue like that. How do i debug or track where goes wrong which leads to the payroll function not linking to the source text.
Thanks,
Loo
2014 Jul 18 9:59 AM
I had just the same problem, when I was logged in with Gernam language selected.
When I logged in with English, it DID actually work
So, I created the function in English, saved it, then logged in with German. Now the function title could not be changed, so I deleted the function and created again - now it was found even in German language setting.
Hope it helps someone