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

Problem with Output parameter in HR function

Former Member
0 Likes
566

Hi,

I have a function "Z" done with tx PE04, the country it's venezuela, and i define the IT table as entry and output parameter.

When i run the payroll, ithe changes that i did by abap code in order to change one concept of the IT table doesn't appears in the log. I do this in others versions of sap and works... I working with SAP ECC 6.0.

Thanks,

Albio.-

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
450

Have you trying using it as a CHANGING parameter?

Regards,

Rich Heilman

Read only

0 Likes
450

Hi,

This function it's not of the transaction se37, it was created using the transaction pe04, there are two types of parameters entry and output for the payrolls' log.

I have created several functions with pe04, and never this happened.

Thanks in advance.

Albio.-

Read only

0 Likes
450

Custom Schema Functions names should be start with & and not with Z.

I made a few of this ones, and sometimes, input and output tables dosen´t appear in the log, but works fine.

Try with a breakpoint in source code of the generated routine (FORM fuXXXX, with XXXX equal to schema function name) and see what happends.

Regards.