‎2007 Apr 25 9:00 AM
Hello!
Im kind of new to ABAP and I have been assigned a task to create a batch job to update a field for all personell with a valid infotype 50 record. Field should be set to same value as employee number.
My question is, how can i find all personell with a valid infotype 50?
Is it better to use a recording or a program and then call that program?
‎2007 Apr 25 9:08 AM
ask your consultant to do the recording in shdb for one record as per his requirement... than convert it into a BDC upload program...for further help on BDCs feel free to revert back...
regards,
Aabhas
‎2007 Apr 25 9:10 AM
Hi
Use the fun module
HR_INFOTYPE_OPERATION
and update the Time data related to 50 infotype.
consider only active PERNR's by looking into the status (PA0000-STAT2 =3)
reward if useful
regards,
Anji
‎2007 Apr 25 9:16 AM
Hi Anji,
i have one question..
In BDC , when transfer the Perticular TCODE Data From Legacy system to sap System, Finally the data is populated into table control of that tcode.
so in that how can we do the validations.. like more records insertion , deletion
of perticular records etc.. i think u understand my query..
Explain plz.......
regards,
vijay.
‎2007 Apr 25 10:30 AM
Hi Anji,
Im using this func provided by u, but getting problem in using parameters.
can u pls specify which parameters are useful in this function.
Code will be higly aprreciated or example will also do.
Thanks,
Sunny
‎2007 Apr 25 10:00 AM
As I am very new to SAP systems in general I am wondering how I can create a report displaying all personell with a valid infotyp of 50.
In other programming languages I would have done a Select PERSNR from PA0050 where infotyp=50
Any similar funtionality in SAP?