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: 

Archive Employee for Info type 0008

0 Kudos

Hi Experts.

I have a requirement liek, i need to archive the personal number for info type 008.

We have an Object PA_LDOC. The write program is RPAR3W00.

I need to modify the write program, which should accept the data from flat file to create the record and archive the created record for Info type 008.

Please let me know how can i go a head, since i dont have parameters for personal number and infotype in the selection screen.

Thanks,

Sriram.

2 REPLIES 2

Former Member
0 Kudos

Hi,

You can find the Pernr's in internal table "l_key_tab" in the program RPAR3W00.

You can fill this internal table with the pernrs from flat file to create the record.

Before this , debug the program and know how this works.

Regards,

Srini.

0 Kudos

Hi Srini,

Thanks for your prompt reply.

I have one question.

Can i use RPAR3W00 to archive personal number for info type 0008, If yes where can i give infotype(0008).

and where can i pass basic pay details.

Please suggest me on the same.

Thanks,

Sriram.