on 2007 May 24 11:02 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
| TCODE | DYNAME | DYNUMB | MSGTYP | MSGSPRA | MSGID | MSGNR | MSGV1 | MSGV2 | MSGV3 | MSGV4 | ENV | FLDNAME |
| PB30 | MP400000 | 2000 | A | E | 0 | 341 | MESSAGE_TYPE_X | 20120425085629NECCDEV_NED_00 WIPRO_HR2 120 | CD | Q4000-APTYP |
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
You can use BDC for PB40
Vicky
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Uploading the data through BDC for the whole transaction( ex PB40) is possible.
regards
rao
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Uploading the data through the BDC for PB is possible.
regards
rao.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.