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

ABAP HR

Former Member
0 Likes
672

Hi

Im new to ABAP HR. I need to do write a BDC for data upload for PA30 as well as PA40 with hiring actions. Can any one please send me some sample codes for these ?

Thanks and Regards

Swarna.S.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
632

I would suggest you to make urself familiar with PA30 and PA40.

BDC for ABAP HR is not different from other BDC s..

If u know the values to filled in the fields of the screen. You will not feel any difficulty.

Regards

Prax

Hi

Im new to ABAP HR. I need to do write a BDC for data upload for PA30 as well as PA40 with hiring actions. Can any one please send me some sample codes for these ?

Thanks and Regards

Swarna.S.

5 REPLIES 5
Read only

Former Member
0 Likes
633

I would suggest you to make urself familiar with PA30 and PA40.

BDC for ABAP HR is not different from other BDC s..

If u know the values to filled in the fields of the screen. You will not feel any difficulty.

Regards

Prax

Read only

0 Likes
632

use FM 'HR_INFOTYPE_OPERATIONS' instead of BDC for HR.

Read only

Former Member
0 Likes
632

You can also try HR_MAINTAIN_MASTERDATA. You can post multiple infotypes at the same time using this.

Read only

Former Member
0 Likes
632

see this link.

example program.

Read only

Former Member
0 Likes
632

hi,

First you should know what the fields the Tcode need to successfully upload data (you can achieve this by doing a record in SHDB ).

Then build your internal table according to the fields, put your data to the internal table and fill BDCDADA in a loop (you can check a demo program https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d4c5e890-0201-0010-bd9a-c3fd8683... )

Regards