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: 

HR_MAINTAIN_MASTERDATA

Former Member
0 Kudos
142

Hi All,

I'm using HR_MAINTAIN_MASTERDATA function module to upload the data into 0014 infotype. But while DELIMITING the particular PERNR in 0014 it is saying " there is no data available for the person for selected period".

But If I do it manually with the same data it is working properly...

Pl help me in this regard...Pl let me know how to write code for DELIMIT option in the function module...

Following is the sample FM which I'm using...

CALL FUNCTION 'HR_MAINTAIN_MASTERDATA'

EXPORTING

pernr = p_pernr

  • MASSN =

actio = 'LIS9' ( for DELIMIT )

tclas = 'A'

  • BEGDA = SY-DATUM

  • ENDDA = '99991231'

  • OBJPS =

  • SEQNR =

  • SPRPS =

  • SUBTY =

  • WERKS =

  • PERSG =

  • PERSK =

  • PLANS =

dialog_mode = '3'

  • LUW_MODE = '1'

  • NO_EXISTENCE_CHECK = ' '

  • NO_ENQUEUE = ' '

IMPORTING

return = it_return

hr_return = it_hr_return

TABLES

proposed_values = p_it_pprop.

Thanks in advance.

Satish

2 REPLIES 2

Former Member
0 Kudos
73

hi

good

go through this link ,hope this would help you to solve your problem

http://help.sap.com/saphelp_nw04/helpdata/en/f1/0ce464dc8b11d2803800c04f99fbf0/content.htm

reward point if helpful.

thanks

mrutyun^

0 Kudos
73

Hi Mrutyunjaya,

Thanks for the response. But according to my requirement. I need to pass for DELIMIT to parameter ACTIO. I am facing problem over there.

Please guide me.

Satish