2011 May 16 7:56 AM
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.
2011 May 16 8:46 AM
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.
2011 May 16 9:24 AM
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.