- Long text replication between CRM BP and ECC customer:
Only if the mapping are done in tcode PITX of ECC system, the long text can be transferred between the systems. This can also be checked in table CRMTEXTID or view V_CRMTEXTID.
There are two notes which could resolve the known bug for the long text replication.
2306639 - Editing one long text in CRM deletes rest of the long texts in ECC
2289305 - Long text buffer is not refreshed during the outbound replication
- Long text replication between CRM BP and ECC BP.
Currently long text replication is not supported by standard for BP to BP data exchange. This has been addressed in note 548003 - Data exchange of long texts.
If you want to replicate the long text for BP and BP, you could consider to activate the CVI in ECC system or implement a Z module or exit for the same .
- Long text replication between CRM BP and ECC vendor.
Please implement the following note, including the manual steps and the coding correction.
2055878 - Vendor long text does not transfer to CRM.
This note can add the object 'LFA1' into the selection condition of PITX.
Then please also map the text ID between CRM and ECC in tcode PITX.
- Sales area text replication between CRM BP and ECC customer.
The sales area based text is also not supported in standard. According to the CRM BP data model, maintenance of Sales Area-dependent text objects is not possible. In CRM BP we do not maintain long text at sales area level, therefore these texts are not exchanged between ECC customer and CRM BP. You can also check in transaction PITX. Only the object 'KNA1' is offered and not 'KNVV'. For KNVV there are no corresponding texts in CRM.
However, you can explicitly transfer the texts using the following exits:
In R/3 you can use the exits DE_BCS2S for manipulating the BAPIMTCS and use DE_EIOUT to manipulate the complex structures.
In CRM, you can use the middleware exits SMOUTIL3 for mapping into CRM. Also refer to the note 417906 for additional information.
More blogs about the data exchange between CRM and ECC, please refer to the following links. I hope they could help you more.
How to debug the transfer flow for the replication between CRM and ECC