Application Development and Automation 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: 
Read only

Error while updating the Infotype0008.

Former Member
0 Likes
471

Hi all,

I am trying to update infotype 0008 with the funciton module 'HR_INFOYTPE-OPERATION'. I passed all the required fields.

but i am getting an error as "Pass all the required fields'.

Can anybody help me on this or provide a sample code.

Thnks in advance.

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
438

During development, execute the FM HR_INFOTYPE_OPERATION in DIALOG_MODE = '1' or '2' those corrrespond to the CALL TRANSACTION MODE 'E' ( Display of screens only if an error occurs ) or 'A' ( Processing with display of screens ).

Regards,

Raymond

Read only

Former Member
0 Likes
438

Hi Santosh,

First go to T-code PA30 and try to create one dummy HR master data for the infotype 0008. and try to find all the mandatory fields.

and then pass all the mandatory fields to function module....

or

In the function module HR_INFOTYPE_OPERATION make DIALOG_MODE = '1'. and then execute.then it will display all the screen with data entry ...and there u will find the some mandatory fields missing..so pass that fields to the function module.

Regards,

Arun