cancel
Showing results for 
Search instead for 
Did you mean: 

SF to SAP ERP Integration: Issue in replicating Recurring Wage Type to IT0014

Gopalakrishnan1
Explorer
0 Kudos
780

Issue in replicating a Recurring Wage Type 1111 to Infotype 0014 in SAP ERP. I get a error message "Entry 0008 KW 1111 does not exist in T512Z (check entry)".

But, it should not be replicated in Infotype 0008, it should go to infotype 0014.

Please let me know the steps to correct the issue. Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

sikindar_a
Active Contributor
0 Kudos

Chekc the following 

The PTP configuration wage type to infotype configuation.

The wage type is created and but did not assigned to infotype in T512Z 

Gopalakrishnan1
Explorer
0 Kudos
  1. Create two transformation templates using WS_12 EC entity, one for the mappings for IT0008 and one for the mappings for IT0014. Create the required mapping entries for IT0008 and IT0014 under the two separate transformation templates.
  2. For the mapping between EC field payComponent and LGA01 in the transformation template for IT0008, maintain value conversion entries to clear the value of payComponent for those pay components which should not be filled in IT0008. Use the conversion rule Check and Replace, in parameter for EC field, choose the EC field payComponent and in parameter 1 enter the pay component which needs to be filtered out for IT0008 and leave parameter 2 blank. Maintain similar value conversion entries for all the pay components that are to be filtered out for IT0008. Example

    Sequence number

    Operation

    Parameter1

    Parameter2

    Parameter for EC field

    1

    Check and Replace

    ABCD


    Note

    Value ABCD is the payComponent value, which has to be filtered.

  3. In the cloning view, for the transformation template created for IT0014, maintain only the subtypes which are valid for IT0014 and do not maintain the subtypes which are valid for IT0008. This will filter out the subtypes that are not intended to be filled in IT0014.
altugatas
Explorer
0 Kudos

Hell Krishnan,

Can you please check table T77SFEC_WT_PROC in your system, and check whether the wage type 1111 is assigned to the correct infotype?

Best,

Gopalakrishnan1
Explorer
0 Kudos

In this table, no wage types are assigned to infotypes. i.e., no entries exist in this table.

But, there are some recurring wage types which are correctly replicating even without entries in the table T77SFEC_WT_PROC.

Gopalakrishnan1
Explorer
0 Kudos

Hi Altug,

As mentioned by you, I added the wage types and respective infotypes assignment to table T77SFEC_WT_PROC, but still the replication issue remain. Can you please let me know if you have any other solution? Thanks.