Hi Friends,
I’m trying to replicate few tables from ECC to CRM using an adapter object.
To do that, I created an adapter object in CRM from transaction R3AC3, with the following setup:
Object Class: CUSTOMIZING
Initial flow context: Source R/3 – Destination CRM
Tables Structure:
- Table Source Site: ECC Tables
- Mapped Structure: CRM Tables (custom tables I created in CRM identical to the tables in ECC)
Mapping module: R/3 to CRM: a custom Function Module where I read data from BAPIMTCS and fullfill CRM created table with data.
Then I launched initial load from R3AS of the adapter object, but the table in CRM was empty.
I debugged the FM queue to map from R/3 to CRM, but I noticed that ti_bapimtcs is empty, so seems that no data is read from ECC.
Do anyone know why I cannot download table in CRM?
Am I missing something?