Conversion Exit Error?

Hi Experts,
I am loading data to Sap demo cube(Purschasing Data) from flat file,I am getting the following error CONVERSION_EXIT_CUNIT_INPUT for field BASE_UOM.
The unit in T code CUNI it is ST and is items,but what changes do I need to do in Transfer structure or need to right a routine please guide me to solve the problem.
help appreciated,
Thanks in advance
Raga

hi Raga,
ST has to be exist in T006* table, normally unit is transferred from sap source system (r/3) via 'transfer global setting'.
you can maintain with tcode CUNI, you have tried ?
check how to CUNI in
Error: CONVERSION_EXIT_CUNIT_INPUT and 0Unit
0Unit / se16 / CUNI
hope this helps.

Similar Messages

  • Conversion exit error while activating the transfer rules

    Hello gurus,
    We are doing a function module extraction with 3.X data sources.
    On activating the transfer rules , i am getting a conversion exit error for "0fiscyear", but in the infoobject we don't have the conversion exit for it.
    Points will be awarded for any kind of response.
    Thanks and Regards,
    Anu.

    Hi,
    1. Please check in the transformation, its necessary to provide the fiscal variant mapping as well when ur mapping fiscal year object. as on the basis of that value fiscal period will be derived.
    2 I guess ur doing direct mapping (Time conversion) and there is no routine written for that.  if any u can check that as well for any error.
    Thanks
    dipika
    Edited by: Dipika Tyagi on Jun 25, 2008 7:39 AM

  • Conversion exit error in BW

    Hai friends,
    I am pulling master data for an infoobject ZPRODCODE. The pull has failed with the following error:
    InfoObject /BIC/ZPRODCODE does not contain alpa-conforming value 210
         Message no. RSAR196
    Diagnosis
         The system checked whether the loaded InfoObject value conforms to the
         conversion exit.The check failed.
         For example:
         The value '1' was loaded into an InfoObject with alpha exit, even though
         the value '0000000001' was expected.
    System response
         The load process has failed or the erroneous records are displayed in
         the monitor. This does not depend on how error handling is set up.
    Procedure
    Find out why the data does not conform to the conversion exit, and, if
    possible, correct the cause. Possible causes are errors in Business
    Content or an error in a customer exit in the source system.
    If you cannot correct the problem, you have the option of removing the
    conversion exit on the InfoObject. However, since the system has already
    been converted, duplicates appear in the system again.
        What should i do?
    Regards,
    Neha Solanki

    Hai friends,
        Thanx a plenty!!! My problem is solved.
    Regards,
    Neha Solanki

  • 0FISCPER conversion exit error

    Hello all,
    I m trying to load data from a flat file to an ODS. in the info package preview screen i m gettig the error msg as CONVERSION_EXIT_PERI7_INPUT.
    In flat file i have date format as YYYYMMDD. In the transfer rules i have only 0FISCPER and 0FISCVARNT. Now i want to upload the above date format to FISCPER field(YYYY.PPP).
    Can any one tell me how can i solve this error.

    hi Pops,
    you can try function module UMC_CALDAY_TO_FISCPER in transfer rules routine.
    data : l_date like sy-datum,
    l_fiscvarnt type PERIV,
    l_fiscper type UMC_Y_FISCPER.
    l_date = tran_structure-calday.
    or your other date filed
    l_fiscvarnt = tran_structure-fiscvarnt.
    call function 'UMC_CALDAY_TO_FISCPER'
    exporting I_PERIV = l_fiscvarnt
           I_CALDAY = l_date
    importing E_FISCPER = l_fiscper.
    result = l_fiscper.
    hope this helps.

  • Flat file Error in conversion exit CONVERSION_EXIT_PERI6_INPUT

    Hello Experts!
    I´m trying to upload a flat file data to an infocube and appears an error which diagnosis is:an error ocurred in record 1 during execution of conversion exit CONVERSION_EXIT_PERI6_INPUT for field CALMONTH.
    Procedure: Check That the record where the error ocurred has the correct format , and correct it accordingly.
    The characteristics in this fields (CALMONTH) are:
    - Data Type: numc-character string with only digits.
    - Length: 6
    - Convers.rout. PERI6
    - Output Length 7
    I hope You can help me soon.
    Thank you!

    Hi Eduardo Vergara,
    You just have to make sure the 0CALMONTH format is exactly the same. We have to match the format in the both columns. So in DataSource/Trans.Structure File “CALMONTH” change the Type to “Numc” and length o “6” . This is our problem but the tip is to match the proprieties.
    Regards,
    Alberto.

  • Error 'Unit ST is not created in language EN...' at conversion exit

    Hi
    When i try to load a flat file i have this error message :
    Error 'Unit ST is not created in language EN...' at conversion exit CONVERSION_EXIT_CUNIT_INPUT (field SALES_UNIT record 1, value ST)
    My source has unit field. in the field in have sometime PC or ST  --> ST is coming from BW
    But when i load the file it gives the error for ST value.
    In my datasource i have the correct CUNIT conversion routine apply on the unit field
    Thanks for your help
    Cyril

    Yes this value is not maintained in T006 table. that's why i have the problem.
    So how to solve it.
    I have an ETL tools which read my DSO tables and it extract ST so i need to convert it this value exist in BI (internal code of PC)
    Cyril

  • Error 'Unit 1 is not created in language EN...' at conversion exit CONVERSI

    Hi Experts,
    I'm loading Flat File data of 1.5 Lacks record in to Cube. I'm encountering this error in InfoPack monitor.
    Can anyone help to resolve this please.
    Error 'Unit 1 is not created in language EN...' at conversion exit CONVERSION_EXIT_CUNIT_INPUT (field UNIT record 6628, value 1)
    Thanks

    It got resolved by checking the internal in the field selection tab of Datasource.

  • Error in conversion exit CONVERSION_EXIT_CUNIT_INPUT

    Dear all
    I got the following error
    " Error in conversion exit CONVERSION_EXIT_CUNIT_INPUT "
    This is an original sample data.
    ~
    CUST007,SREP07,MAT008,3,DZ,1,,19990424
    CUST008,SREP08,MAT008,3,DZ,2,,19980328
    CUST008,SREP08,MAT009,2,CS,3,,19980203
    CUST008,SREP08,MAT010,1,LB,4,,19991104
    CUST009,SREP09,MAT011,1.5,LB,5,,20000407
    CUST010,SREP10,MAT011,1.5,LB,6,,20000701
    ~
    you can download it from [ http://safariexamples.informit.com/0201703661/IC_DEMOBC.csv ]
    As you can see , [T-Code CUNI screenshot] ( http://static.flickr.com/35/71412534_4998517812_o.jpg )
    there is no LB.
    so i tried to create LB. but... i couldn't ..
    Because, LB already exists in the Table T600 & T600A
    T600 screenshot ( http://static.flickr.com/35/71412793_dcbae3d11a_o.jpg )
    T600A screenshot ( http://static.flickr.com/34/71412535_96f9278862_o.jpg )
    What do you think ?
    The value of SPRAS is DE.
    is it possible to cause the error ?
    Well, i deleted the value of UNIT column from the original data so that i could escape the error " Error in conversion exit CONVERSION_EXIT_CUNIT_INPUT ".
    ~
    CUST007,SREP07,MAT008,3,,1,,19990424
    CUST008,SREP08,MAT008,3,,2,,19980328
    CUST008,SREP08,MAT009,2,,3,,19980203
    CUST008,SREP08,MAT010,1,,4,,19991104
    CUST009,SREP09,MAT011,1.5,,5,,20000407
    CUST010,SREP10,MAT011,1.5,,6,,20000701
    ~
    But i don't think it is a right way. isn't it?
    Thanks in advance.
    David.Kang

    Dear Eugene
    Thanks a lot today.
    Yeah, my incoming data do not match with the transfer structure.
    Take a brief look at my case studies.
    [Data Selection] tab
    http://static.flickr.com/34/71452760_2117e1d4c0_o.jpg
    [Data targets ] tab
    http://static.flickr.com/34/71452762_035aaa8d78_o.jpg
    [Processing ] tab
    http://static.flickr.com/34/71452763_fa322fe8f1_o.jpg
    [External Data] tab
    1) IC_DEMOBC.csv  ( It includes the value of UNIT column. )
    ( The original data file is   http://safariexamples.informit.com/0201703661/IC_DEMOBC.csv )
    http://static.flickr.com/20/71452764_fb4a24a809_o.jpg
    - Preview result screenshot
    http://static.flickr.com/35/71452765_07a4ae8e12_o.jpg
    2) IC_DEMOBC2.csv ( It inculdes only two rows with UNIT values : CS. )
    http://static.flickr.com/20/71452766_da7b2c46b7_o.jpg
    - Preview result screenshot
    http://static.flickr.com/35/71453112_348077e31a_o.jpg
    3) IC_DEMOBC3.csv ( It inculdes all rows without UNIT values. )
    http://static.flickr.com/34/71453113_301afeca73_o.jpg
    - Preview result screenshot
    http://static.flickr.com/20/71453114_8438122d06_o.jpg
    I try to solve it by myself.
    ( i already spend almost one week~~ . )
    but i feel the end is coming soon.
    with kind regards
    david

  • Challenge 4u:Error in conversion exit...CONVERSION_EXIT_ISOLA_INPUT

    I SEARCH 4 THESE QUESTION WHETHER ITS ANSWERED OR NOT ... IT WAS NOT ANSWERED YET...
    hey guys while i were loading the csv(flat file) in infopackage...its showing this error...."Error in conversion exit:   CONVERSION_EXIT_ISOLA_INPUTCONVERSION_EXIT_ISOLA_INPUT"
    IF YOU KNOW THESE LET ME KNOW...
    COULD U PLESE TELL ME THE PROCESS STEP BY STEP ... I'M A NOVICE USER...

    This error occurs with respect to the Language field. When it tries to convert the ISO language of 2 character representation to internal 1 character representation.
    http://help.sap.com/saphelp_45b/helpdata/en/35/034cb2fed01622e10000009b38f9b8/content.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/108a8282-828b-2a10-8c92-a4db24e33c8f
    hope it helps, assign points if helpful.
    Regards, Uday pothireddy

  • Error in conversion exit

    Hi,
    This is Bhu,
    New to this site,
    I am learning BW now,
    I am facing the following problem while loading the transaction data from flat file.
    Error message : error in conversion exit CONVERSION_EXIT_UNIT_INPUT.
    Kindly help me in sorting out this problem.
    Thanks,
    Bhu.

    Hi Bhu.
    I usually see this problem when the unit of measure is not set up in the system.  In order for the unit of measure to pass the conversion, you will need to add the unit to the allowed list.  That can be found in the IMG (transaction SPRO).
    Hope that helps.
    Adam

  • Error in conversion exit CONVERSION_EXIT_PERI7_INPUT

    Hi Gurus, I am trying to load 3 external flatfiles. They are all similar files with only year difference 2006,2007 and 2008. I was able to load 2 of these files for year 2006 and 2007. Now I am getting this error message "Error in conversion exit CONVERSION_EXIT_PERI7_INPUT" and in details I get "An error occurred in record 1 during execution ofconversion exit CONVERSION_EXIT_PERI7_INPUT for field FISCPER".
    This indcates the field 0FISCPER. When I check the data type it is the same for all the files. The conversion routinr PER17 is also same for all. I still do not get why I am getting this error. Does anybody have a hint on this?

    Hi Bigtoja,
    There has to be something different in the 3rd file. If not the format then, data. The reason is that, the first 2 files are loaded. Try the following to confirm. If the data is similar, you should be able to load it. Take a backup of the File 2. Copy the contents of File3 into File2. Make sure that the format of all the columns are same. Now, upload File2. If data is correct, it gets loaded. Otherwise, something wrong with wither format or data. You have the backup of File2 in case something is screwed. Hope it makes some sense.  
    Thanks and Regards
    Subray Hegde

  • Error in conversion exit for DATE

    Hi 
    I am loading transaction data to Zcube  from a flat file ,for  0CALWEEK
    in excel   I am  unable to type 022007,if I load 22007 I am getting error like
    Error in conversion exit
    CONVERSION_EXIT_PERI6_INPUT
    here 2 is the 2nd week in 2007
    Plz  provide me how to format cell in excel to take 0 as starting number and the file will be saved as CSV format  or any other procedure
    Thanks
    Padmanaha

    Hi,
    Select the column in excel
    Right Click and choose format cells.
    In the pop up window, the first tab is for formatting. A list will be available, there you have to choose "Date" format.
    Within the date format, you will find number of options to set the formatting according to your specifications.
    If that does not work out, just use "Custom" format as "mmyyyy" for all the cells in that particular column.
    With Regards

  • No Conversion exit entered

    Hi,
    I am new to SAP BW ,while creating a Datasource i am experiencing this error as "No Conversion exit entered" .Please help me on this .
    Thanks & Regards
    Sameer Khan

    Hi Vibhuti,
    How you created customer name and address, I mean to say data element? You can not have data with space except for short, medium and long text.
    Check if you are excluding first row as header in info package, if you have header in Flat file. Check if Lower case is ticked in Customer name and customer address.
    Regards,
    Kams

  • Conversion exits before value mapping in AIF

    Hi All
    I'm trying to use conversion exits before mapping in define value mapping, where I want to truncate leading zeroes in the source field before the value mapping is executed.
    I'm using the conversion exit 'ALPHA' (internal->external) to achieve this, but the leading zeroes do not get truncated. Below is an example-
    Conversion Exit: ALPHA
    Data Element for conversion:
    Direction: Internal->External
    Source Value: 0000012345
    Expected Value after conversion: 12345
    Actual Value after conversion: 0000012345
    A similar issue Error in reading a value from database table is noted here, however note 1892571 that is suggested does not seem to resolve the issue I'm facing.
    Am I missing something here?
    Regards
    Chandra

    Hi Glenn Bumanlag,
            I think the values that you have given for source values (Agency and scheme)
    and Target values (Agency and scheme) may be mismatching so kindly chek that...even i got the same error in the past..........
    If you the this problem kindly change it accordingly and also refresh the cache once you that with this.........
    Kindly follow the below mentioned link and check if you have followed these steps.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00ee347e-aabb-2a10-b298-d15a1ebf43c5
    Thanks
    Sai     
    PS: kindly reward points if helpful

  • Short Dump DYNPRO_MSG_IN_HELP in Conversion Exit

    Hi Gurus,
    I've written the following conversion exit:
    FUNCTION CONVERSION_EXIT_ZBZEI_INPUT.
    *"*"Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(INPUT)
    *"  EXPORTING
    *"     VALUE(OUTPUT)
    *"  EXCEPTIONS
    *"      INPUT_NOT_VALID
      DATA : CPI_OUT(4) type n, CPI_IN(5), cpi_in2(5), cpi_in3(5).
      DATA : CPI_YEAR(4), CPI_PERIOD(3).
      DATA : CPI_NUM2(2) TYPE N.
      DATA : CPI_NUM3(2) TYPE N,
             index(2)    type n,
             index2(2)   type n,
             merker(1).
      DATA : CPI_C8, CPI_C7, CPI_C6, CPI_C5.
      DATA: SONDERZ.                    "nimmt das Trennungszeichen auf
    *-initializations-----------------------------------------------------*
      check not input is initial.
      CPI_IN2 = INPUT.
      CLEAR : cpi_in, cpi_in3, cpi_out, OUTPUT, index, index2, merker,
              cpi_num2, cpi_num3.
      do.
        if cpi_in2+index(1) co '0123456789' and merker ne 'X'.
          cpi_in+index2(1) = cpi_in2+index(1).
          add 1 to index2.
        endif.
        if cpi_in2+index(1) = ':'.
          merker = 'X'.
          clear index2.
        endif.
        if cpi_in2+index(1) co '0123456789' and merker = 'X'.
          cpi_in3+index2(1) = cpi_in2+index(1).
          add 1 to index2.
        endif.
        add 1 to index.
        if index = 5.
          exit.
        endif.
      enddo.
      if cpi_in3 is initial.
        cpi_out = cpi_in.
      else.
        cpi_num2     = cpi_in.
        cpi_num3     = cpi_in3.
        cpi_out(2)   = cpi_num2.
        cpi_out+2(2) = cpi_num3.
      endif.
      if cpi_out(2) > 23.
        message e000 raising input_not_valid.
      endif.
      if cpi_out+2(2) > 59.
        message e001 raising input_not_valid.
      endif.
      output   = cpi_out.
    *  output+2(2) = cpi_in+3(2).
    endfunction.
    The problem is when the user inputs an invalid value and presses directly after this F4 the conversion exit will call and I get the short dump DYNPRO_MSG_IN_HELP  when I trigger the error message.
    Is there any way to know that the program is in value-request? Maybe a system field? Can I catch this error?
    Thanks for help.
    Lars

    Hello Lars,
    refering to OSS 84510 SAP does not allow error messages in this environment. However, to find out if you are in a F4- context you can use the kernel function 'DY_GET_DYNPRO_EVENT'
      data: event(3).
      "check if we are in F4 environment
      call 'DY_GET_DYNPRO_EVENT' id 'EVENT' field event.
      if sy-subrc <> 0 or ( event <> 'PAI'
                        and event <> 'INP' )."PAI also POV
        " not F4 help
        message e000 raising input_not_valid.
      else.
        "F4 help -> only S message
        message s000 display like 'E' raising input_not_valid.
      endif.
    Kind regards, miro

Maybe you are looking for

  • Force Flash weblink to open in SAME window as movie

    I'm using Adobe Encore CS4 to create a project that I want to export to Flash. However, I want one of my menus to be replaced by a web site. The goal is to have a flow such that: Menu 1. <User Clicks Item #1> Timeline plays user is forwarded to a web

  • ADF FACES  showOneTab does not raise valueChange events

    Hello all, the next problem with showOneTab tag: when changing to another tab, the input components like inputText or selectOneChoice do not get notifications about value changes, so the changes get lost. Is it a bug, intention or one can do somethin

  • Internationlization, help needed

    we are working on swing with windows 98, and jre 1.2.2., Ariel Unicode MS i am able to make my application work with europian languages , where the alphabets are in english. but , how do i proceed with chinese , arabic languages. in my properties fil

  • HT201393 how can I fix IOS 10.6.8. if vulnerable ?

    How can I fix IOS 10.6.8. if vulnerable to shellshock ?

  • Can't choose what part of image to print when printing actual size.

    I have a pdf file that needs to be printed out to actual size, since the image is a temlate for a part that I need to cut out. Since the actual size is bigger than the paper size, it shows a purple box in the preview box, indicating what part of the