cancel
Showing results for 
Search instead for 
Did you mean: 

Error when Assigning SID: Action VAL_SID_CONVERT InfoObject

former_member209606
Participant
0 Kudos

hi

i have face the DSO activation error, and i have attached the error details as fellow

already updatain all the special character in RSKC.

Check the PSA text value in "RSKC_CHAVL_CHECK" function module and cross check the RSA3 data also.

please give some suggestion to resolve this problem

Regards

Suresh

Accepted Solutions (1)

Accepted Solutions (1)

RamanKorrapati
Active Contributor
0 Kudos

Hi,

As of now, delete the abd request from target and rectify the data at psa level,.

Your info object 0POSTXT have invalid char/bad data. am guess it is space issue after LTD.

so at psa, find your error record, keep the cursor after D(LTD), press delete button form key board.

save data and retrigger your dtp, load data to dso and alter activate it.

Thanks

Answers (4)

Answers (4)

former_member182343
Active Contributor
0 Kudos

Dear Suresh,

I guess you are loading FI Related data and issue is rising due to invalid characteristics.

Try to add this code at field level routine to field which causing error.

DATA A TYPE /BIC/OIA_ADDLINE.

DATA: L_LEN TYPE I,

      L_TIME TYPE I.

MOVE SOURCE_FIELDS-LOCAT TO A.

TRANSLATE A TO UPPER CASE.

L_LEN = STRLEN( A ).

DO L_LEN TIMES.

  IF  A+L_TIME(1) CN

    ',<>?/\:;"''ABCDEFGHI JKLMNOPQRSTUVWXYZ!%^&*()__+=1234567890'.

    A+L_TIME(1) = '~'.

    ENDIF.

     L_TIME =  L_TIME + 1.

     ENDDO.

     REPLACE ALL OCCURRENCES OF '~' IN A WITH SPACE.

     CONDENSE A.

     RESULT = A.

Regards,

rvc

Former Member
0 Kudos

Hi Suresh,

Please verify the Record with R3 system. Seems like there is an space at last please check.

Regards,

Former Member
0 Kudos

Hi Suresh

Please check by manual maintaining this record in the infoobject and then activating master data (provided this doesn't affect business logic!)

Then try activating ODS.

Regards

Anoop

Former Member
0 Kudos

Hi Suresh,

Were you able to track down the exact record/s with this error in PSA...did you tried changing it there and uploading to DSO and go for activation?

If you are able to track...try to find the base tables in ECC from which this entry is coming .

You might need to take help from your functional team.

Best Regards,

Arpit