PO Service items - only displayed while in release process (ME29N)

Hi all,
I must find a way to make all fields only displayed in transaction me29n. For that purpose I created a field selection key ME29N in IMG -> MM -> Purchasing -> PO -> Define screen layout at doc.level and put almost all fields Displayed (except release fields of course). Still material number and service details (services, limits, etc.) were changeable. For that reason I went to IMG -> MM -> External Services Management -> Define screen layouts and created again ME29N, defining all fields to Display.
But still, services and limits are optional for changes. Could you help me what am I missing?
In addition, can you help find a way to make displayed the material number in ME29N as well. Thanks!
Edited by: O R on Jun 5, 2008 4:28 PM

Hi,
Go to ME23N to dispaly the PO and find the Release Strategy Tab at Header section and find the release groups also.
If u not found the release strategy tab at header level u r PO has not release strategy...then check your PO with values and document type
If you found the release strategy tab at header level check weather it has released or not...
If not go to ME29N (Individual Release) or ME28 (Collective Release)...
Anilkumar Dalai

Similar Messages

  • Line item only display after run RFSEPA01

    Hi expert,
    I set up all gl account with line item display but i need to block GL and run program RFSEPA01 so that line item will posted to BSIS table.
    Is this need to run every after new posting done in?
    As i run for one GL before with RFSEPA01 after new posting to that GL, i not able to view line item in FS10N, therefore i go and run RFSEPA01 again.
    Is this everyday i need to run & re-run for all gl? Is there any configure i missing?
    Please advice on menu path to configure the link to BSIS table.
    Thanks.
    regards,
    chuan

    Dear,
    What is your requirement?
    Why you are running RFSEPA01 daily when there is option "Open Item managed" ticked in FS00?
    Program description: Switch On Line Item Display by Changing Master Record.
    TABLES: bsis,
           *bsis,              "#EC NEEDED
            bsas,
           *bsas,             "#EC NEEDED
            bseg,
            bkpf,
            skb1,
           *skb1,
            ska1,
            t001.
    RFSEPA01 is used when the GL Account is not there in open item status and need to change that to open item managed.
    Check once again

  • Service purchase order vendor tax liabiliy only applicable for service item

    Hi,
    While creating service purchase order if the vendor is providing material & service we need to enter 2 line item. But TDS responsibility only to the service line item only.
    While creating service P.O.  through any BADI we are able to assign TDS liability  to the particular line item?
    Thanks
    Christopher.J.

    ok

  • Spry Menu Text only displays in hover color, doesn't sense browser edge

    I have a Spry horizontal menu in a website that is working fairly well in everything except IE6.  Firefox, Safari, and IE7 are all fine.
    In IE6, random menu items only display in the blue hover color, so they are invisible until you hover over them.
    My second problem is that the menu is right-aligned, and the button on the far right has three submenus.  I would like the second two submenus to automatically open to the left of the first submenu when opening to the right would cause them to be cut off by the edge of the browser window.  How do I do this??
    Here is my code (I've customized it with suggestions online, but just can't seem to fix the problem with IE6).
    Thanks for any help, I'm really stuck!!
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 9pt;
    cursor: default;
    font-family: Helvetica, Arial, sans-serif;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: auto;
    float: left;
    height: auto;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 8.2em;
    position: absolute;
    left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 12em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    /*ul.MenuBarHorizontal ul
    border: 1px solid #CCC;
    /* Menu items are a blue block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #0000ff;
    color: #fff180;
    text-decoration: none;
    li.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #0000FF;
    color: #FFF180;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    /* Menu items that have mouse over or focus have a yellow background and blue text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #fff180;
    color: #0000ff;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    background-color: #fff180;
    color: #0000FF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;
    @media screen {
    * html ul.MenuBarVertical ul {position: relative!important; float: left;
    margin: -10px -1000px -1000px 80px; display: inline;}
    * html ul.MenuBarVertical {position: static!important; }
    *:first-child+html ul.MenuBarVertical ul {position: relative!important;
    float: left; margin: -10px -1000px -1000px 80px;}
    *:first-child+html ul.MenuBarVertical {position: static!important; }

    If you want to see the website and menu in action, go to http://www.gwnetworks.com/playtri/index_new2.html
    Thanks again!

  • EDI invoice failed for Service- multiple tax code at service item level

    Hi Guys,
    Please understand below scenarios, it is very critical to our client.
    purchase order has 3 parent
    line item which having the 3 services with tax code (P1-P1-P1 and P2-P2-P2 and (P2-P1-C1)
    (P1=10%, P2=10% and C1=10%)
    PO Outbound Idoc -
    Similar tax codes(P1-P1-p1 and P2-P2-P2) - Carries total tax amount and
    tax rate at parent level also it carries indvidual service line item
    tax amount and tax rate at service item level
    Mulitple tax codes(P2-P1-C1)- Carries only total tax amount at parent
    level and no tax rate at parent level. It carries indvidual service
    line item tax amount and tax rate at service item level
    SES Outbound Idoc -
    Similar tax codes(P1-P1-p1 and P2-P2-P2) - Carries total tax amount at
    parent level segment and tax rate at parent item level also it carries
    indvidual service line item tax amount and tax rate at service item
    level
    Mulitple tax codes(P2-P1-C1)- Carries only total tax amount at parent
    level and no tax rate at parent level. It carries indvidual service
    line item tax amount and tax rate at service item level
    But while creating the invoice for parent line item which includes 3
    services, it carries correct tax amount(as per PO and SESR) but it is
    asking for tax rate at parent level not at service item level.
    It is working fine for similar tax code at service line item (e.g P1-P1-p1 for 3 services or P2-P2-P2 for all 3 services) but when we use the combination of tax code or multiple tax code at service line items (e.g. P2-P1-C1), the inbound Idoc gets failed.
    Expectation - How EDI invoice posted for mulitple Services under one parent line item which having multiple tax codes at service item level
    Thanks
    Sanjay
    9930851236

    This is an ongoing problem with lots of clients - did anyone solve it ?

  • Default layout "1 Goods services/items" in MIRO

    Dear,
    Since the 6.0 release, the layout in MIRO "1 Goods services/items" doesn't stay default anymore.  When you have booked planned delivery costs the last time, you will get layout "2 Planned Delivery Costs" when you enter the next time to book an invoice...
    Does anyone knows how to set the first layout default?
    Thanks in advance,
    Lien

    Hi,
    This is standard function, which ever layout you will select to post last LIV doc, it will default the same from next time onwards. Also it is not SAP version dependent.
    This time you book Invoice by selection "1 Goods/Services items" manually and next time onwards it will start defaulting "1 Goods/Services items" only.

  • CIN: Items are not displayed while updating the RG1 Register using T Code:

    Hi Experts,
    Items are not displayed while updating the RG1 Register using T Code: J1I5.
    System is not showing any error message.
    Can any one explain to update the RG1 Register?
    Thanks
    Chandra

    Hi,
    dont go the table again and again . the table is updated at intial stage only for stock update but not when SAP is running.
    In day to day bussiness the flow is as follows:
    Production - MB31 - to Unres stock
    Sales - VL02n - PGI - to customer - i.e out of unres stock
    Every day u can run TC J1i5 once in a day as decided and update the register so all transactions which have happend in that day gets updated i.e both input and output.
    and this will happen every day.
    hence dont use table as it is only for intial data upload i.e just before golive.
    Hope i am clear.
    krishna

  • PDP Error for only for Service Item

    Hi Guys,
    We are on SRM 5.5 with ECC6.0 in Classic Mode and trying to create a PO in ECC.
    We are facing a unique issue. We have maintained all the required settings for material as well as
    services. When a material is transferred to SoCo and assigned a vendor it creats a PO in ECC. But when we are transferring service, the PO does not get created.
    The error in RZ20 (backend error) shows error "Enter Material Group" although material group is present in the SC and replicated from ECC to SRM and can be seen in Comm_hierarchy
    Issue is unique coz of following results.
    1. ECC PR - Free Text Item -> acc *** cat - k -> P grp 200 -> Material Grp X ->
        Item Cat D -
        PR sent to SRM to SOCO and create PO FAILS
    2. ECC PR - Free Text Item -> acc *** cat - k -> P grp 200 -> Material Grp X ->
        Item Cat "Blank" -
        PR sent to SRM to SOCO and create PO SUCCESS
    3. SRM SHC - Free Text Item -> acc *** cat - k -> P grp 200 -> Material Grp X ->
        Item Cat D -
        PR sent to SRM to SOCO and create PO SUCCESS
    Hence for the same set of data the Material PR creates a PO but Not Service. Also for the same service data the SRM SHC also creates a PO.
    Only the PDP service PR fails. Any views why? is there any specific settings for Service in PDP?
    We have replicated the masters and groups properly.
    Thanks & Regards

    Hi Experts,
    I have noticed the following difference when the ext req for Material (which creates PO) and Service (which fails) are compared in BBP PD
    1. The field EXT_DEM_POSID (External Requirement Tracking Number) in Table BBP_PDIGP for service shows the value as 000100000000010 whereas for material it shows value  00010. That means the details in SOCO under follow on documents tab shows external requirement number for service as xxxxxxxxx/1000000 (probably last 5 digits truncated) wheras for material it shows xxxxxxxxx/10.
    Is this standard or this is an error. Can this be linked to my original issue.
    2. The field BE_OBJ_ITEM in table BBP_PDBEI for the failed service PO is blank whaereas for material it takes the value 00010.
    What is the importance of this field?
    Apart from this I have also found a note in which corrections are delivered for SRM 550 patch level 11 which is our current patch level. That means these corrections are already present in our system. The program code says.
    reference to BE purchase requistion
      IF is_item-ext_demid IS NOT INITIAL AND
        is_item-ext_dem_posid IS NOT INITIAL.
        mc_assign_x ls_be_item preq_no    is_item-ext_demid.
        mc_assign_x ls_be_item preq_item  is_item-ext_dem_posid(5).
      when service item, remove mat_grp in extreq scenario
        because it can differ from original purch. req. item
        IF is_item-product_type = c_ptype_service.
          CLEAR ls_be_item-matl_group.
        ENDIF.
    This clearly says when service item, remove mat_grp in extreq scenario and that is what our problem is. The error is basically for "Enter material Group".
    Kindly let me know whats your opinion or resolution.
    Thanks
    Hussain

  • Need backend error in SRM while entering Service item

    hi SRM guru ,
    I need backend error while entering Service item in SRM in PO .
    I have scenario where in I need backend errors from ERP while making entry Service items .
    I need some configuration or customization that will cause backend error againt Service items .
    I have tried many thing like introducing such UOM , Tax code in SRM which is not supported by ERP .
    I was expecting backend error for it but it does not happen like that .
    I need find out some action that can cause Backend error for Sure while making entry of SRM Service item .
    I kindly invite your ideas and inputs ...
    In genral need something on PO UI that can cause backend error for Service item ...
    i have this Scenario mainly in SRM 6.0 onwards systems...
    Thanks in Advance .
    Regards ,
    Parag Bhise

    Hi,
    What specifically are you attempting to do?
    Why any error when craeting service item.
    You could code the DOC_CHECK_BADI to make an RFC call the the backend to do what ever check is necessary.
    Regards,
    Matthew

  • Page Items from parent related table (readonly - only display)

    Hi,
    is this possible in APEX 5.0?
    DB Strucktur: Customer (Fields: Name, Address, Postal Code ...) 1:n Contacts (Firstname, Lastname, customer_id, ...)
    I need a Form (Contact):
    Firstname:
    Lastname:
    Address:
    Readonly Items from Customer Table (only display):
    Customer Name:
    Cistomer Address Items:
    Thanks for help!
    Alex

    Here's what you could do:
    - First create a Report with Form on your Contact Table
    - Next create a new region called customer info
    - Drag the different display only items for the columns in the Customer table into the new region
    - Finally create a Process Before header which does
         select cust_name, cust_address
           into :P1_CUST_NAME, :P1_CUST_ADDRESS
          from customer_table
       where id = :P1_CUSTOMER_ID;
    - Put a condition on the process to only fire when you have a :P1_CUSTOMER_ID
    Note: your table, columns might be a bit different than in the above example.
    Hope that helps,
    Dimitri
    -- https://www.apexrnd.be
    -- http://dgielis.blogspot.com

  • Unable to release item recieved with management method release only

    hey i received few quantity from good receipt which is serial managed and management method is release only so sap didn't asked for serial no but when i issue that item out of sap through good issue it ask for serial no but actually there is no serial no. so how to release that  quntity of item out of inventory.

    hai,
    When we invoice item (manage serial No. on release only), system ask select serial No. (Window u2013 serial No. selection) u2013 select the raw of item u2013 right click the mouse u2013 select serial no. management selection criteria press OK- serial no. management selection complete-select automatic creation in right bottom, if u have huge no of items u2013 set no. format & manufacturing serial no. in Automatic serial no. creation window- string (alphabet)-enter no next raw (select Number +increase) then OK
    Select the serial no. from available list, press u201C>u201D then automatically transfer to selected serial no. list u2013 update and returned to invoice.try this way this may be help u
    Regards
    Janeesh

  • Iphone 5 cant be restored, it shows unknown error -1 while trying to restore and it only display connect to Itune

    Iphone 5 cant be restored, it shows unknown error -1 while trying to restore and it only display connect to Itune

    Greetings ayokunlefromlos angeles,
    Welcome to the Apple Support Communities!
    I understand that when attempting to restore your iPhone you receive an error and your iPhone shows the Connect to iTunes screen. To begin troubleshooting, I would suggest manually placing your iPhone in recovery mode and attempting the restore. Please follow the instructions located in the attached article to complete this process. 
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support
    Cheers,
    Joe

  • Safari only displays first RSS item

    I have an RSS feed (openbar.2kmegs.com/fnews/fastnews-rss.php), which displays correctly in firefox and google reader and is w3c valid, however Safari 4.0.3 only displays the first feed item.
    I've submitted it as a bug to apple, but I was wondering if anyone has seen this before.
    Any ideas?

    turns out Safari doesn't like non-unique RSS link tags, even though it is valid according to the spec.

  • I have Mountain Lion, but in Notifications, I want to display "20 recent items". Yet when I change the settings to allow it, it still only displays 5.

    Because I get a lot of emails, I kind of need to know this. I think it sounds a lot like a stupid question though.

    I would do that, but Mail only displays 5 incoming messages. If I'm busy working, I might need those later on and it would be a real conveince for it to still be there.

  • Time Machine Only Displays Desktop Items

    I'm using a 2GHz Intel Core Duo iMac, using Time Machine to backup to a 400GB Iomega external drive.
    The problem is when I go in to Time Machine to 'look back in time', the only items which appear in the historical finder windows are those items or folders actually located on my desktop, but excluding "Macintosh HD". This means, for example, if I want to restore an old file from my "Documents" folder of 1 week ago, I can not, as this can not be accessed via the desktop (bearing in mind the Macintosh HD icon also does not appear).
    Any ideas? Time Machine preferences do not account for this problem - I have not restricted backup to desktop items only.

    You should post your question in the "Time Machine" discussion area.
    This is the "Time Capsule" discussion area.

Maybe you are looking for

  • Hyper V Snapshot Issue

    Hello All, I had one Hyper-V VM in that i took 5-6 snapshot's (Weekly). Due to this my physical HDD space is increased. So, i have deleted 2 snapshots and deleted some .avhd's. After this process i have logged into the VM and found one drive was miss

  • XMP basics - Creating custom file for catalogue

    Hi, I have read other discussions, but fall at the first herdle. From what I undersand XMP can embed custom data int your images. This is great for me. I have a database of rugs (excel format), and unnassociated images. I would like to find a way to

  • Why does a UITableView cell.contentView.bounds.size.width change with cell reuse?

    I use `cell.contentView.bounds.size.width` to calculate the position of a text field in a UITableView cell. When the cell is created, debug code reports the width as 302. When the cell scrolls off the screen and then back on, the debug code reports t

  • Date format in Forms_DDL

    DECLARE FROM_DT DATE := :CONTROL.FDT; TO_DT DATE := :CONTROL.TDT ; BEGIN FORMS_DDL(' CREATE OR REPLACE VIEW abc_COST AS (SELECT OC.PJECT, OC.acode F_NO , DECODE(OC.RECPT_DATE,NULL,OC.LOG_DATE,OC.RECPT_DATE) dt, DECODE(CCM.C_CODE,32,(NVL(OC.AMOUNT,0))

  • Jsp : Cannot inherit from final class

    hi, i have big problem. when i call a class using xml(DOM,SAX,...) in my jsp page, i get an error message: org.apache.jasper.JasperException: Cannot inherit from final class i don't understand why? help me please!!!