cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Ellipsis "…" value in PSA

Former Member
0 Kudos
118

Hi All,

in SAP NetWeaver BW 7.3, I 've tried to load the value "…" ("dot dot dot" - ellipsis as a single character) from ECC6 into characteristic 0INCONTERMS2 of a DSO.

In PSA, the value "…" is converted to "#".

If I modify "#" to "…" manually, I can load this value in DSOs and InfoCubes, but I cannot change this value manually every time.

Does anyone of you can help me with this issue?

Thanks in advance.

Regards

Jack

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
  • Case A : Maintain via RSKC for allowed characters / alphabets.
  • Case B : Suggested usage of unicode-compliance for BW system
  • Case C : Write a formula to convert the text " To Upper" case -or- Maintain ALL_CAPITAL
  • Case D : Call 'RSKC_CHAVL_CHECK' ; Check table RSALLOWEDCHAR
  • References : http://goo.gl/sSWHh, http://goo.gl/GyR1c & http://goo.gl/S4MBJ

Answers (1)

Answers (1)

Former Member
0 Kudos

Not sure what are the details of the requirement, but you can use a formnula in the transformation "Replace_All"

 

REPLACE_ALL( 0INCONTERMS2, '...', 0INCONTERMS2)