cancel
Showing results for 
Search instead for 
Did you mean: 

hr abap with webdynpro abap

Former Member
0 Kudos

Hi can you any one explain the below question.

I was developed on application insted of pa40 in hr abap for rehire and new hire , for updating the data in respective infotypes using the hr_maintian_masterdata . but i want update the infotypes from screen fields using the macros and hr_maintain_masterdata. please any one help me on this ?

Edited by: bommisettyramu on Aug 31, 2011 7:20 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member199125
Active Contributor
0 Kudos

hi ramu,

U want to update the infotype with data which is filled in webdynpro screen ? If yes, its simple just read the field values and declare work area of type infotype.

ex wa_pa0001 type p0001.

assign filed values to work area values. then use directly HR_infotype_operation for update or insert or modify.

let me know if you have any more quieries

Regards

Srinivas

Former Member
0 Kudos

hi srinivas,

at a time i want pass the data from screen to infotyps . i want to insert the data in several infotypes, so using the macros it is possible if you know using the macros how i can pass the data from screen fields to macro and macro to hr_maintain_masterdata functionmidule? can you know write some code

ex: P0000-stat1,massn,maasg, to that fm hr_maintain_masterdata using the macros

Answers (0)