Hi,
since today morning we have a weird phenomenon:
We use an RFC call from one SAP system (ECC600) to another SAP system (46C) to validate customer-supplied addresses. All worked fine but now the validation wreaks havoc:
In the source system, we fill some fields of structure JYTADRCODE with validation data. In debug mode, we see that data in the target system looks shifted to the left one byte starting after field 30.
I found out that the source system uses a newer version of this structure (24.02.2005 12:01:42 SAP) than the target system (11.10.2004 18:33:06 SAP). The new version has some more fields, i.e. a new 1-char-field at position 30.
It looks like in the past, the field contents were copied field-to-field so that everything was fine. Now the structure contents are copied directly so that everything after the new field is shifted by one character.
We don not use any intermediate system like XI.
May this be caused by a Kernel update?
We have no idea yet.
Thank you for help.
Regards Clemens