cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion error while CIF master data

0 Kudos

Hi All,

CIF program is getting canceled in R/3 system with error "Conversion error". The error log says :

  • Time zone was not entered correctly
  • Time zone does not exist because of daylight saving time change

This is happening only while CIF info records. Rest of the master data CIF successfully. Please let me know what is the root cause of this issue and possible solution.

Regards

Santosh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Santosh,

System time zone is defined from the below customizing:

I suggest to compare "Maintain Time Zones" settings between ERP & SCM environment. Core Interface is very sensitive on the standard system configurations.


If these configurations does not solve your problem then you can debug the CIF integration to find the required area.


You can implement below BADI for this requirement:



Regards,


Selim Batur

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Santosh,

If the system time zone is maintianed in UTC and the valid to date in the source list maintianed as 31.12.9999 system will through conversation error. Issue is in one of the FM, while converting date and time ending with error message . There is SAP note availble for this issue to bypass the error message which will resolve the issue. As of now I don't have note with me, will share you in my next post.

Regards,

Mahesh kHM

Former Member
0 Kudos

Hi Santhosh,

This could be due to missing TZ entry in ECC for customer/vendor master records

Timezones are saved in TTZZ in ECC and APO /SAPAPO/TTZZ Tables.

Check these tables against the error prone info records (vendors). Cross check and update the missing TZs in these tables and make sure they are in Sync.

1.Get one error Inforecord.

2. Update the TZ with respect to the Inforecord (Venfor) in TTZZ tables and make sure they are in Sync with ECC and APO.

3. CIF the Vendor-Inforecord again to APO after updating tables.

4. Check the results

Check the Note - 144628

Regards

Vinoth