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: 

Function Module 'HR_MAINTAIN_MASTERDATA' not Updating

Former Member
0 Kudos

Hi Experts,

I want to update the infotypes using FM 'HR_MAINTAIN_MASTERDATA'.While using this FM i am getting an error-

'Fill in all required entry fields'.

Can anyone please help me to solve this issue.What are required field entries for this Function Module?

Thanks in Advance,

Arun.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Arun

You have to send the Import parameters PERNR, MASSN, ACTIO, BEGDA, BEGDA, SUBTY,

and you have to pass the structure of the infotype you want to update in PROPOSED_VALUES.

Thanks,

sapper.

8 REPLIES 8

Former Member
0 Kudos

Hi Arun

You have to send the Import parameters PERNR, MASSN, ACTIO, BEGDA, BEGDA, SUBTY,

and you have to pass the structure of the infotype you want to update in PROPOSED_VALUES.

Thanks,

sapper.

Former Member
0 Kudos

Hi,

can you please paste your code here....so that we can identify what you are missing in FM call.

Regards,

Karuna N

Former Member
0 Kudos

Hi,

As told in second thread check weather you are passing the specified parameters and also read fm documentation which i am providing you bellow. Check the imprting and exporting mandatory parameters.

This function module enables you to maintain master data for employees and applicants. You can enter field names and contents in the 'proposed values' table. This will then be transferred to the corresponding infotypes. The same validation checks take place as would in the individual maintenance screens for the infotypes. You can enter as much data as you like. You can enter several records or infotypes at once. You are responsible for making sure that the data is consistent. If necessary, the module returns an error message. The error messages are the same as the those which appear in the dialog, in other words, the individual maintenance screen error messages are transferred rather than interpreted by this module.

Regards,

Goutam Kolluru.

madhu_vadlamani
Active Contributor
0 Kudos

Hi Arun,

You pass all the parameters what and all you are passing when you are doing manually.

Regards,

Madhu.

Former Member
0 Kudos

Hi Experts,

Thanks everyone for your valuable time....

My requirement is: Convert XML file into Internal Table and update the corresponding Infotypes.

In my Internal Table i am getting data like,

Eg:

TABLE_NAME FIELD VALUE

pa0002 vorna arun

pa0001 ename arun narayan

pa0008 BETRG 2000.

I want to update this internal table data to corresponding tables.

Can anyone help me to solve this issue.

Regards,

Arun.

0 Kudos

Hi Arun,

Then move that values to the particulars structures.Here what is the issue you are facing.

Regards,

Madhu.

0 Kudos

Hi Madhu,

My issue is that the tables will not be same at every time.So i'm finding difficult to declare the structure.

How i can handle this??

Thanks in Advance,

Arun.

0 Kudos

Then use Field symbols instead of structure.

Cheers,

Raja.D