cancel
Showing results for 
Search instead for 
Did you mean: 

ESS Web Dynpro FPM

Former Member
0 Kudos

Hi,

I am trying to findout what which function module gets called when i click on Edit Plan on benefits enrollment plan. I was able to dig in the code until i reached doPlanEdit( ) method in Component Controller of the Component VcBenefitsPlanSelection component. Now i am not able to look into the code

<b>fpm.raiseEvent(IFPM.EVENT_EDIT, BenConstants.VAC_PLANSELECTION);</b>

i see that fpm is of type com.sap.pcuigp.xssfpm.java.IFPM.

what to do to look into the code of this class??

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Do you mean that you are trying to find which Function Module is being called in the backend system?

I can't help you with the Java code side of it, but couldn't you set up a trace in the backend with transaction ST05 and run the ESS application? That should show you any RFC activity on the ECC side.

Former Member
0 Kudos

HI...

Did you found out the solution.. i am stuck at same point..

Thanks

Shobhan

Former Member
0 Kudos

Go to model of the DC for benefits, it will show u all the rfc called in sets of rfc1_input rfc1_output model class