Quantcast
Channel: SCN: Message List - SAP CRM: Master Data & Middleware
Viewing all articles
Browse latest Browse all 4270

Re: AET Field Replication from CRM to ECC

$
0
0

Hi Karthik / Experts,

As per above response

1. added structure in both VBAK and BAPE_VBAKX.

2.In CRM_DATAEXCH_AFTER_BAPI_FILL  Badi method i implemented below code.

  READ TABLE it_bus_trans_msg-orderadm_h INTO ls_orderadm_h INDEX 1.

*

   wa_bapiparex-structure = 'BAPE_VBAK'.

*  wa_bape_vbak-zpo_val   = ls_orderadm_h-zzafld000037.

   wa_bapiparex-valuepart1+0(10) = ls_orderadm_h-object_id.

   APPEND wa_bapiparex TO ct_bapiparex.

 

   wa_bapiparex-structure = 'BAPE_VBAKX'.

   wa_bapiparex-valuepart1 = '          X'.

   APPEND wa_bapiparex TO ct_bapiparex.

 

But in ECC side we are getting below error,

 

  ( UC_OBJECTS_NOT_CONVERTIBLE )

WHEN 'BAPE_VBAKX'.

  --> MOVE extensionin+lv_length TO wa_bape_vbakx.

 

 

 

Any idea to aoid above error...?


Viewing all articles
Browse latest Browse all 4270

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>