cancel
Showing results for 
Search instead for 
Did you mean: 

Update of Standard Field in ECC nto triggering Middleware

Former Member
0 Kudos

Hi All,

I have a requirement to modify the middleware to bring over field KONZS from KNA1 to CRM whenever it changes. Unfortunatly the middleware is not getting triggered when this field changes. How can I get this to happen?

Regards

Tom P.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member209156
Active Participant
0 Kudos

Hi Tom,

In order to exchange the content of this field, the data exchange needs

to get enhanced (adding the field[s] to the CRM DB, the BDoc extension,

creation the mapper module for CRM inbound processing, creating an

extractor for ERP outbound processing, creating relevant BAPIMTCS

structures, etc.). Note that EEWB (Easy Enhancement Workbench)/AET

(Application Enhancement Tool) can support you in not having to

implement all above steps manually in your system.

For data exchange to work fine on your systems, you must make sure that

the structures BSS_CENTI and BSS_CENTIX (in the CRM system) are IN SYNC

with the structures BSS_CENTI and BSS_CENTIX (in the ECC system)

correspondingly. After synchronization the components of the above

structures should become identical and should contain only the fields

that you wish to exchange b/w the CRM and the ECC systems.

You can find more information in note 736595.

I hope this helps.

Brian.