Hi experts,
I'm trying to replicate a table (T001B) 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: T001B
- Mapped Structure: Z9CRM_T001B (custom table I created in CRM identical to T001B table in ECC)
Mapping module: R/3 to CRM: a custom Function Module where I read data from BAPIMTCS and fullfill Z9CRM_T001B table with data.
Then I launched initial load from R3AS of the adapter object, but the table in CRM was empty.
I tried to debug the FM 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?
I'm missing something?
Thanks and Kind Regards,
Giacomo Migliorini