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

Batch Input?

Former Member
0 Likes
567

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?

5 REPLIES 5
Read only

aabhas_wilmar
Contributor
0 Likes
542

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

Read only

Former Member
0 Likes
542

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

Read only

0 Likes
542

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.

Read only

0 Likes
542

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

Read only

Former Member
0 Likes
542

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?