Skip to Content
0
Former Member
Dec 04, 2008 at 09:44 PM

Have you created your own custom operation?

232 Views

Hi,

I created my own custom operation through PE04 and placed in a rule through my payroll schema. This operation calls the custom APAP include that SAP provides for customer operation. This ABAP includes simply does a few checks and passes me a Number back. I would then like to take that number and add it to a wage type.

When I setup the operation, I made it a Decision operation...but I don't think that is correct. Since I really don't want to make a decision, I actually want to just get the value back from the ABAP program. Has anyone else done this in payroll or time eval schemas? My operation is called %WPBP. Would like to do something like NUM=%WPBP which would call my ABAP program and store the value into NUM.

Does anyone know how through their custom operation to get the output value stored to a variable that can then be further used in the schema?