cancel
Showing results for 
Search instead for 
Did you mean: 

BDC issue

Former Member
0 Kudos

Hi All,

While uploading the data in infotype 2006, System is creating one record for the same year.

Please suggest what need to replace the ANZHL old value with the new value.

Thanks in advance.

With regards

Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

rajkumarnarasimman
Active Contributor
0 Kudos

Hi..

For uploading the data into infotype, we have the FM HR_INFOTYPE_OPERATION. Use FM instead of BDC.

I hope, during infotype creation or updating, the record is generated based on date delimiting. Kindly check the same.

Example:

  If i am inserting a record in 2006 infotype for the employee number 1000.

Before Update

                         PERNR     BEG Date      END Date

Old Record         1000       24.01.2014     31.12.9999

After Update

                         PERNR     BEG Date      END Date

Old Record         1000       24.01.2014     24.01.2014

New Record        1000       25.01.2014     31.12.9999


Please find the above example, the old record date is delimited based on new record.

Regards

Rajkumar Narasimman

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can check this as well For all infotype operations the classes of the new infotype framework should be used (interface IF_HRPA_MASTERDATA_BL -> class CL_HRPA_MASTERDATA_BL) o  A code example how to create the necessary infotypes for a hire can be found here: class CL_HRASR00_PAITF_ADAPTER -> method CREATE_INITIAL_INFOTYP