Adding special characters in SAP BI

Adding special characters in SAP BI

In most situations, an extraction in BI fails due to an invalid value for the InfoObject. For example, I failed to load 0MATERIAL_ATTR because some of the material number is like "[2Q235-A100060D" (note the '[' character) while '[' is an invalid character for BI by default.

    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Check OSS note #173241 – “Allowed characters in the BW System” to review (same as the picture below)

If you can't change the material number, we quite simply have to include whatever is causing problems as a permitted character in BI.

Step1:
Run TCODE RSKC
Input '[' and execute the program. This will add '[' to the allowed characters list.

Many documents has mentioned parameter 'ALL_CAPITAL'. It is powerful but also a little bit dangerous I think. So here I added only the must-have one.

After this, the extraction should work properly.

Step2:
Since I was loading 0MATERIAL, you can figure that this is a brand new BI system. So if you've been running for some time, step 1 is not enough. Now we encountered another error:

If we open the cube which has 0MATERIAL to check the cube content (or open InfoObject 0MATERIAL) the following error message occured:

Run TCODE OMSL (or SPRO > IMG button > BW > General settings > Set Material Number Display) both in R/3 and BI, because we need to ensure the settings in BI is the same to that in R/3.


Hope the above could help you out on the invalid character issue.

Aaron Wang is a SAP/BI Consultant for IDS Scheer China

This content is reposted from the SAP Developer Network.
Copyright 2007, SAP Developer Network

 


SAP Developer Network (SDN) is an active online community where ABAP, Java, .NET, and other cutting-edge technologies converge to form a resource and collaboration channel for SAP developers, consultants, integrators, and business analysts. SDN hosts a technical library, expert blogs, exclusive downloads and code samples, an extensive eLearning catalog, and active, moderated discussion forums. SDN membership is free.

Want to read more from this author? Click here to read Aaron Wang's Weblog. Click here to read more about Business Intelligence on the SDN.



 

This was first published in September 2007

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.