"Settings for material number conversion not found" occurs when ...

After I run an initial load data into the InfoCube 0PUR_C01, I want to check the InfoCube Content by the following path:
RSA1 -> pick up the InfoCube 0PUR_C01, right click it and select Manage -> Get to Content tab -> Click InfoCube Content button -> Deselect all selection, only tick the 1st column checkbox next to 0Material, then hit enter, get a small window titled as "Cancel" with a red STOP msg sysing "Settings for material number conversion not found" with an "Exit" button and a question mark button, click Exit button leads to SAP Easy Access screen, if clicking the question mark button, another window pops up with the msg showed above, click Technical Information button causes the original window short dump and the short dump msg shows below in between two dashed lines:
Runtime Errors         RPERF_ILLEGAL_STATEMENT
Date and Time          11/28/2005 14:43:13
ShrtText
    Statement "CALL SCREEN" is not allowed in this form.
What happened?
    Error in ABAP application program.
    The current ABAP program "SAPLSHL2" had to be terminated because on
    statements could not be executed.
    This is probably due to an error in the ABAP program.
Error analysis
    There is probably an error in the program
    "SAPLSHL2".
    The program was probably called in a conversion exit
    or in a field exit. These are implemented by
    function modules called CONVERSION_EXIT_xxxxx_INPUT/OUTPUT or
    USER_EXIT_xxxxx_INPUT.
    Conversion exits are triggered during screen field transports or
    WRITE statements, field exits during field transports from the
    screen to the ABAP/4 program.
    In this connection, the following ABAP/4 statements are not allowed:
    -  CALL SCREEN
    -  CALL DIALOG
    -  CALL TRANSACTION
    -  SUBMIT
    -  MESSAGE W... and MESSAGE I...
    -  COMMIT WORK, ROLLBACK WORK
    -  COMMUNICATION RECEIVE
    -  STOP
    -  REJECT
    -  EXIT FROM STEP-LOOP
    Moreover, conversion exits for output conversion
    (implemented by function modules called
    CONVERSION_EXIT_xxxxx_OUTPUT) do not allow
    -  MESSAGE E...
    to be used.
Trigger Location of Runtime Error
Program                                 SAPLSHL2
Include                                 LSHL2F19
Row                                     3
Module type                             (FORM)
Module Name                             TECHNISCHE_INFO5
rce Code Extract
e  SourceCde
1 ***INCLUDE LSHL2F19 .
2 form technische_info5.
>>   call screen 1900 starting at 5  8.
4 endform.
5
6 &----
7 *&      Form  SHRINK_VALUES
8 &----
9 *       text                                                           *
10 ----
11 *  -->  p1        text
12 *  <--  p2        text
13 ----
14 form shrink_values.
15
16   loop at dynpselect.
17     clear checktable.
18     if dynpvaluetab-lowvalue ne space and dynpvaluetab-lowvalue na '*'.
19       move 'EQ' to checktable-op.
20       move dynpvaluetab-lowvalue to checktable-low_value.
21       append checktable.
22     endif.
What could cause the problem by selecting only 0Material when checking the InfoCube 0PUR_C01 content?  What does that mean by this STOP msg "Settings for material number conversion not found"?
Thanks

Hi Kevin,
Set the length of 0MATERIAL and change conversion to alpha:
Re: Error Installing 0MATERIAL from Business Content
Best regards,
Eugene

