cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can we run BDC for recruitment action PB40???!!

Former Member
0 Kudos
383

Users have all the applicant master data in Excel. Can we run a single BDC to update the entire applicant data i.e., populating all the infotypes in one go.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Devraj

you can either do recording in SHDB transaction or

use function Module HR_INFOTYPE_OPERATION

with TCLAS as B for PB infotypes or A for PA infotypes

in the loop of your internal table inside your report.

To upload Excel file you can use

FM : 'KCD_EXCEL_OLE_TO_INT_CONVERT'

but u will need to convert data back to format of your internal table as

data collected by this FM will be in form ROW COL VALUE

Do reward points if helpful

Thanks

Former Member
0 Kudos

Hi

     I try creating the BDC for recruitment action through PB30 insted of PB40 because system is giving error message befor the data input, but in PB30 it consuming the number range but does not create the recruitment action. when I went to see the number in PB30 is show no person available

following error messsage I am getting the BDC message LOC can any one will explain me?

TCODEDYNAMEDYNUMBMSGTYPMSGSPRAMSGIDMSGNRMSGV1MSGV2MSGV3MSGV4ENVFLDNAME
PB30MP4000002000AE0341MESSAGE_TYPE_X20120425085629NECCDEV_NED_00                  WIPRO_HR2   120 CDQ4000-APTYP
Former Member
0 Kudos

Hi Ashwin,

The best way to upload master data is first upload Actions, Org assignment, Personal data at one shot and then upload each infotype separately. IT0008 could be done through BDC but if you are going to scroll to add more components then its going to be difficult.  You could use BAPI_BASICPAY_CREATE for IT0008 upload.

Regards

Whiteraystech.com

Former Member
0 Kudos

You can use BDC for PB40

Vicky

Former Member
0 Kudos

Hi!

Uploading the data through BDC for the whole transaction( ex PB40) is possible.

regards

rao

Former Member
0 Kudos

Hi!

Uploading the data through the BDC for PB is possible.

regards

rao.

Former Member
0 Kudos

Thanx a lot

could you tell me the possible ways and how it can be done??

how can we handle 0024 and 0008 infotype thru bdc upload ?

Former Member
0 Kudos

Yes IT 0008 is Possible i am not sure for ITY0024

Vicky