Alpha conversion for 0Material

In 0Material, we had 'ALPHA'  conversion routine. When we run the queries all the leading zeros are truncated .
We have a issue if a material no in R/3 is like <b>01123</b>. In the query this material is shown as 1123. Users want to see it as 01123.
If we remove ALPHA conversion routine it shows all the leading Zeros and also in the selection we need to give all the leading Zeros(18 Char).
Please do advise.
Thank you,
PVK

Dear PVK,
<b>I tried creating material with number "01123" but system truncates leading zero and gives only 1123 as material code.</b>
And internally at sap R/3 side there is conversion routine which converts  "1123" into "000000000000001123".
So i would say that you should keep on the alpha conversion routine at BW side.
Regards
Kapadia

Similar Messages

  • Alpha Conversion  in node 00000010 for info object 0COSTCENTER

    Hi Masters,
    I am getting the problem in process chain hirachies. Info Object 0COSTCENETER  hier loading the data through process chain sucessfulyy completeed, when saving that hieracies process chain i am getting the error . the  problem is " Alpha conversion in node 00000010 for info object 0COSTCENTER".
    please give me some solutions
    thanks in advance.....
    kk

    kk,
    You can solve by writing an alpha conversion routine in the transfer rules for that infoobject and then load the data.
    DATA: l_s_errorlog TYPE rssm_s_errorlog_int.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
      EXPORTING
        INPUT         = TRAN_STRUCTURE-0COSTCENTER
      IMPORTING
       OUTPUT        =  RESULT.
    returncode <> 0 means skip this record
      RETURNCODE = 0.
    abort <> 0 means skip whole data package !!!
      ABORT = 0.

  • Customer Alpha Conversion

    Hi All,
    I have customer ID's being used from sales data(DataSource ), GL data (Attribute of 0PROJECT), Cost for Controlling (Routine which picks the same table of 0PROJECT).
    I have checked this table /bi0/PProject here I see the customers having values such as 00000R1010, 00000R4000 when these should be R1010, and R4000.
    0CUSTOMER is a CHAR 10 Field with ALPHA.
    Customer numbers with just numeric values are correct while customer numbers starting with charecter i.e. (R) is having the problem.
    All suggestions are appreciated.
    Kind Regards
    James

    hi,
    The Alpha conversion will only work for Numeric values, for Alpha numeric values it does not do anything.
    The data in IO 0PROJECT is being loaded from the R/3 system and the values itself are coming with appended zeros in the beginning. You can write the ABAP code in the transformation to 0PROJECT to delete the leading zeros while loading customer values in 0PROJECT.
    SHIFT CUSTOMER LEFT DELETING LEADING '0' .
    This will delete leading zeros and store values in 0PROJECT as R4000
    regards,
    Arvind.
    Edited by: Arvind Tekra on May 4, 2011 7:46 AM

  • Dont want ALPHA conversion

    Hi All,
    According to our requiremetn we dont want Alpha conversion. So i have removed check box in the info object definition. And also i did not use any conversion logic(usning Exit_conversion_alpha_input) in the transfer rules.
    But while loading i am getting an error <<info object>> does not contain alpha confirming value 028.
    and if i use alpha conversion there is no error but the value would 0000028, in which our customer is not interested. How to avoid this error??
    Is there any other way to solve this problem with out using conversion exit.
    Regards,
    Ravi

    Hi....
    The ALPHA routine 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............
    I think values are found that do not have the correct internal format........
    Due to this you are facing this issue.....Check the field length of the value for which you are facing this issue.......
    Regards,
    Debjani.......

  • Alpha Conversion

    Hi All,
    When scheduling loads in one of the Info objects in Quality, i am getting this error:
    InfoObject /BIC/ZITM does not contain alpha-conforming value 90952
    I get this error for some other records of the same IO. I checked in our development system in the Transfer structure for'Alpha-Conversion routine' check box of the same Info object. It is unchecked. But, we didn't face any errors while scheduling loads in development.
    In the info object's definiton, entry 'Alpha' appears in the conversion routine field in both Dev. and Quality.
    What is the reaon for the error durimg loads in Quality?
    Thanks.

    Hi Roberto,
    The Info object ZITM is an attribute of 0Customer.ZITM is not checked for Alpha Conversion in the transfer structure of '0Customer_Attr' in the Development system. There is no problem when loading Customer.
    In Quality, though the Transfer structure appears the same, i do get 'Alpha Conversion' error for ZITM when scheduling loads into Customer.
    Thanks.

  • Substitute of alpha conversion routine

    Hi,
    Is there any routine as a substitute for the alpha conversion routine. I am getting problem in alpha conversion and the info object is filled by routine to infocube.
    I cannot overcome the problem by checking in the transfer rule.
    Please provide some input to resolve the problem.
    Thanks and regards,
    V.Satyanathan

    Write your code in start routine to convert it to upper case.
    Thanks
    Nilesh

  • Alpha conversion error

    Hi experts,
    We have an error coming for the field as 0ref_doc_no as alpha conversion error. We are in BI 7 .Transformations we are using.
    How to rectify this error ?
    Regards,
    Bhadri M.

    Hi,
    Maintain select the alpha conversion ... We need to find a cause and need to rectify in the source, ...
    First of all, the BI system throws the error for special characters
    Go through the below links
    http://help.sap.com/saphelp_nw04/helpdata/en/9b/f9c18f5a07f0459127e9676ae22a54/frameset.htm
    http://sathya-sapbw.blogspot.com/2007/10/faq-alpha-conversion.html
    http://fuller.mit.edu/SAPDocs/conversion_exits_in.htm
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/7108a690-0201-0010-4cbc-9bca94f9ad9c
    Regards,
    Marasa.

  • Error in ALPHA conversion while loading hierarchies

    Hi,
    I got the following error while loading hierarchies:
    <i>Error in ALPHA conversion in NodeId00000088 for InfoObject 0PROFIT_CTR
    Message no. RH224
    Diagnosis
    The technical node name  for node id 00000088 is not consistent for conversion exit ALPHA, which is stored with InfoObject 0PROFIT_CTR.
    Possible reasons for the error:
    The original consistent value returned by the DataSource was changed by a conversion routine to a non-consistent conversion exit value.
    The DataSource returns a value that is not consistent in the conversion exit.
    System response
    Loading the hierarchy was terminated.
    Procedure
    Check whether the correct conversion exit was entered for the InfoObject. If necessary, change the conversion exit, conversion routine or the data to be extracted.
    A further option is to activate automatic conversion in the transfer rules. Here, the system executes the conversion exit, making sure that the data is in the correct format.</i>
    If it is not hierarchies, we fix this error by prefixing the zeros (as we are working on Qbox we wont change the transfer rules to select the conversion routine) but here there is no PSA, the data is coming from ALE. Based on this please suggest me to how to fix this error?
    Points will be given for any helpful suggestion

    Ganesh,
    Can you please check out the Alpha Conversion Routine and also nodeid for that infoobject..
    There might be some inconsistencies in the code..
    Hope it helps
    Gattu

  • Alpha conversions in BW7

    Hello all,
    I found out that transaction for alpha conversion became obsolete in BW 7.0. You can observe this while you try to run TA RSMDCNVEXIT or RSMDEXITON in BW 7.0 SP10+ system is raising following error:
    Data conversion functions are no longer supported Message no. RSMD001
    Since I briefly searched on OSS and I'm not successful to find any relevant note I would like to ask here how Data conversion are handled in BW7. Somebody has any clue?
    PS. Note that I'm running on Unicode system.
    Thanks
    m./

    Hi Martin,
    Since some objects of the new data flow in BI 7.0, for example BIA, are not covered by RSMDCNVEXIT it has been set to obsolete. You should not use it anymore.
    As an alternative to solve your problem, if you would like to switch on a certain customer exit, you have to delete the data, switch on the customer data, and reload the data.
    For further information regarding to Customer exit please check the below links:
    Customer Exits
       http://help.sap.com/erp2005_ehp_04/helpdata/EN/f1/0a56f5e09411d2acb90000e829fbfe/frameset.htm
    Creating Free Characteristics and Characteristic Values
       http://help.sap.com/erp2005_ehp_04/helpdata/EN/cd/6a5378051a11d2a5700000e8407c05/frameset.htm
    Selecting Characteristics and Storing Characteristic Values
       http://help.sap.com/erp2005_ehp_04/helpdata/EN/c1/376a58449a11d188fe0000e8322f96/frameset.htm
    Rgds,
    Colum
    Edited by: Colum Cronin on Jul 7, 2009 4:01 PM

  • Leading zeros without ALPHA conversion

    Hi all,
    we had an infoobject CHAR16 with ALPHA exit, after further analysis we realized that we had to save the field without without trailing zeros so what i've done was to modify the char deleting the ALPHA exit.
    I test in DEV this change and the field was populating correctly in the datastore object, for example:
    Before
    3455 -> 0000000000003455
    After
    3455 -> 3455
    Now i've transported this change in production but it doesn't seem to work, after reloading a chunk of data it's still applying the ALPHA conversion to the field: i've also checked the PSA and i've got the right value.
    Any thoughts?
    Thanks
    Stefano

    Stefano,when you remove the alpha conversion from the infoobject then it might create some inconsistencies while loading data and also in reading the value.
    Lets say firstly you loaded the data to object with Alpha conversion so value got stored like this :
    3455 -> 0000000000003455
    Now when you remove the Alpah conversion then value get stored as
    3455 -> 3455
    System will treat the above entries as two separate records and not single record.Check in system as well.
    To display the data correctly you need to enter the value as they are like one with leading zeros and one without then you may be able to see both the records.
    Hope this gives an idea.
    Regards,
    AL

  • Alpha Conversion Issue

    Hi Experts,
    where we can place the ALPHA conversion of "Customer Operational Contract" instead of on InfoObject level ?
    Please suggest me the other way to put alpha conversion.....

    In 7.0 data source, In Convesion Routines column you can input ALPHA and in Format column, you will need to select external.
    This should run the alpha converion while loading data from that data source.
    But what think is that it would just convert the way data is stored in the system (same with using FM) but in the query, we will have to input the data with appropriate zeros for value selection for that characteristic.
    Regards,
    Gaurav

  • ALPHA Conversion Exit Problem

    Hi,
    I have an InfoObject ZPRODUCT1 with ALPHA Conversion Exit in RSD1 definition.In the Infosource and in the DataSource/Trans. Structure TAB when i check for the corresponding field it has some other Conversion exit called 'PRID1' and i couldn't change it.
    When i load the data i get the error at the PSA level itself and the message is,
    InfoObject /BIC/ZPRODUCT1 does not contain alpa-conforming value 80001909.
    How to fix this problem?
    Thank you
    arun

    Thanks,
      I already did that and it worked properly.
      Can you explain how come the conversion exit in Data source transfer structure and the InfoObject can be different?How did this worked?
      Will i be able to modify the Conversion exit assignment in the infoobject or Data Source/Trans. Structure TAB? How do i do this, it looks display only in RSD1?
    Thank you
    arun

  • Enable alpha conversion on infoobject, deletion of data no option

    Hi SDN forum users
    I have this issue where I need to enable / activate alpha conversion on an existing infoobject. The problem is that this infoobject is used in several DSO's and cubes, so many, that deletion of data and reload is not an option (It does not contain Master Data only used as transaction data). Therefore I need to find a solution, that makes activation of alpha conversion possible even though data exits. I have heard about the transaction RMSDEXITON for this, but since we are using version 7.0 this option has been removed.
    So how do you guys see the possiblities for me to enable alpha conversion?

    Hi.....
    U can add the conversion routine for this Infoobject in three ways...
    In the BW side...in the Datasource Level
      In the datasource >> Go to fields tab >> there search the R/3 field which is mapped to that Infoobject in the Transformation >> Then in the Conv.Routine column select the Alpha Conversion Routine and In the Format column select External....
    In the Transformation
    Write a field level routine for that particular field abd call the Alpha conversion routine there...
    In the R/3 side
    In the Customer exit ....Go to SE37 >> EXIT_SAPLRSAP_001 >> Double click on ZXRSAU01 >> search the datasource......write the code there....
    Regards,
    Debjani....

  • Does Alpha Conversion work in new Release(SP14-16)?

    Hi guys,
    we have problem with Alpha conversion:
    we have an InfoObjekt, which includes an alpha conversion, but error occur with data loading in BI, when we have data value like "123", it can not be converted to "000123". Instead that, an error occurs and the data can not be loaded, we have to manuell change this value and then load...
    Is this because of new release (we have this new release since Feburar 2008)?
    Any hint is appriciated.
    Regards,
    Liying

    Yes, it does work still.
    Make sure that in the infosource (transfer rule), that the conversion flag is set for the infoObject.
    matt

  • Error in ALPHA conversion

    Hi experts,
    I am loading a hierarchy for a infoobject. When I execute the infopackage, the monitor show me the next error:  Error in ALPHA conversion in NodeId00000009 for Infoobjetc 0CUSTOMER. Can anybody hepl me?

    Hi,
    Go to the transfer rules and check the Conversion checkbox for the info-object 0CUSTOMER. Retry the load. Hopefully it should go through.
    Bye
    Dinesh

