CONVERSION_EXIT_EAN11_INPUT

Hi,
We have conversion routine EAN 11 in 0EANUPC infoobject.
this contains a Functional module called CONVERSION_EXIT_EAN11_INPUT...
Can anyone explain me the functionality of this functional module.
regards..
Balaji

Hi,
Conversion Routines in BW
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b9119290-0201-0010-69af-96fe3bf00243
Frequently Asked Questions - ALPHA Conversion
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7108a690-0201-0010-4cbc-9bca94f9ad9c
OSS note 447341 is about the ALPHA conversion
Hope this helps.
Thanks,
JituK

Similar Messages

  • ALV: get zeroes in character field.

    Hi,
    I'm trying to get a field defined in my structure as char 18 and set for input in my alv. Unfortunatly if I insert 00012345 I receive in my internal table 12345. For updating my internal table I use:
    CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR' IMPORTING e_grid = lo_grid.
    CALL METHOD lo_grid->check_changed_data( ).
    I hope in your help.
    Thaks.
        Giovanni

    Hi,
    sorry again for the trouble but I can't solve my problem at the moment. I wish to get any value from my alv field. More example if the length of the field is 18 characters and I fill it with 000123, I wont to have in my internal table the seme value.
    1) I have executed the fm 'CONVERSION_EXIT_EAN11_INPUT' passing '123456' because I receive this value from the alv and I obtain the same value in output
    2) I have defined my fied EAN in my structure as type ZZZEAN as data type -> predefined type SSTRING length 18 and I have activated it. When I try to activate my structure, I receive these errors.
    - Current enhancement category Can Be Enhanced (Numeric or Char. Type) is incorrect
    - The following enhancement categories can be selected:
    - Cannot Be Enhanced  ,Can Be Enhanced (Deep)
    Any help will be well appreciated.
    Thanks.
         Giovanni

  • Barcode entry giving a dump

    Hello Everybody,
    In a module pool program all the desc and other relavent data  is getting displayed for all the barcodes(ean11) except for ean11 8850124035967 (a 13 digit no ) .Its working fine for other 13 digit number, but only for this ean11 its giving as conversion error.
       There was a conversion error in the output of fields to the screen.
       The formats of the ABAP output field and the screen field may not match ( Why for only this EAn its giving the dump and there a field besides get from dict and in that xmask fix,modif'd is selected from many other options .What does it do )
                     Screen name.............. "ZLM03"
                     Screen number............ 0400
                     Screen field............. "MARM-UMREZ"
                     Error text............... "FX020: Data lost."
    thanks,

    Have you tried isolating the EAN problem at all e.g. does the following report work OK for you?
    report zlocal_jc_ean11_test.
    parameters:
      p_ean11               type ean11
        default '8850124035967'.
    start-of-selection.
      write: / p_ean11.
    The EAN11 data domain has a conversion exit on it, so you could also try executing those by themselves in SE37 to see what results you get (CONVERSION_EXIT_EAN11_OUTPUT / CONVERSION_EXIT_EAN11_INPUT).
    However, the error you have indicated in your message is that the UMREZ field is the cause of the crash .. so what material is returned by the EAN, and can you see this OK in SE16 when browsing MARM?  Your screen field should be 6 bytes long (per the definition of domain UMBSZ).
    Jonathan

Maybe you are looking for