Item Overview Lines not showing in ME21N

Hi,
When we run the T.code ME21N, in Item Overview, lines not showing, in which we insert Material number, qty and other details...This is happens from today morning...
What should be problem... Is there any Configuration Setting...
Please guide...

Thanks.... Solved Myself...@

Similar Messages

  • The purchased items it is not showing all applications

    I HAVE IPHONE  4S 16GB
    WHEN I GO TO APP STORE FROM THE IPHONE TO THE PURCHASED ITEMS IT IS NOT SHOWING ALL APPLICATION WHICH ONE I DOWNLOADING
    PLEASE I WANT A SOLUTION.

    Hi, rsvip7.
    I would recommend closing any open applications in multitasking and restarting the device.  If unfamiliar with multitasking, I have included a screenshot on how to process an application close.  Test the results after processing these steps by attempting to access your previous purchases.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519
    If the issue persists, I would verify which Apple ID was used to make the purchases you are unable to locate.  If the application is located on your computer, you can either Right-Click and Get Info on the selected media for Windows or Control-Click and Get Info for Mac.  The Apple ID that was used to purchase the media will be on the Summary tab. You can also verify what Apple ID it was purchased with by accessing your purchase history by following the steps below. 
    iTunes Store & Mac App Store: Seeing your purchase history and order numbers
    http://support.apple.com/kb/HT2727
    If the account used to purchase the missing content is different, you will need to login with that Apple ID in order to access prior purchases. 
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/ht1311
    Hope that helps,
    Jason H. 

  • SOLUTION: tab not showing in ME21N/ME22N with badi ME_GUI_PO_CUST

    Hi,
    I implemented BADI's ME_GUI_PO_CUST and ME_PROCESS_PO_CUST to show a custom tab in the header section of ME21N, ME22N and ME23N.
    But after implementing the BADI's, the tab showed up in ME23N, but not in ME21N and ME22N.
    So I started looking for a solution in the SDN forum, and I saw that there were a LOT of people with the same problem, but nobody ever posted a solution.
    So here is the solution:
    So, I added the fields I wanted to show in the structure CI_EKKODB, implemented the BADI ME_GUI_PO_CUST (the methods SUBSCRIBE and MAP_DYNPRO_FIELDS), and the BADI ME_PROCESS_PO_CUST.
    After that the tab showed up in ME23N, not in ME21N or ME22N.
    So I found an SAP note saying the following:
    Question:
    I implemented the 'ME_GUI_PO_CUST' Business Add-In to display customer-
    specific tab titles in the EnjoySAP purchase order. They are only shown in display mode (ME23N) however, not in create or change. Why?
    Solution:
    You may have forgotten to assign a field status to the user-defined fields on these tabs. As a result, the system automatically interprets the field status as 'hidden' in create and change modes. However if a tab contains only hidden fields, then the entire tab is set to hidden. In display mode, fields without a field status are automatically set to display. That is why the tab is displayed in this case.
    To assign a field status to the user-defined fields, use the methods provided for this purpose in the Business Add-In 'ME_PROCESS_PO_CUST' (compare sample source code in the FIELDSELECTION_ITEM method).
    So in my case, I had to add some code to the  FIELDSELECTION_HEADER method of the BADI ME_PROCESS_PO_CUST.
    This is the code:
    method IF_EX_ME_PROCESS_PO_CUST~FIELDSELECTION_HEADER.
      DATA: l_persistent TYPE mmpur_bool.
      FIELD-SYMBOLS: <fs> LIKE LINE OF ch_fieldselection.
    * if the item is already on the database, we disallow to change field badi_bsgru
      l_persistent = im_header->is_persistent( ).
    *   IF l_persistent EQ mmpur_yes.
        READ TABLE ch_fieldselection ASSIGNING <fs> WITH TABLE KEY metafield = mmmfd_cust_01.
        IF sy-subrc IS INITIAL.
          <fs>-fieldstatus = '*'. " Input
        ENDIF.
    *   ENDIF.
    endmethod.
    But then, I realized that this BADI was never triggered. When I entered one of the transaction codes ME21N, ME22N or ME23N, the code in the fieldselection_header method was never executed.
    So I went to transaction SE18, and entered ME_PROCESS_PO_CUST in 'Enhancement Spot' and pushed the button display.
    And there in the tab 'Enhancement Implementations', I saw an implementation that was not mine, and that did not show up in the overview of the SE18 'BADI NAME' tab for the same BADI... which to me seems strange.
    So as you may know, there can never be more than one active implementation of the BADI ME_PROCESS_PO_CUST.
    So I disactivated my implementation and put my code in the existing implementation.
    And after that it worked!

    implement first badi :ZME_GUI_PO_CUST:
    METHOD if_ex_me_gui_po_cust~subscribe.
    DATA: ls_subscriber LIKE LINE OF re_subscribers.
    * we want to add a customer subscreen on the item detail tab
       CHECK im_application = 'PO'.
       CHECK im_element     = 'HEADER'.
    * each line in re_subscribers generates a subscreen. We add one subscreen in this example
       CLEAR re_subscribers[].
    * the name is a unique identifier for the subscreen and defined in this class definition
       ls_subscriber-name = subscreen1.
    * the dynpro number to use
       ls_subscriber-dynpro = '0001'.
    * the program where the dynpro can be found
       ls_subscriber-program = 'SAPLMEPOBADIEX'.
    * each subscreen needs his own DDIC-Structure
       ls_subscriber-struct_name = 'MEPO_BADI_STRUCT'.
    * a label can be defined
       ls_subscriber-label = text-001.
    * the position within the tabstrib can be defined
       ls_subscriber-position = 4.
    * the height of the screen can be defined here. Currently we suport two screen sizes:
    * value <= 7 a sevel line subscreen
    * value > 7  a 16 line subscreen
       ls_subscriber-height = 7.
       APPEND ls_subscriber TO re_subscribers.
    ENDMETHOD.
    implement 2nd badi : ZME_PROCESS_PO_CUST:
    method IF_EX_ME_PROCESS_PO_CUST~FIELDSELECTION_HEADER.
       DATA: l_persistent TYPE mmpur_bool.
       FIELD-SYMBOLS: <fs> LIKE LINE OF ch_fieldselection.
    * if the item is already on the database, we disallow to change field badi_bsgru
       l_persistent = im_header->is_persistent( ).
    *   IF l_persistent EQ mmpur_yes.
         READ TABLE ch_fieldselection ASSIGNING <fs> WITH TABLE KEY metafield = mmmfd_cust_01.
         IF sy-subrc IS INITIAL.
           <fs>-fieldstatus = '*'. " Input
         ENDIF.
    *   ENDIF.
    endmethod.

  • Sales order Schedule line not showing in prod. order

    Hi
    I am using Make-to-order production. In my production order i can able to see the sales order number, item number but not able to see the schedule line number. It is showing zero. But in table VBEP table when i checked, system gives the sales order number (eg.1511632), item number  (10) and schedule line number (0001).
    Why in production order screen and AFPO table i am not getting schedule line number(field name-KDEIN).
    Regards
    Ganesh M

    Hi,
    When an item has more than one schedule line, the system automatically assigns a unique number to each line. The number is displayed in the details screens for schedule lines.  The schedule line number serves internal purposes and does not, for
    example, determine the sequence of schedule lines in the overview screen. The schedule lines on the overview screen are sorted by date.
    Please go to Sale order view from MD04, Click on Item no. and go to schedule line tab page, now you can see the line items and if you want to see in detail click each line item, it will show line item number clearly.
    Regards,
    Santhamoorthy

  • Demand for Partial Schedule line not showing in MD04?

    Hi All,
    An SO with around 1200 line items, having problem with one line item, ordered qty is 20. Shipped a partial line of 6qty.Schedule line was showing order qty of 20, confirmed qty 6 but no second schedule line for the balance of 14 and the demand for the open qty 14 is not reflected in MD04. Tried manually and also manually running MRP for the item but neitger created a second line or triggered the demand to show in MD04.
    Thanks in Advance.
    Thankyou and Regards
    Hatti.

    Try creating the schedule line in the order and then running MRP for the demand to show in your stock requirements.

  • SORT BUTTON ON PURCHASE ORDER ITEM OVERVIEW IS NOT WORKING

    Gentlemen
    We have recently upgraded our system from SAP R3 4.6 to SAP ECC 6.0. After the upgrade we have noticed an issue in transactions ME21N, ME22N, ME23N; despite the u201CSortu201D button on the item overview is available, itu2019s not working. It doesnu2019t sort (ascending or descending)  material, material text or any another column.
    Please let me know if there is a sap note to adjust this mistake or another advice.
    Thanks
    JM

    To fix this:
    Goto Personal settings --> Basic settings --> Item overview: "Check" Item overview as grid control.
    Once grid control is active, you should be able to sort columns.
    Hope this helps-

  • Materials in class items K are not showing in CU50 result

    Dear Experts
    I have configured a new product for my company . The details are provided as below.
    For configuration of the product I have used a class item K . The list of materials to be picked from this class are assigned to the class through T-code CL24N .
    I have also created a variant table and provided the value of the material list in the table . I have also written the object dependency ( procedure ) and assigned it to configuration profile .
    Problem :- After  selecting the entries in CU50 , I try to get the result.  But  the result does not  shows the required materials . Instead of materials the name of the class 300 appears in the BOM items . The Item category also shows up as K instead of L.
    Requesting your guidance in this regards . Thanks in advance.
    Aman Khan

    HI,
    If you want to use BOM Item for configuration. It's better to do take a look at this example.
    EX: I want to create FG named THEBOX. This box has 2 characteristics: Size and Color. Now you want to use BOM Item K to choose the correct color as you want.
    Sol:
    1. Create FG Material THEBOX as KMAT type (MM01)
    2. Create class A300_BOX (CL04) (class type 300 with 2 characteristics Size and Color) and assign to material THEBOX
    3. Create class A200_Color (class type 200) (CL04) includes characteristic Color as characteristic of A300_BOX. Then you maintain value for this characteristic in this A200_Color (Red, Blue, Green). Remember to maintain on Additional data tab with Allow in BOM and Resulting item category is L.
    4. You create 3 raw materials ColorRED, ColorBlue, ColorGreen and assign them to A200_Color class. You also need to choose the correct values for them (Red to ColorRED, Blue to ColorBLUE and Green to ColorGREEN).
    5. Create BOM for FG material THEBOX (CS01) And then go to tab Class, enter A200_Color, Item Category is K, Type is 200 and quantity also.
    6. Use CU50 for simulation
    Remember: Raw materials and FG must have the same Plant. Otherwise, it will not give you the correct BOM Item as you want.
    Hope this example helpful for you!

  • Item level ststus not showing search list for agent inbox

    Hi,
    while selecting item level ststus in agent inbox it is not showing records in search list.so many records existed in system based on item leval ststuses.
    currently working on crm 7.0
    can u please help me out to solve this issue
    Thanks & Regards
    kishore kumar

    Hi,
    i performed all settings regarding map inbox etc.still i am not able to see results list based on item level ststus.these ststus profile assaigned to item catageory
    Thanks & Regards
    Kishore Kumar

  • Freetext items - Field ORDERED_PROD not showing up and no PARTNER_PROD

    Hello all
    We're on SRM 4.0 with SRM Server 5.0 SP08.
    2 issues / questions:
    1) When adding freetext items we would like to enter the partner product number (if the user knows it). For this a field named PARTNER_PROD exists but it is not showing up!
    I looked at html template bbpsc03/99/saplbbp_sc_ui_its_230.html and dynpro 230 of program saplbbp_sc_ui_its... the field is not in there!
    2) But in this template / dynpro the field ORDERED_PROD is there... but why does this one not show up as well???
    Any help greatly appreciated
    Renaud

    Hi,
    1) Add PARTNER_PROD field to this screen is not possible in standard
    2) the field ORDERED_PROD is linked to gs_scr_itmchoice-product of the screen 110.
    Regards
         Olivier

  • Subject line not showing in mail

    When I receive mail from a colleague send to me from her Exchange account to my Exchange account and I read this account from my MacBook Pro Retina using Mail, the subject line does not show up. Instead it says: (no subject).
    When I look into the details of the mail, I can see that there is a line 'Thread-Topic: the subject my colleague put into the subject line'.
    So the subject is there, but Mail doesn't show it. I can't figure out why this happens or what I can do to stop it.
    The mails in question only have the subject line filled and no further content (there just short messages).
    Any help will be appreciated.
    Ed

    This is a recurring problem with Exchange servers. Sometimes it's fixed by rebuildiing the mailbox. Another possible fix is to disable the account in the Mail preferences dialog, then re-enable it. Back up all data before making any changes.

  • CIPC registers but line not showing

    CallManager Express 8.6, IP Communicator 8.6 UC540
    Connecting on site everything connects and works fine.  When connecting through VPN the CIPC registers but the line does not show up.  
    Have verified that the connectivity is wide open between the vpn subnet and the voice subnet.  Have verified the TFTP address and source address on the UC.
    No errors in TFTP Debug or ephone registration debug.
    Have tried both the ethernet mac on the pc and the vpn adapter mac.
    Any suggestions would be greatly appreciated.

    What do you have for firewall? UC540 or something else? Can you make sure SCCP or SIP (depending on what is being used) inspection is turned off? 

  • Rule lines not showing up when printing handouts

    Choosing 'handouts' and selecting add rule lines and nothing shows up, on printed copy or pdf preview. Missing something?

    having the same problem but have found a workaround until its fixed. Just type a series of underscores in the notes window and then copy and paste to each slide. When you print handouts with notes the lines will show up. Not optimal but works until this problem is fixed.

  • DB02 - Space - overview Histoy not showing old data

    Hi,
            We are using ECC6HPUX11Oracle 10.2.0.4 and patch level is 17. We have recenlty upg the supp pack. Our issue is DB02 is not showing last years Space history. We have other Env of SRM SCM and XI where there is no problem with the Space - history. Now the space history is showing only from jan 2009 and we want the old space history. can anyone please help us
    Thank you
    Umesh K

    Hi,
    Please check attached link.
    [https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=73945]
    Hope this helps.
    Manoj

  • To line not showing in Apple Mail header

    Suddenly only the From, Subject, and Date line is showing in Mail 5.2.
    How do I get the To line to display?

    I may be confused as to what you're experiencing.
    Are you missing the 'To' field in the Message viewer window (as shown in the screenshot I posted) or the 'To' field in the header of an email message (where you would write the recipients name)?
    If the former, I thought you said the 'From' field was showing in the window, isn't that right? But in any case, it doesn't have to be the 'From' field. Hold down 'control' and click on the name of any field in the message viewer window and you'll get the same menu.

  • Created two item by personalisation not showing in exact line

    Hi,
    I have created two date type fields through personalization i.e start date and end date under pagelayout region but these two items doesnt show in accurate line in my oaf page.
    These two fields are showing vertically but not in same line there are some space between these two fields.
    How can I show these two fields in same line by personalization because this is standard page.
    I tried spacer too but it doesn't work.
    how can I achieve this.
    Pls help
    Thans Amit

    Hi
    If you have created sales order for 21 line items and in delivery there are only 11 line items are copied then while in the delivery creation from the initial screen there could have been FROM and TO  mentioned
    If your answer is no for this then in the delivery overview screen there will be a message check the nodes in the log
    Have you checked that?
    The system will itself tell why?
    From the top menu bar-edit--error log
    Regards
    Raja

Maybe you are looking for

  • How to partition the hard drive in Mac OS 9?

    I  have a 366 MHz iBook Clamshell, and to install Yellow Dog Linux without wiping OS 9, I must partition the hard drive. It does not have any CD tray, and the hard drive is 10 GB.

  • Batch not updated in process order

    hi all,             When i am doing batch determination and goods issue through coik pick list batch not update in process order. presently we are not doing batch determination in process order.after goods issue component batch fields are grey out in

  • BOOLEAN  data type in oracle is it there?

    is there any data type in oracle which stores BOOLEAN data?

  • Permissions issue with Entourage after upgrading to Leopard

    I upgraded my system to Leopard and in doing so, did a "clean" install. I copied my backup Database file to the Identity folder and now i get "you do not have sufficient permissions to view contents of this folder" when trying to launch. If i let Ent

  • AIR-CAP702W local ethernet ports

    Hi all, The new AIR-CAP702W AP have 4 10/100/1000Base-T local Ethernet ports. On the data-sheet it's written "for wired devices connectivity". http://www.cisco.com/c/en/us/products/collateral/wireless/aironet-700-series/data_sheet_c78-728968.html Tha