cancel
Showing results for 
Search instead for 
Did you mean: 

ECC Holiday and Factory Calendar via Middleware to CRM

Former Member
0 Kudos

Hello Experts,

I have found old threads and am hoping there is more information available.  Is it possible to set up replication of the Holiday and Factory calendars from SAP ECC to SAP CRM?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196467
Active Contributor
0 Kudos

Hi Sandy,

Unfortunately, there is no middleware object for calendar tables to
transfer data from ECC  to CRM.

Customizing downloads are only essential where a mapping has to be
performed.  Due to the fact that the calendar tables are the same in
both CRM and R/3 systems, you can use transports to import data eg
table TCALS (Central entry for factory calendar) exists in both CRM
and R/3.

However, if you wish to create your own user defined object to
replicate calendar data from R/3 to CRM, please see following hints
below

- R3AC3 Adapter Object
- Choose the [CREATE] button
- Enter the object name  eg ZDNL_CUST_CAL
     object class :customising
     linked Bdoc type : (empty)
     block Size : 1000
     function : (empty)
- In the tab Initial Flow context, select the source site type as R/3
- In table/structure enter all the tables that are to be mapped in the
  table (Source site)
     T246,T247,TCALS,TFACD,TFACS,TFACT,TFAIN,TFAIT,THOC,THOCD,
     THOCI,THOCS,THOCT,THOL,THOLT,THOLU.
- In the Mapping module from R/3 to CRM enter the mapping module name:
  (you need to create your own mapping module)
- Save
- Start SMOGGEN transaction, select the R/3 Adapter object type radio
  button and enter your Download object in the Repository object field.
- Press F8 for generation.

Can you try above?

Best regards - Christophe

Former Member
0 Kudos

Hello Christophe,

Thank you for the suggestion.  I will give it a try as we have a 5 tier CRM environment that matches up to our 5 tier ECC environment.  I will just confirm that the middleware is set to the correct CRM > ECC configuration and give it a try.  I will reply back with my results for all to see.  Thanks again.

Sandy

Former Member
0 Kudos

Hi Sandy,

We are trying to implement the same scnario in our project. Could you please guide us with your findings ? are you able to automate the factory calendar replication.

Thanks,

Prem

Former Member
0 Kudos

Hi,

Any luck with this?  We are trying to do the same.

Former Member
0 Kudos

Hi,

Do you have the steps in creating the mapping module?