cancel
Showing results for 
Search instead for 
Did you mean: 

Map standard fields in ECC that are not available in CRM to custom fields

Former Member
0 Kudos

Hi all,

I got a requirement where I have to show some fields in the CRM WebUI Account header view from the KNA1 table in the ERP not available in the standard replication between ERP and CRM.

Those 9 fields are already existent in the standard KNA1 table in the ERP.

So, the idea is to create the fields in the CRM 7.0 using the AET and then I should make manually the bi-directional replication with the ERP KNA1 table.

Did anyone have such a requirement?

I think is a pretty common one, so I need some help to identify which BADIs or FMs, or other things I have to enhance in order to make it work.

Also, sample code will be welcome...

Thanks in advance for any help you may give.

Regards,

Guillermo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Guillermo,

good news: no coding is necessary. But you have to enhance some structures in ERP and CRM.

I did it along these steps:

1. Implement SAP note 1059645

2. CRM: Include fileds in EEWB append to BUT000 (CI_EEW_BUT000) - this might be done by EEWB or AET?

3. R/3: Include fields in CI_CUST und CI_CUST_X (XFlag) (for BAPI MTCS segment u201EBSS_CENTIu201C, see note 736595)

4. If the fields have the same name in all structures/tables (KNA1, CI_CUST, BUT000) then the mapping happens automatically.

Good luck,

Jan