Greying a line item

Hello,
I wanted to know what possiblity exists to deactivate or grey the second line item in the sales order.
The Second line item is not relevant for picking or GI but only Billing.
That means the order always has two line items one main and one tied line item and this tied line ite should be greyed out.
Thanks

Hi there,
Is the 2nd line item of a different item catg? If yes, then in 0VLP, delivery item catg, mark that the particular item catg is not relevant for picking.
Else, define the 2nd line item as sub item for the 1st item. In this case 2nd item is always not relevant for picking.
Regards,
Sivanand

Similar Messages

  • Cancel line item from goods receipt issue

    Wanted to get some information on how to cancel a line item from a goods receipt and still have the item available on the PO. Is there a mechanism that allows the line item to be reopened in the PO or possiby be edited or reversed? According to the road map, this will be an implemented feature, however if i go to the greyed outline line item, I cannot cancel or edit.

    Hi..............
    Welcome to SAP Business One Forum...........
    In SAP 8.81 you can reopen Purchase Order Line Item by returning the Item received through GRPO........
    But in SAP 8.8 this facility is not available. You have to simply make a return based on GRPO.........
    Regards,
    Rahul

  • How to grey out the Account Assignment Group Fld  in Billing Doc Line Item

    Hi SD Guru's
    I have a small doubt.
    I have maintained account assignment group in material master. Now when i create an order , the account assignment group gets picked from material master into this sales order.
    Now i go to VF01 for doing the invoicing.
    Now i can still go to billing document line item against the material and change its account assignment group before raising the invoice. When i change this field, i can still post to accounts.
    I want to know is there any way in which we can restrict the way in which this field is greyed out and is made non-editable, so that only correct entries with account assignment group maintained in material master are posted.
    Answers will be appreciated.
    Kind Regards
    Ravi

    Hi,
    Sandeep can you please give me step by step process of using SHD0 in this case.
    Now if i apply this to transaction VF01 and VF02, would it apply for all billing document types? I dont want that, i want it to work for a specific billing type
    Kind Regards
    Ravi

  • Making the whole po line item as a non editable one (Greyed out)

    Hi all
    can any one please let me know is there is any way we can grey out the whole line item,
    i mean to say non editable mode.
    i am working on a user exit where based on certain field entries i have to make the whole line
    item as an non editable one.
    For example po change transaction if there are 5 line items i want to make the three as a non editable one and i have a user exit
    with me but dont have the idea of how to make it geryed out.
    Thanks in advance.
    Joe

    Hi
    Do you have a PO release strategy implemented. This can be done through PO release strategy. please tell  the exact requirement whether this is for all users ???
    hope it will help
    Regards

  • Line item Delivery block is greyed out

    Dear All
    I want to restrict the transfer of Requirements for those Sales orders line items which needs Sales Order BOM for Make to Order scenario. So that Requirement does not get transferred with Standard Production BOM until the Sales Order BOM is created.  For that I want to put a delivery block at line item which will restrict transfer of Requirement. However Delivery block field is grey in Main Screen of Sales order in shipping tab.
    Can the delivery block be always put in Header or at Schedule line level and Not at line item level.
    Regards,
    Neeraj Srivastava

    Putting a delivery block will not stop the transfer of requirements. You have to give a reason for rejection to stop the transfer of requirements. Once you want the requirements to be passed the reason for rejection may be removed.
    Delivery block can be given at header level and schedule line level. If the delivery block field is greyed then you need to check whether the used ID has got necessary authorization to release the block. Only if authorization is available the delivery block field will be in change mode.
    Regards,
    GSL.

  • Line Items Greyed out in Sales Order

    Hi,
    In sales order we are using KMAT material and selecting the required components as per customer requirement and same are coiped into sales order. High level KMAT material has item category TAC and Lower level line items have item categroy TAE.  TAC ITEM IS NOT GREYED OUT OK.. And if i change quantity of  this it will effect the lower level items ok.
    All the line items( TAE items) are greyed out and i want to edit the quantity of line items with out changing the quantity of TAC item.... Is it possible??? Any answers will be highly appreciated.
    Thanks in advance
    Ramagiri.

    Hi
    Our requirement is to edit the line items of TAE item category with out editing TAC category..Is their any configuration etc etc to do...
    Ramagiri

  • Grey out custom field in VA02 line item

    Hi,
    We have this custom field in sales line item which we want to grey out after billing is done. I tried many things but it didn't wrk. I wrote simple code w/o checking any billing condition like
             if screen-name = 'VBAP-ZZFIELD'.
                 screen-input = 0.
              endif.
             modify screen.
    but even this didn't wrk. Is there anything due to which the dynamic chging of screen fields attr has no effect ? Like if we set some attribute on screen field or ny thing else.
    Thx.

    You did put the code in MV45AFZZ include, form USEREXIT_FIELD_MODIFICATION?
    For example...
      if sy-tcode eq 'VA01' or
         sy-tcode eq 'VA02'.
      if sy-dynnr = my_screen_no.  "four digit screen no.
    loop at screen.
    case screen-name.
      when 'TABLE-FIELDNAME'   "exactly as it appears on that screen
        screen-input = '0'.
      modify screen.
    endcase.
    endloop.
    endif.
    endif.

  • How do I grey a bubble on a line item that I don't want the user to be able to input, but leave the others active in a form?

    How do I grey a bubble on a line item that I don't want the user to be able to input, but leave the others active in a form?

    I may be missing something here, but can't you just set the item to "Read Only" in the general preferences for that item?

  • How do I grey out info per line item on a actioned Purchase Requisition ?

    Hi:
    Can any one please tell me how do I grey out all information for a line item (and all other relevant information for that line on the requisition) on a already actioned  Purchase Requisition /  PO.
    i.e. Although PO is already placed for a requisition, user still changes dates, qty's ect on that line item and we want to prevent this.
    Many thanks.
    W.

    Hi
    Check it in OMCQ
    Convert the message "06 152 Purchase orders already exist for this item" into error item.
    If u still want anybody to change the PR itself... if can be controlled via release indicators...
    Check the release indicators for PO/PR, maintain the "changebale"
    Check this also
    Regards,
    Raman

  • Grey out profit center when line item is entered in VA01

    hi all,
    i have to set profit center in display mode when line item is entered in sales order processing, please tell me the exist where i can put my code.
    please reply
    with regards,
    bala

    hi bala,
    Please check this,
    u can create enhance point in that routine.
    first click on enhancement button (shift+F4) then
    use menu path edit->enhancement operation->show implicit enhancement operation
    after that it start showing line like that in USEREXIT_PRICING_PREPARE_TKOMP
    -> """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
    right click on the line and enhancement implimentation and create, it will create enhancement point at that particular place.
    use this coding in ur enhancement spot
    IF  (   SCREEN-GROUP2  = 'LOO'
       AND SCREEN-NAME    = 'VBAP-PRCTR' ).
      SCREEN-INPUT = 0.
    ENDIF.
    it will solve ur problem.
    let me know, if solved
    Yogesh

  • Order Quantity field editable in line item in Quantity Contract

    Hi,
    We are using a quantity contract for our project.
    Our requirement s to have Plant, Quantity, Batch and Amount to be editable in the line item of contract.
    We made ZQC Sales order type and assigned screen group of Sales order in which we are getting Plant, Batch and amount as editable but however there is a field Order quantity which is greyed out.
    There is a fields Target quantity which is available for input however it is not in the line item which is displayed below, user has to double click n the line item and enter that value.If we can get order quantity as input field or target quantity can be made available in line item our purpose would be resolved.
    Kindly help on the issue.
    Anil.

    try screen variant SHD0

  • Fixed Value Date at line item level is not in changable mode when copied

    Dear SDN Team,
    Hi i have a problem in the Fixed Value date at the line item level in the Return sales order.
    The Problem is When creating the return order with reference to the scheduling agreement (10.03.2010).  In the Return sales Order at the line item level the fixed value date is coping from scheduling agreement item (fixed value date eg: 31.12.2009)
    But i would like to have the fixed value date in the return order as 10.03.2010  but the field is greyed out.
    But normally when the sales document is created with reference to the preceding document the same will be copied.  But field is greyed out and it is not in changable mode.
    Can any one help how to solve this.
    I have checked also SAP Note where i did not find any messages.
    In normal scenario - when the order is created without any reference the fixed value date is in changable mode until the document is in open.
    Pleas help me to resolve this.
    With Regards,
    Jai

    Hi Lakshmipathi,
    I am sharing the resolution which was done to this requirement.
    We have a specific condition type with statisticaly used and with routine to have KWERT with zero value,
    Based on the different key combination. We have a specific key combination for the SA and SDoc and for this we need to maintain a condition record for the condition type with fixed value date and which will be linked to only the specific document.  Once this is done.
    We need to do update pricing in the sales order for the particular line item. by doing this the Fixed value date will be changed in the particular line item.
    Thanks and Regards,
    Jana

  • Service Entry sheet creation - Using a diffent contract diff from line item

    Hi,
    Here is the scenario...
    I have a services purchase order referring to contract  and its service item with services ( service masters) attached to it.
    And the PO  item is a limit item with some limits maintained on the limits tab, but contract reference is specified at the limits level it is only at the line item level.
    System version : ECC 6.0
    Lets say PO number : 123456789
    Lets say contract number and item is : 2323232323  item 10 ( Account assignment U )
    My supplier is : 111111111
    Now I am creating the Service Entry sheet  and I am trying to add the services  ( services selection button)  I get a pop up to  search for services  by certain selection criteria  and one of them is purch document ( remember it doesn't pre-populate and grey out the purch doc field with that the contract number from the item level) and now I can select any service contract that belongs to any supplier and select the services from it and complete my  SES.
    So lets say the contract from which I chose the service is : 3232323232
    And the supplier on the contract is 2222222222
    Is this a valid scenario or not?
    Has any body ran into this situation  before?
    Hope I was clear in explaining my scenario....  
    Thx,
    Krishna.

    Hi Krishna,
    the External Services Management distinguishes between planned and unplanned services.
    In case you have ONLY limits, no planned services in the PO item, it does not matter if you have entered a contract number into the PO item - in this case this contract will be not a real reference for your services.
    If you have entered limit values only as overalllimit and expected value and you did not enter a contract limit on the contract limit tab, then you will not have a special contract reference on unplanned level neither.
    In this case it is NOT an error when you start the entry sheet creation and you can select services from other contracts or purchase orders against your limit values in the PO into the entry sheet.  The system does NOT check for a different vendor when you select services from other documents than the contract which you have specified in your PO item, because it is NOT a real reference - nor on services level as you have only limits in your PO item, nor on limit level since you have NOT entered a contract limit into your PO item.
    In order to understand this process please study the unplanned scenario and contract reference scenarios.
    Regards,
    Edit

  • Miro line item quantity and amount after miro

    Dear Forum,
    I have got the help about this subject and quite clear. Thanks for all have helped.
    Now I need to confirm 1 more part.
    Assuming in PO there are 2 scenarios where gr based iv is ticked and also not ticked, after both GR and miro done (complete the process from PO until book vendor invoice in miro), I purposely do another miro invoice type referring to these 2 PO.
    I just wonder why the item line still enabled with quantity and amount fields empty? I thought the line item should be totally grey out?
    Need advice.
    Thanks
    Rgds

    Dear Srina,
    As Std SAP practice system will populate the line item with enable mode even though MIRO fully done for said line item. But any how message will prompt if you enter amount & qty again in empty field & wanted to post the said line item as stated below;
    "Check if invoice already entered under accounting doc. no. XXXXXXXXX  2010". Probably you may refer to abapers to have user exit to control this field.
    Please view the below link for better understanding.
    Exits and Badi in Logistic Invoice Verification
    Calculate tax in MIRO
    rgds,
    nanthakumar

  • Miro line item

    Dear Forum,
    I would like to seek clarification on miro line item. Below are few scenario which I need help.
    1) when PO number is entered, why item lines are still grey out?
    2) when PO number is entered, item lines not grey out but quantity and amount fields empty
    3) when PO number is entered, item lines not grey out and quantity and amount fields with value
    4) all in all, how system decides to populate or not to populate value in columns in miro line item
    Thanks
    Rgds

    Hi,
    Pls find the reasons for the same
    1) when PO number is entered, why item lines are still grey out?
         It means that the PO line item has GR based invoince verification and no GR has been happened yet.
    2) when PO number is entered, item lines not grey out but quantity and amount fields empty
         It means that that the GRN has been happenned for the PO line item and invoice is also happenned for that GR.
    3) when PO number is entered, item lines not grey out and quantity and amount fields with value
         It means that GRN is processed for the PO line item and no IR has been happenned
    4) all in all, how system decides to populate or not to populate value in columns in miro line item
         The main setting depends upon the GR based invoice verification indicator in the PO line item.
    Regards,

Maybe you are looking for

  • VERY VERY DISAPPOINTED IN APPLE

    Simultaneous release in 21 countries??? What a bunch of idiots at Apple and AT&T!! It's not rocket science to know that when you're gonna pound the system with 1 million times the normal volume, you gotta PREPARE FOR IT!! What did they do, slap toget

  • Mouse move to the edge of the tabitem and this will trigger mosueenter and mouseleave event again and again

    I have registered the tabitem mouseenter and mouseleave event, and when user move the mouse in tabitem a block will follow, if mouse leave the block will return to the original position. Now I meet a weird thing, when I MOVE THE MOUSE TO THE EDGE OF

  • Regarding security in Xi

    hi how can we handle security in Xi,i mean if i connect different systems using Xi how can flow of files  from one system to other system be secure. regards ramakrishna

  • Issues with FCE4: saving, filters, rendering...

    Hello, all - I'm just learning this application, and I can't figure out if I'm doing something wrong or if my software is acting up... but I can't save. "Save" is grayed out, and hitting command-S does nothing. Yet, if I try to quit the application i

  • FF 10: cannot load local html files by dragging to FF; links in email don't open

    Just upgraded to FF 10. I cannot open a local html file by dragging it to to FF, or by clicking the file name. Clicking the file name brings up an error message: There was a problem sending the command to the program. Dragging just shows a circle wit