Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Need to update PA10 and PA30 from webdynpro

Former Member
0 Kudos

Hi Experts,

I need to update the values of t-code PA10 and PA30 through webdynpro.

Can you please give me the procedure to proceed with this.

Regards,

Aishwarya Menon.

5 REPLIES 5

Former Member
0 Kudos

You can update the values based on infotypes, not through trasaction code ( PA30 ).

0 Kudos

Hi...thnks for the reply....

How can we do the same in webdynpro

0 Kudos

ESS uses a couple of function modules to maintain infotypes. You can call them in your webdynpro app to update infotypes. The function group is HRXSS_PER_MAC.

0 Kudos

>

> How can we do the same in webdynpro

Simple solution:

- Display the contents based on personel number in your view

- Capture the changed the values

- update respective infotypes using FM HR_INFOTYPE_OPERATION

0 Kudos

Initially PB10 will create applicant id. only then we can go for HR_INFOTYPE_OPERATION.

So i need the FM to create applicant details. I tried to find it, but couldnt. Can you give the FM/BAPI also, if possible.