0% found this document useful (0 votes)
96 views2 pages

Alpha Conversion and Other Types

The ALPHA conversion routine converts numeric user input like '4711' to an internal format of '004711' by padding the value with leading zeros to ensure consistent lengths. Values in SAP systems are sometimes found without this internal formatting, which can cause issues like incorrect key figures or filters not retrieving expected values. The ALPHA conversion transaction checks characteristics that use conversion routines like ALPHA, GJAHR, and NUMCV for incorrectly formatted values, replaces them with the correct internal values, and updates dependent SAP NetWeaver BI objects to resolve inconsistencies and reporting problems. It is recommended to run the ALPHA conversion as soon as possible to address any data issues.

Uploaded by

Sambit Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
96 views2 pages

Alpha Conversion and Other Types

The ALPHA conversion routine converts numeric user input like '4711' to an internal format of '004711' by padding the value with leading zeros to ensure consistent lengths. Values in SAP systems are sometimes found without this internal formatting, which can cause issues like incorrect key figures or filters not retrieving expected values. The ALPHA conversion transaction checks characteristics that use conversion routines like ALPHA, GJAHR, and NUMCV for incorrectly formatted values, replaces them with the correct internal values, and updates dependent SAP NetWeaver BI objects to resolve inconsistencies and reporting problems. It is recommended to run the ALPHA conversion as soon as possible to address any data issues.

Uploaded by

Sambit Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

What is the "ALPHA conversion" about?

A characteristic in SAP NetWeaver BI can use a conversion routine like the conversion routine called ALPHA. A conversion routine converts data that a user enters (in so called external format) to an internal format before it is stored on the data base. The most important conversion routine - due to its common use - is the ALPHA routine that converts purely numeric user input like '4711' into '004711' (assuming that the characteristic value is 6 characters long). If a value is not purely numeric like '4711A' it is left unchanged. We have found out that in customers systems there are quite often characteristics using a conversion routine like ALPHA that have values on the data base which are not in internal format, e.g. one might find '4711' instead of '004711' on the data base. It could even happen that there is also a value '04711', or ' 4711' (leading space). This possibly results in data inconsistencies, also for query selection; i.e. if you select '4711', this is converted into '004711', so '04711' won't be selected. Back to top Why is the "ALPHA conversion" necessary? In such a case, a number of problems can arise in reporting like wrong values of key figures, no data found for certain filter values... The "conversion of internal characteristic values", in short term: "ALPHA conversion", is a transaction (transaction code RSMDCNVEXIT) that checks the format of all values of characteristics that use one of the conversion routines ALPHA,

GJAHR

and NUMCV. If values are found that do not have the correct internal
format it can replace them by correct value and update all dependant SAP NetWeaver BI objects (like InfoCubes, Hierarchies, master data of other characteristics...). This transaction potentially has to touch a very significant part of all the data in SAP NetWeaver BI. While running the check or conversion phase of RSMDCNVEXIT no data loads of any kind are possible; the conversion part of it cannot be interrupted. Therefore you should never start the conversion part without having thoroughly read the documentation.

We recommend to run the conversion as soon as possible.

You might also like