Quantcast
Channel: SCN : Blog List - Business Content and Extractors
Viewing all articles
Browse latest Browse all 27

Removing the Non Printable Charecteristics from data

$
0
0

Data  failure is one of the  common issues that occur in  BW, below are the reasons (often) why data loading gets cancelled/failed.

 

  • Invalid units
  • Invalid currencies
  • Invalid characters

I've tried an attempt to explain how to handle the invalid  characteristics in the below blog.


http://scn.sap.com/people/jyothi.velpula/blog/2010/12/23/removing-invalid-characters-using-field-routine

 

But we recently faced an issue again with Invalid characteristics even after implementing the above logic! It gave us a tough time to identify the issue with the Non-Printable characteristics.

 

Take a look here, Data got failed due to below issue, Actually it is not #, it is a TAB!

ISSUE1.JPG

 

How to identify it

 

  • Go to PSA and find out
  • Copy the data and paste it in a Run as shown below

By doing this you will be able to see the Check boxes like below instead of #

 

PSA.JPG

Notepad.JPG

 

Now to identify what exactly the check box is? Then copy the data to a Notepad/Word , you will be able to see the data like mentioned in the below screen.

 

word.JPG

The highlighted area is the Tab.

 

From here I guess it is easy for you to remove it using the routine. Here you go

 

code.JPG

 

The code is just replacing the Tab with a space.

 

Now delete data and run the DTP, data will be loaded successfully.

 

 

Dataloadsuccessful.JPG

Hope it helps you.

 


Viewing all articles
Browse latest Browse all 27

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>