cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module to call HCM Process

Former Member
0 Kudos

Dear Gurus,

Using Tcode HRASR_TEST_PROCESS i am testing a HCM transfer process. Is there any function module to call HCM process without going and testing using Tcode.

Regards,

Bharath

Accepted Solutions (1)

Accepted Solutions (1)

ChrisSolomon
Active Contributor
0 Kudos

You can run the "Start Application" webdynpro....ASR_PROCESS_EXECUTE.....which will launch it in a browser in "standalone" mode. Is that what you are wanting?

Former Member
0 Kudos

Dear Chris,

I will tell my requirement clearly. In HRASR_TEST_PROCESS Tcode i can give inputs and test a HCM process. I do not want to go to that Tcode and test it by passing inputs. Instead i want an fm which will provide the inputs for the HCM process and test the same. Can i achieve this via fm? If yes kindly tell me the name of the fm.

Regards,

Bharath

ChrisSolomon
Active Contributor
0 Kudos

Still not sure what you are trying to test. What else is it that is missing that you are looking for?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bharath.

There is not a FM to test the HCM P&Fs. It would be difficult to test using a function module since you really won't know which fields are in the process until you 'actually' select a process. The best you could do is write a custom FM that is 'specific' to your service so only those fields are displayed for input. You would also need a method for catching the errors and perhaps returning them (or returning the REF# if successful) as export parameters. Probably not worth the time but I hope that helps.

Derrick Banks

Banks & Company