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

Similar Messages

  • 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

  • "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

  • 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

  • TICKET Number (TICKETNR) not populated

    Hi,
    I am trying to create and actualize tickets using following function modules in given a sequence.
    1) OIJB_TICKET_DEFAULTING
    2) OIJ_EL_A_TICKETS_MAINTAIN_N
    3) ENQUEUE_E_OIJTKT
    4) OIJB_GENERATE_DOCUMENTS_N
    5) ENQUEUE_E_OIJTKT
    Function modules are working fine and able to create and actualize tickets.
    I am creating more than 1 tickets in loop.
    But only for first ticket TICKETNR (Ticket Number) is populated. For rest tickets it is blank.
    TICKETNR is generated in function module OIJB_TICKET_DEFAULTING.
    This is auto generated number.
    Any Idea why it does not create TICKETNR from second ticket onwards?
    Thanks & Regards,
    Umesh

    Arun:
    Your situation is as expected - the address number will not be saved to BUT000 but to BUT020 or BUT021* tables.
    regards,
    bill.

  • External material number should not contain purely numbers

    Hi Gurus,
    I have created the material number range for a specific material type. I need the number to be assigned externally. When i try to create a new material master (with only numbers)on the above material type, the system throwing " For the specific material type, external matl no should not contain purely numbers".
    Any body pls explain.
    Thanks,
    Saravanan

    hi
    check while mentioning number range have u entered any alphabet in from and to filed
    i.e from A to ZZZ    then system will ask u to add atlease 1 alphabet
    if u use  1000000000    1000099999  as external number range then u can use only numerical numbers in number range
    pls  check same
    Vishal...

  • Material staging indicator not populating in prod order WM pick list item

    Hello,
    I have an issue with material staging in an prod order
    1) PP-WM interface is activated
    2) Control cycle for material is created
    3) Production storage location is created for material
    4) storage type is 100 for production
    5) There is one discontinued material and also the follow up material
    6) stock of discontinued material is zero and requirement are passed to follow up material
    When we confirm the order the stagging indicator for both follow up material as well as discontinued material automatically populates zero (Non relevence to pick list items) where as it should be one (1 - for pick list items).
    One more issue user has manually inserted discontinued material as well as follow up material in production order change mode.
    In the BOM of a main material both discontinued as well as follow up material is there with some quantity as a component.
    For the same work center, control cycle , production storage location the indicator is populating.
    These two material (discontinued as well as follow up) are appearing twice in the WM pick list screen where first two line items are OK and populating indicator "1". But in line item last and second last indicator is not there.
    My question is why the stagging indicator is not automatically populating in the production order WM pick list screen in front of components.

    Unfortunately, WM material staging via production orders is not possible
    from the pull list.  Please see the long text of message RMPU 311
    (WM material staging for production order reservation not possible):
    "You cannot carry out a WM material provision for pick parts from
    production order reservations in the pull list". The reasons for this
    are cleary explained in the SAP on-line documentation via the
    following path :
      Logistics -> Logistics Execution -> Warehouse Management Guide ->
      Goods Issue -> Goods Issue for Production Supply ->
      Material Staging for Repetitive Manufacturing
    See the following under the Selection heading :
    The choice of the selection type influences which types of WM material
    staging are supported in the pull list. However, the pick parts can be
    staged via RS headers/planned orders but not with the current BOM
    explosion. The release order parts, on the other hand, can also be
    staged if the current BOM is used for calculating the dependent
    requirements.
    WM material staging via production orders is not possible from the pull
    list.
    I think you may try in CO02 or COR2 for production order or process order.

  • Material Number is not in table PLPO

    Gurus,
    I need to pull Material Production standard Time (Setup, Labor and Machine time) data from table PLPO into BW, however i do not see the field MATNR(Material) in this table. There is material group and BOM though. In this scenario, what are my options to identify/map these fields to MATNR in the DSO or Cube. Btw, theDSO/Cube has MATNR infoobject ZMATERIAL. Thanks in advance.

    Hi,
    Check out the thread -
    Re: Activity Value in PLPO table
    Regards,
    Geeta

  • Delivery schedule line number in sales order is not populated in production

    Hi all,
    i am doing make to order scenario with 20 strategy group. In sales order we r defining the different delivery schedule lines.when i run the MRP and getting the plan orders for all the FG material and semifinished material, the sale order number and sale order item number is getting updated in production order . Beside these two , delivery schedule line number is not populated in production order.
    please give your valuable suggestion .
    i would be highly thankful to u
    Will reward points.
    Regards
    Kumaraguru

    Hi Kumar,
    Some changes done in your PRD server.If yes then contact abap consultant regarding the same.
    Because these type of problem comes when you do transport or changes done in the system.
    Regards,
    Anil

  • Delivery schedule line number in sales order is not populated  in productio

    Hi all,
    i am doing make to order scenario with 20 strategy group. In sales order we r defining the different delivery schedule lines.when i run the MRP and getting the plan orders for all the FG material and semifinished material, the sale order number and sale order item number is getting updated in production order . Beside these two , delivery schedule line number is not populated in production order.
    please give your valuable suggestion .
    i would be highly thankful to u
    Regards
    Kumaraguru

    Hi Kumar,
    Some changes done in your PRD server.If yes then contact abap consultant regarding the same.
    Because these type of problem comes when you do transport or changes done in the system.
    Regards,
    Anil

  • Issue with Customer Material Number in sales order

    Hi All,
    I am facing one strange issue.
    Accoding to the flow of my client system the customer Material number is automaticlly populated while creating the line item in sales order. The Customer Material number come from the Configuration of the Item.
    This is working properly in the quality system but in the prodcution system for some cases this customer material number is not coming.
    The customer material is not coming in production only some times other wise it works properly.
    I am  not able to understand what may be the issue as it  is working properly in the quality and in the procudtion it is not coming only for some line item.
    Kindly help.

    That depends on either configuration used in your system or any enhamcement used.
    So check the cases for which they have configured it or used any enhancement.

  • Can SAP get material number in Purchase order in external processing?

    I have a question that:
    As I know, Exeternal processing is a service, so that Material number can not be shown in purchase order converted from PR for external processing. Here, PR can be automately generated from transaction CO01 to create an external processing production order. Meanwhile, for external processing, purchase info record is created without material number only with material group.
    So, I want to know that if there any solutions to show material number in purchase order generated for external processing?
    thanks,
    best regards,

    If therer are no production order, How can I get finished products from internal activity and external processing?
    Now, external processing in our company like this:
    1.create an purchase info record. (type:subcontracting, with material group, but not material ID)
    2.Maintan external processing data in external operation where external processing happens.(control key: pp02, external processing data: info record, purchase org. net price, cost element etc.)
    3.create a production order for the material.(one of the operations is an external processing operation described like step 2)
    4.Purchase requstion is changed into Purchase order. (Purchase requestion is automately created with the production order)
    5.MIGO to receive goods from the purchase order.
    6.finished the production order and delivery goods.then the production order is DLV.
    In step 4, purchase order can only get the production order ID, but there are no material ID shown in it. Only method to show material is that maintaining a description text in the external operation, then, purchase order item could show material in material text(but, here, there is no material ID derectly from info record or production order).
    this is the big problem now for our company. No material ID can be automately carried into the purchase order.
    Hope you help..
    thanks...

  • Closed tick and vendor material number in PR

    Dear Gurus,
    I have three questions.
    1. I have created a PR with vendor material number, but initially vendor material number did not copy to the PO. Then I assigned a desired vendor along with vendor material number. It got copied to the PO. After that I created another PR with vendor material number and without vendor code. That vendor material number copied to the PO. Why is this?
    2. I have created a PO for full quantity given in the PR, but why closed tick in the PR is not set automatically.
    3. Can set this close tick in the PR when creating the PO.
    Thanks,
    Chameendri

    Hi,
    3. Can set this close tick in the PR when creating the PO.
    NO,when you create Po for fully qty of PR then in PR itself Po creation status will  be thereon status tab at item level and you can not create another Po if PR qty is fulled
    2. I have created a PO for full quantity given in the PR, but why closed tick in the PR is not set automatically.
    sap stander
    Regards
    Kailas ugale

  • Material number mandatory (field selection) based on acc. ***. category

    Hy Folks,
    i am looking for a solution to define the Material Number as a mandatory field if the Account Assignment Category "Q" is used in a Purchase Order Item. Field Selection of Account ASsignment category Q is not sufficient as the material number is not included.
    Any ideas for a solution in SAP standard customizing? (sure, user exit will be possible...)
    THX!
    Gregor

    Hi dear,
    With settings in SPRO this is not possible you have to go for exits or BADI take help of ur ABAP er.