Similar Messages

  • Settings for material number conversion not found

    "Settings for material number conversion not found"
    This is the error that came out. I was everytime i try to access the activated business content 0material, the system comes up with this error. Please help me with this! Thank you!
    -Peter

    Hi Peter,
    try oss note 555675, it tells you to use transaction OMSL.
    regards
    Siggi
    Message was edited by: Siegfried Szameitat

  • FM for Material number conversion from R/3 to APO in R/3

    Hi,
       Can anybody tell me conversion exit (function module) for Material number conversion from R/3 to APO in R/3 system. I mean i have 18 digit R/3 material number which i have to convert to 40 digit APO material number in R/3 system.
    Please suggest to win full points.
    Thaniks in Advance,
    Chandan Dubey

    Dear Chandan,
    Conversion Exits:
    CONVERSION_EXIT_MATN1_INPUT ....... If you are storing Material With Zeros
    Then concatenate it with 22 zeros. i.e. '0000000000000000000000000000'.
    For example:
    data : v_matnr type matnr,            "R/3 Material
           v_apo_matnr(40) type c,        "APO Material with 40 length
           v_zeros(22) type c. value '0000000000000000000000000000'.
    CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT'
           EXPORTING  INPUT          = v_matnr
           IMPORTING  OUTPUT         = v_matnr.
    concatenate e_mantr v_zeros into
                v_apo_matnr.
    Regards,
    Naveen.

  • When restoring and updating my iPhone I am getting the following message " iTunes could not update to the carrier settings for your iPhone.an unknown error occurred (1630)

    When restoring and updating my iPhone I am getting the following message " iTunes could not update to the carrier settings for your iPhone.an unknown error occurred (1630).can anyone please with a knowledge tell me what I should do please. Thank you

    The search bar can be very valuable...........
    In using it, I found out other's have had this issue and it likely means you have a 3G iPad?  If you do, go into settings and turn off cellular data, then try to update again and you should be OK........

  • TS2753 I have ipad 3  iOS  7.1 last update when connect to my macbook osx 10.8.5 get the following error  "iTunes could not check for an update to the carrier settings for your iPad A unkown error occurred 1651"

    I have ipad 3  iOS  7.1 last update when connect to my macbook osx 10.8.5 get the following error  "iTunes could not check for an update to the carrier settings for your iPad A unkown error occurred 1651"
    any help please

    If you have iOS 7.1 then you must be a developer, so you should be posting in the developer forums : https://devforums.apple.com/index.jspa

  • Good Morning, this morning I received the following error message when the iPhone connected to iTunes: itunes could not check for an update to the carrier settings for your iphone. an unknown error occurred (1635) iphone 3gs with IOS 5. any ideas? thx

    Hello,
    this morning I received the following error message when the iPhone connected to iTunes: i
    tunes could not check for an update to the carrier settings for your iphone. an unknown error occurred (1635) 
    any ideas? thx

    I get the same error (although in Dutch ;-)).
    It also says something like (I'm translating): "Make sure your network settings are correct and your networkconnection is active or try again later." Is there a way to find out these "correct networksettings"?
    I now get it for a week, eacht time I connect my iPhone to itunes...

  • Serialization not possible for material number (SHPCON IDOC error )

    Hello,
       Can any one shed some light on following inbound PGI IDOC (SHPCON) Error from 3PL.
    "Serialization not possible for material number XYZ"
    Message no. IO205
    Diagnosis
      The serial number profile of the material does not allow serialization for the operation you have chosen.
    Procedure
    Maintain the serial number profile.
    Additional info
    1) Serial number profile is maintained in the material master
    2) Serial number populated in the idoc E1EDL11 is not used in any delivery or assigned  and it is valid serial number  and has equipment master record
    3) If i use the same serial number from the IDOC and post PGI manually via VL02N , I am able to post the PGI without any problems and I don;t get the above error
    4) IDOC has all the info required , Delivery number,Valid material # , qty,UOM and Line item number of the delivery .
    Thanks in advance for your help
    GJ

    Dear Jalwadi
    I got exact same problem. How did you solve it?

  • When I click on check for update I get error, iTunes could not check for an update to the carrier settings for your iPhone. an unknown error occurred 1630

    when I click on check for update I get error, iTunes could not check for an update to the carrier settings for your iPhone. an unknown error occurred 1630
    Make sure your network setting are correct and your network connection is active or try again latter.

    update your itunes to 10.5.2 and error is not showing up anymore..

  • Material number is not populating in PO in tcode ME23N

    Hi,
    The material number is not populating in PO in transaction ME23N. The coloumns is displaying as blank and supressed(Gray).
    This problem occured during the upgradation from 4.6C to ECC6.0.
    We have checked the SPRO configuration for field selections and these are not having any problem.
    Data is updated in database tabes but it is not displayed in ME23N screen.
    Please advice.
    Thanks,
    Rakesh

    check OSS Note 492757 - ME21N/ME52N: You cannot set field selection for material
    maybe it helps to solve your issue

  • Error in allocating Despatch serial number Interval not found Number object

    Hi All,
    While saving the Excise Invoice(created w.r.to Invoice) in J1IIN system is throwing the error:
    "Error in allocating Despatch serial number Interval not found Number object J_1IINTPR2
    Message no. 8I336"
    The Excise Group(say 99) was created.
    But the same is not reflecting in the drop down list of SNUM for maintaining the No.Range in the Object  J_1IINTPR2.
    Do the needful to resolve this issue.
    Needless to say helpful answers will be rewarded.
    Regards,
    Raj Kumar Reddy.

    Dear Raj,
    Go to Excise group details here you check these settings
    IMG>Logistics general>Tax on Goods movements>India>Basic settings-->Maintain Excise groups
    Have you check all these check boxes
    1.Excise Inv during billing
    2.Create and Post Invsingle step                    
    3,Depot Excise invoice
    4.EI capture
    5.Diuty Different at GR
    6.EI create/RG23D selection
    7.Update RG1 at MIGO
    I hope this will help you,
    Regards,
    Murali.

  • Despatch serial number Interval not found Number object J_1IINTPR2

    Hi all,
    I am facing one error when creating excise invoice.
    system shows the following error.
    Error in allocating Despatch serial number Interval not found Number object J_1IINTPR2
    For this, i tried to maintain number range in j1i9 object J_1IINTPR2.
    Here system is not showing excise group number.
    But for one company code it shows and another company code excise group code is not displayed.
    Can anyone tell me what will be the problem?
    Thanks in advance,
    Babs

    Thanks for your reply..........
    excise group 10 belongs to first plant
    excise group 20 belongs to second plant.
    settings are maintained same for the two excise group.
    excise group 10 is displayed in  J1I9 (Number object J_1IINTPR2).
    But excise group 20 is not displayed over there. I want to maintain number range for excise group 20.
    Thanks in advance
    Babs

  • While create inbound delviery Material number is not showing

    Hi All,
    I am trying to create inbound delivery with reference to Purchase Order.
    While using BBP_INB_DELIVERY_CREATE to create inbound deliveries, the material number is not showing up in the VL33N screen but Material Description is coming.
    As you have also faced same problem,can you please suggest how to resolve this issue?Your help will be highly appreciated.
    Thanks
    Santhu
    Edited by: santosh jajur on Sep 24, 2010 12:48 PM

    Hi,
    This function module doesn't pass Material number while creating the inbound delivery.  Instead you can use the function module GN_DELIVERY_CREATE along with NUMBER_GET_NEXT function module.
    See line number 631 to 656 of include LBBP_SIC_40F02 (Called from Line no 18 of BBP_INB_DELIVERY_CREATE) for more details.
    While using the function module BBP_INB_DELIVERY_CREATE, material number is not passed to the function module (GN_DELIVERY_CREATE) structure field XKOMDLGN-MATNR.
    Regards
    Vinod

  • BBP_INB_DELIVERY_CREATE-material number is not showing up in the VL33N

    Hi All,
    I am trying to create inbound delivery with reference to Purchase Order.
    While using BBP_INB_DELIVERY_CREATE to create inbound deliveries, the material number is not showing up in the VL33N screen but Material Description is coming.
    As you have also faced same problem,can you please suggest how to resolve this issue?Your help will be highly appreciated.
    Thanks
    Priyanka

    Hi,
    This function module doesn't pass Material number while creating the inbound delivery.  Instead you can use the function module GN_DELIVERY_CREATE along with NUMBER_GET_NEXT function module.
    See line number 631 to 656 of include LBBP_SIC_40F02 (Called from Line no 18 of BBP_INB_DELIVERY_CREATE) for more details.
    While using the function module BBP_INB_DELIVERY_CREATE, material number is not passed to the function module (GN_DELIVERY_CREATE) structure field XKOMDLGN-MATNR.
    Regards
    Vinod

  • Path in itune \settings\extended correct but titles not found ( ! symbol )

    Hi to everybody
    I made probably a mistake somewhere trying to find a place for my 10 GB "iTunes Music" directory.
    To make it short the situation is as follows:
    Finally I moved back the "itunes music" dir to its original place in \ownfiles\ownmusic and indicated its place in \itune \settings\extended.
    The path of "iTunes Music" is displayed in settings correctly but titles are not found: I got 3000 times "!".
    If i click upon a title i am asked to indicate manually again its directory. then it works, but i would hate do have to do it 3000 times....HELP
    acer Windows 2000

    The ! means that the songs have been moved out of the iTunes music folder or even deleted altogether.
    Use Explorer to search for them.
    On the Start menu, click Search.
    Click All Files and folders.
    In the "All or part of the file name" field, type a song or album title and then click Search.
    If you see the files you are looking for in the Search Results window, you can add them back into your iTunes library.
    http://docs.info.apple.com/article.html?artnum=93140

  • I need to reinstall Creative Suite 5.5 Design Premium and it tells me it is a valid serial number but not found on computer

    I need to reinstall Creative Suite 5.5 Design Premium and it tells me it is a valid serial number but not found on computer

    Anne Marie Bartella please verify the serial number you are using is the same serial number registered with Adobe.  For more information please see Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html.

Maybe you are looking for