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

BAPI_HRMASTER_SAVE_REPL_MULT

Former Member
0 Likes
437

HI Experts,

I have a requirement to save the entries acquired from my ABAP webdynpro screen in 26 various infotypes.

I have found this BAPI_HRMASTER_SAVE_REPL_MULT is seems to be used to do so.

What all Input Parameters I should pass in order to INS.

Thanks in Advance,

Dharani

1 REPLY 1
Read only

Former Member
0 Likes
335

Hi Dharani,

It depends on the type of data you are updating.

Lets say if you are updating EMPLOYEE PERSONAL DATA , then you have to pass Object ID, Infotype, subtype, Oject Identification.

Just try exploring the parameters of the function module.

Regards

Abhii