Hi,
I am trying to load data from flat file the data gets loaded successfully into New Data and and i get lot of errors when it is activating the data,
Error getting SID for ODS ZCRMOACT
Activation of M records from ODS object ZCRMOACT terminated
Error when assigning SID (details in long text)
Value 'www' (hex. '777777') of characteristic ZCRMURL contains invalid characters
I tried to load 'www' it even gives the error, Can someone let me know how to solve this problem?
Basically i am trying to load URl like http://www.yahoo.com into ZCRMURL.
Thank you
AP
Hi,
ODS doesn't like lowercase letters. Use a routine in transfer rules to make them uppercase. If you search this forum you can find examples of the such a routine code.
Best regards,
Eugene
Hi,
have you tried to flag the "Lowercase Letters" button in the Characteristic maintenance screen?
Transaction RSD1 --> first screen.
AND
in the Customizing of the gerneral BW settings you can maintain the permitted characteristics (program: RSKC_ALLOWED_CHAR_MAINTAIN).
If this will not help, you have to load the URL in an display-Attribute.
Kind reg.
Michael
Add a comment