Hi Experts,
I am trying to load data into a DSO by means of Delta execution in DTP. I could see all the records are available in the PSA. But I am getting errors when I try to activate the DSO. The errors are as below:
Error when assigning SID: Action VAL_SID_CONVERT table ZINTRFACE
Value 'Interface 1' (hex. '0049006E007400650072006600610063006500200031') of characteristic ZINTRFACE contains invalid characters
Error when assigning SID: Action VAL_SID_CONVERT table ZPROJECT
Value 'Project 1' (hex. '00500072006F006A00650063007400200031') of characteristic ZPROJECT contains invalid characters
Error when assigning SID: Action VAL_SID_CONVERT table ZCOMMENTS
Value 'COMMENT 4- RECORD CHANGED AGAIN one more time' (hex. '0043004F004D004D0045004E005400200034002D0020005200') of characteristic ZCOMMENTS contains invalid characters
I had been to RSKC for Invalid Characters but the default entry available there is 'ALL_CAPITAL' and I am confused as to what is to be done.
ZPROJECT, ZINTRFACE & ZCOMMENTS are the Char InfoObjects with CHAR as the Datatype with enough Datalengths to accommodate the length. So length is definitely not the issue here. The test data in PSA looks as below:
ZPROJECT ZINTRFACE ZCOMMENTS
Project 1 Interface 1-11
Project 1 Interface 1-11 New test record
Project 1 Interface 1-11 New test record
Project 1 Interface 1-11 New test record
Project 1 Interface 1-11 Test to create list
Project 1 Interface 1-11 Test to create list
Project 1 Interface 1-11 Test to create list and change list
Project 1 Interface 1-11 Changed implementation date to28.02.2009
Project 1 Interface 1-11 Changed implementation date to28.02.2009
Project 1 Interface 1-12 COMMENT 1
Any help is very much appreciated. Points will be assigned.
Thanks,
Chandu