Maybe you are looking for

  • How many iphone devices can be on one itunes account

    I already have an iphone and ipod touch on my one laptop and have the one itunes on the laptop. I am wondering if I can put another iphone onto the laptop and sync it to the itunes without whipping anything off the computer or the iphone and ipod tou

  • Family Sharing *never* asks permission prior to purchase

    I'm sure others are having this issue (I've seen a few posts here and there); I have a love/hate relationship with Family Sharing. Movie and TV sharing is great -- it's easy for us to share purchases; we do it all the time. The problem is with the fa

  • HTTP response contains status code 415 with the description Unsupported

    Hi All, While transferring the data from SRM to CCM , We are getting following error, HTTP response contains status code 415 with the description Unsupported Media Type Error while sending by HTTP (error code: 415, error text: Unsupported Media Type

  • Filtering on a dimension table

    Hi all, I am trying to bring in a field from a dimension table-to be used in my mapping. This is based on a condition.(All attributes belong to the same level in the dimension). I brought in the dimension using the 'dimension' operator and tried to '

  • My ICloud Panel won't properly install in Windows.  It freezes.  How do I fix it?

    I have installed and uninstalled the ICloud for Windows applications a few times now, and it never seems to work.  When I try to log in with my credentials, it the round "asterisk" just spins and it never logs in or brings up the panel, which I assum