2006 Dec 15 2:57 PM
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.-
2006 Dec 15 3:01 PM
2006 Dec 15 4:07 PM
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.-
2006 Dec 15 7:04 PM
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.