cancel
Showing results for 
Search instead for 
Did you mean: 

ESS Portal communication with ECC6

Former Member
0 Kudos

Hi Experts

I need to know how to get the data when the user changes Infotype 0105 from the ESS Portal into a function module in ABAP.

It does not seem like dynamic actions or HR User Exits work when using portal.

Please help with advice

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mark,

I dont if I got your question correctly or not. But as per my interpretation of your query, here is my reply.

In the Function module thatz being accessed by Web Dynpros, I get the relevant id using the SY-UNAME. From this, I extract the employee number from 105 Infty.

Regards

<i><b>Raja Sekhar</b></i>

Former Member
0 Kudos

Hi Raja

Thanks for replying.

No you dont understand what I mean, I need to know how I would know in ABAP if an employee's data get modified in the Portal.Whenever an employee changes his communication details like his cell phone number then I need to validate that value in ABAP.

Please help me with explaining how ABAP knows when a value in the Portal changes.