cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with special character(Box symbol)

Former Member
0 Kudos

Hi All,

We have code to remove the special char in BI ,but still we are getting the issue as special char(Box symbol) might have occurred with the other occurrences other than below  which have not been captured in special char code.

    REPLACE ALL OCCURRENCES OF '#'      IN VAR WITH space.

    REPLACE ALL OCCURRENCES OF gc_nline IN VAR WITH space.

    REPLACE ALL OCCURRENCES OF gc_cr    IN VAR WITH space.

    REPLACE ALL OCCURRENCES OF gc_minchar IN VAR WITH space.

    REPLACE ALL OCCURRENCES OF gc_maxchar IN VAR WITH space.

    REPLACE ALL OCCURRENCES OF gc_hortab IN VAR WITH space.

    REPLACE ALL OCCURRENCES OF gc_vertab IN VAR WITH space.

    REPLACE ALL OCCURRENCES OF gc_formfeed IN VAR WITH space.

    REPLACE ALL OCCURRENCES OF gc_backspace IN VAR WITH space.

We have maintained ALL_CAPITAL_PLUS_HEX in RSKC.

Can any one pls tell me is there any other occurences for which we get special character(Box Symbol) in BI .Do I need to change anything in the above code ..

Thanks

Bin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Implement the below code for excluding the symbol.

http://wiki.sdn.sap.com/wiki/display/BI/How+to+remove+Invalid+characters

Also there are lot of information on this. Search the forums

http://scn.sap.com/thread/1117517

Regards

Murthy