cancel
Showing results for 
Search instead for 
Did you mean: 

UDATE

Former Member
0 Kudos

Hi,

Can any one help me answering these questions

1. What is the use of udate?& utime.we have extracted the material data in to Bw,after some days the cient want the UDATE & UTIME how to do it

2.At reporting level the user dont wont to display the date which is there in the records but want to diaplay the system date how to do it

3. What is the use of Alphaconversion

eg: 467898----


> it converts to 00467898

467A8----


> how the alpha conversion converts this

Thanks in advance

Priya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

3. about alpha conversion

go through this link

http://help.sap.com/saphelp_nw04/helpdata/en/9b/f9c18f5a07f0459127e9676ae22a54/content.htm

check faq in bi service marketplace

http://service.sap.com/bifaq or

https://websmp102.sap-ag.de/~sapidb/011000358700000167472003

Frequently Asked Questions - ALPHA Conversion

Questions

What is the "ALPHA conversion" about?

Why is the "ALPHA conversion" necessary?

Where do I find detailed information?

What are the prerequisites for the "ALPHA conversion"?

What effects does the "ALPHA conversion" have on my SAP NetWeaver BI system?

How long does the conversion take?

What is the interrelation between a SAP NetWeaver BI upgrade and the "ALPHA conversion"?

Answers

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.

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.

Where do I find detailed information?

The "ALPHA conversion" transaction RSMDCNVEXIT has online documentation which you reach via its "Help" button.

OSS note 447341 is about the ALPHA conversion in general and has attached to it a number of other OSS notes describing solutions to known problems.

What are the prerequisites for the "ALPHA conversion"?

Before running ALPHA conversion, apply SP 26 (SAP BW 2.0B) resp. SP 18 (SAP BW 2.1C) resp. SP 11 (SAP BW 3.0A).

If you have large ODS Objects (> 50 mio records in all) we recommend to apply Support Package 27 (SAP BW 2.0B) resp. 19 (SAP BW 2.1C) or the coding correction of OSS note 548122.

If you are unsure if the conversion has already been executed in your system (in a SAP BW 3.0A system it probably has already been done during the upgrade to SAP BW 3.0A) start transaction RSMDCNVEXIT and look at the system status: if it says "All characteristic only have correct internal values" you do not need to run it.

We recommend a database backup before you run the transaction.

If you have strong reasons not to apply the named support packages, please note that you can run the ALPHA conversion starting from SP 22 (SAP BW 2.0B) resp. SP 14 (SAP BW 2.1C). If your support package level is strictly smaller than 25 (SAP BW 2.0B) resp. 17 (SAP BW 2.1C) you have to apply the coding correction of OSS note 528381. If you have SID tables with more than several millions of records you have to be on SP 25 (SAP BW 2.0B) resp. 17 (SAP BW 2.1C) and also apply a correction described in OSS note 543482.

What effects does the "ALPHA conversion" have on my SAP NetWeaver BI system?

No data loads are possible while the transaction is checking or converting.

Once the conversion part has been started the conversion has to be completed. The system is in an inconsistent state in the mean time!

How long does the conversion take?

Usually, the alpha conversion requires between 3 and 20 hours for production systems. For very big systems (>1TB) , it could also take up several days.

From our experience, the most decisive factor for the duration is the size of the ODS objects. As a rough rule of thumb, approximately 2.5 mio. Records per hour can be converted within ODS objects (status SAP BW 2.0B SP 27 resp. SAP BW 2.1C SP 19). To improve the conversion for ODS objects, keep the change log small (i.e. delete old entries) because all change log records will be converted, too. Furthermore, the size of the master data tables (which include characters with one of the ALPHA, NUMCV or GJAHR conversions) has impact on the runtime of the upgrade.

As of SAP BW 2.0B SP 29 resp. SAP BW 2.1C SP 21, ODS objects can be converted in parallel. Please see note 559524 for details how to set up this parallelism.

As of SAP BW 2.0B SP 29 resp. SAP BW 2.1C SP 21, transaction RSMDCNVEXIT is enhanced by a workload estimate. This preliminary check lists all characteristics, database tables and the size of the tables that will be converted during the alpha conversion. Furthermore, possible meta data inconsistencies are found and the possibility of aborts during the conversion is reduced.

During the conversion process, you can check the state of the conversion in the log.

This estimate can be executed without locking the system. We recommend to run it before starting the conversion.

Please see the enhanced online help in transaction RSMDCNVEXIT for more details.

What is the interrelation between a SAP NetWeaver BI upgrade and the "ALPHA conversion"?

During the prepare phase of an upgrade to SAP BW 3.0B it is checked that the "conversion of internal characteristic values", also called "ALPHA conversion", has been successfully completed. This "ALPHA conversion" is time-consuming. Therefore we strongly recommend to separate this conversion from the actual upgrade process.

2.Regarding ur second query u can do it by changing settings or add one more field which can store system and during reporting, report that field.

Regards

Ravi Kiran

former_member181964
Active Contributor
0 Kudos

Hi

1. What is the use of udate?& utime.we have extracted the material data in to Bw,after some days the cient want the UDATE & UTIME how to do it

http://help.sap.com/saphelp_nw04/helpdata/en/2a/fa01c3493111d182b70000e829fbfe/frameset.htm

2.At reporting level the user dont wont to display the date which is there in the records but want to diaplay the system date how to do it

Assign a system data function for that column or write a simple macro for that column

3. What is the use of Alphaconversion

http://help.sap.com/saphelp_nw04/helpdata/en/9b/f9c18f5a07f0459127e9676ae22a54/frameset.htm

Thanks

REddy