cancel
Showing results for 
Search instead for 
Did you mean: 

ALE custom function module for IDOC_INPUT_COSTCENTER

Former Member
0 Kudos

We are setting up an ALE to update cost centers in our HCM system from our ECC system. In conjunction with the cost center update I need to convert the company code (it's not straight-forward enough to use a conversion rule) so I have created a custom copy of IDOC_INPUT_COSTCENTER and included my conversion logic there.

I have done all of the necessary configuration steps associated with the custom function module; created message type ZCOSMAS, process code ZCOSM, etc. When I execute BD16 it is passing the correct message type and process code to the HCM system but I am getting a status 51 'Function module not allowed: IDOC_INPUT_COSTCENTER'.

I must be missing some piece of configuration in my HCM system that should trigger Z_IDOC_INPUT_COSTCENTER rather than IDOC_INPUT_COSTCENTER. Can anyone tell me what I have missed?

Thanks in advance for any assistance you can provide.

Regards,

Pat

Edited by: Patricia Holland on Dec 22, 2011 2:38 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Still looking for suggestions on triggering my custom function module. Will appreciate any input.

Former Member
0 Kudos

I thought that I had found found my problem in the model view but I was mistaken. I am still getting status 51 'Function module not allowed: IDOC_INPUT_COSTCENTER'.

It should be using Z_IDOC_INPUT_COSTCENTER.

Edited by: Patricia Holland on Dec 22, 2011 3:00 PM