Maybe you are looking for

  • HP laser printer b/w suddenly stopped printing from photoshop

    I have a mac 10.6.8, and an HP 1102w, which I got specifically because the ink contains iron oxide which I can fire onto my ceramic sculptures. It has been working fine printing from photshop CS5 for several months. Today I tried to print  and got a

  • Sort method and adjustment account for Regrouping Receivable and Payables

    Hi Gurus, Kindly send to me sort method and adjustment accounts for regrouping receivables/payables paths and T-code Warm Regards Abdul

  • LoadLibraryA() in pscompat.dll failed for 'PSORA64.dll': reason=193

    Hi: I setup PeopleTools 8.53 on Windows7 64bit with Oracle database 11.2.0 32bit,Oracle Tuxedo 11.1.1.2.0 64bit and Oracle WebLogic Server 10.3.6,after run Data Mover,using psadmin.exe to create Application Server,then select:Create a domain,select:s

  • Desktop manager and windows 8

    I have attempted to get desktop manager to work with windows 8 for months.  I have ensured that I have followed various instructions including enabling .net 3.5 without success.  I install the desktop manager and my computer recognises the playbook w

  • Copy Automator Script

    I have an iMac G4 running Mac OS 10.4.11 on which I created an Automator script years ago. I now need to have that script on an iMac G5 running Mac OS 10.5.8. Can I just copy the script on the G4 and put it on the G5? I'm assuming the script is store