How to configure Item Category in Purchase Order document

Hi
Can someone tell me how to configure the Item Category in Purchase ORder document?  This field is displayed next to Account Assignment in PO screen.
Thanks,
Lin-Lin

I think your issue is screen layout of the PO
please go to
SPRO-MM-Purchasing-Purchase order-Define Screen Layout at Document Level
here you can select the ME21N and double click on it
on field selection of basic data you can make item category is optional than it will be avialable
if still you find the problesm than check your field selection of your document type and change that field selection as above mentioned.

Similar Messages

  • MB51 item category of purchase order missing

    Dear guru ,
    I need to see in MB51 the item category of purchase order for all the 101 goods receipts mvt  in order to distinguish subcontracting from standard purchasing.
    How can I obtain this ?
    Thanks in advance

    Hi
    Use the below path.
    Spro>MM>Inventory management>reporting>define field selection for material document list.Assign te required field for program RM07DOCS (report MB51) and flag output. It will work. You can add any field in MKPF and MSEG table.
    Regards
    Antony

  • How to split Frieght Amount in Purchase Order Document.

    Dear Expert,
    I want to print Frieght cost  one by one in purchase order document.
    For Example : list Frieght set up below
    1. Packing & forward.--500 (Frieght cod is 5)
    2. Transport -
    300 (Frieght code  1)
    Please help me how to Design in PLD (end report).
    Thanks
    Arunraj.

    Hi
    Use POR2 Table in your PLD. Use this in repetative area field and hide the fields visible. use formula to display in other non-repetative field.
    Regards,
    Sudhir B.

  • Item Category In Purchase Order

    Can anybody tell me quickly Item Category path in Purchasing documents quickly?
    Thanks,
    Bhairav

    hi,
    Spro --> Materials management --> Purchasing --> Purchase requisition --> define document types -->  here for each document type you can find allowed item categories.
    Spro --> Materials management --> Purchasing --> Purchase order --> define document types -->  here for each document type you can find allowed item categories.
    hope this may help you,
    Regards,
    Srinivas

  • How to compare Item Text in Purchase Order

    God day Gurus,
    I have a scenario where in I have to compare the saved Item Text to the current edited one in Purchase Oder. I used READ_TEXT function but it only get the saved item text in the document. Is there a way to compare the original and edited item text in P.O.? Here is my sample, I have PO 000001 with Item Text "Sample" and saved it. Then I edited the PO and change the Item text from "Sample" to "Testing". When I use READ_TEXT function, I will get the text "Sample". How will I get the text "Testing" during saving of PO?
    Thanks in advance.

    Hello
    In case you are working already on ERP 6.0 you should have a look at BAdI ME_PROCESS_PO_CUST, interface methods CHECK or CLOSE depending on your requirements.
    Regards
    Uwe

  • Network N and item category D Purchase order creation

    Hi friends
    I am trying to create a work order with combination of N(network) and D (service). I do not want to have Service receipt activity and wish to proceed direct Invoicing.  I get the below error in the system. I have removed the GR/IR indicator both in vendor master and also in OME9 for Network. Kindly guide me.
    Combination of GR/IR control not allowed for external services
    Message no. SE650
    Diagnosis
    The combination "Valuated goods receipt without goods-receipt-based invoice verification" is not allowed for an external service
    Regards

    Dear,
    Check ur document type in ur PO ,for ur doctype check  field selection group and filed status in SPRO
    spro>MM>POdefine screen layout at document level
    ex:in std for NB doctype field slection group is NBF
    Regards,
    Gopala.S

  • Formatted search to update item description in Purchase order document

    Hello Everyone,
       Has anyone developed a formated search to update the item description field on the PO or SO document?  I need to change the  standard Item Description  based on the BP catalog number but cannot seem to get it to work.  I know to change it using the screens you need to enter CTRL+TAB to move from the field without triggering a lookup process but do not know how to do this in a formatted search.  Has anyone tried this?

    Hi,
    You may check this :
    BP Catalog Number in 8.8
    Thanks,
    Joseph

  • Change item category in delivery order

    Hi everyone
    Issue: Can not change item category in delivery order.
    Phenomenon:
    1:Create purchase order and receive item based on it. complete invoice verification.
    2:Use MIGO to create return delivery based on material document that is created during above process.
    3:Based on system settings, (Sales org, ship-to party etc), outbound delivery is automatically created in background.
    4:Try to change item category which is already determined during delivery order creation, but it is grayed out.
    Can we change item category in this situation?
    I have checked thread "Number of attempts to change Item Category
    This looks same issue but I still do not know how to control item category in delivery order.
    In material type, is there any place I can configure to allow user to change item category
    in delivery order?
    Please advise.
    Satoru

    Hi,
    Check whether this link would help you,
    [Change item category in delivery|Change item category in delivery]
    It looks you need to use user exit: MV50AFZ1 to acheive your requirement.
    Regards,

  • How to control Changing of item category in sales order Manually

    Hello Gurus,
    How to restrict manual changing of item category in sales order?
    Reason for it:
    When ever they want to give some free goods to customer , they are changing Item category in  Standard Sales order at item level  then deliverying free goods to  customer
    looking for your inputs
    Thanks in advance
    Regards
    Venkat

    Hello,
    There are two possible ways:
    1. In Item Caterogy Determination remove the Manual Item Categories so that system will determine the Item Category only from defined options.
    2. Use T-SHDO - create Screen Variant & make the item Category Feild as Display only.
    Hope this helps..
    Thanks,
    Jignesh Mehta

  • How to create an inspection lot for each line item of the Purchase order?

    Hi,
    How to create an inspection lot for each line item of the Purchase order ?
    In detail if possible.

    Hi
       please check this
    [thread|Create Inspection Lot;

  • How 2 Copy Header & Line Item Text from Purchase Order 2 Out Bound Delivery

    Hi SD Gurus,
    I want to copy header and line item text from Purchase Order to Out Bound Delivery (This is required in Stock Transfer Process).
    I have been able to do successful config. for copying header and line item text from Sales Order to Outbound Delivery but config. doesn't seems to be same for copying text from PO to OBD.
    Is there any way to achieve the same? Can some expert show the way to achieve this.
    Thanks in advance.
    Warm regards,
    Rahul Mishra

    Hi Ravikumar thanks for u quick reply.
    This is wht is currently coded.
    concatenate values to get item text for read text function
       invar3+0(10) = invar1. "PO number
       invar3+10(5) = invar2. "PO line number
       SELECT SINGLE * FROM stxh WHERE tdobject = 'EKPO'
                                   AND tdname   = invar3
                                   AND tdid     = 'F01'
                                   AND tdspras  = sy-langu.
       IF sy-subrc = 0.
         invar4 = invar3.
    reading the text for the document items.
         CALL FUNCTION 'READ_TEXT'
           EXPORTING
             id       = 'F01'
             language = sy-langu
             name     = invar4
             object   = 'EKPO'
           TABLES
             lines    = it_itab.
    I have seen some PO's which have info rec texts in that, which gets pulled by the above code...first thing is its id is F02 which exist in STXH table also there is other text with F01 id, and hence the table it_itab gets both these text hence no pbm.
    but i came across a PO which has only one text which is info rec text with id F05 and is not store in stxh and hence doesnot get pulled by read_text fm. How do i change my cod to get this text which should not hamper other PO's as well.
    As mentioned in above msgs, this F05 could be retrieved by providing object name as EINE.
    anyhelp will be appreciated and rewarded.
    thanks

  • Unable to Change Item Category in Sales order

    Hi all,
    I am creating sales order with reference to sales contract but at the time of sales order we don't have en off stock to deliver to customer , so we have deiced to Third party sales process
    But the problem is while creating a sales order with reference to Sales contract the line item of the sales order in grad Mode ( Not changeable mode )
    Can any one guide me how sales order line item should be in active mode so i can change the Item category as a TAS third party item category
    Help me regards this
    Thanks
    Rajesh

    hi,
    You can  the item category field (VBAP-PSTYV)  editable , if item is configurable (item category TAC), then change item category to TAS.
    by using include  MV45AFZZ -  FORM USEREXIT_FIELD_MODIFICATION.
    when screen 4001 or 4003.
       IF VBAP-PSTYV = 'TAC'.
               SCREEN-INPUT = 0.
              MODIFY SCREEN.
            ENDIF.

  • Change Item Category in Sales Order for KMAT materials

    Hi,
    How can I change item category in sales order/quote for KMAT materials?
    Currently in the sales order/quote, the item category field is grayed out for KMAT/configurable materials and I can change the item category.
    Please help me.
    Sincerely.
    Ketan

    Dear Ketan,
    I hav exactly the same problem.
    Did you finally succeed?
    Thanks.
    Ben.

  • How to Change Item catgegory in sales Order

    Hi all,
    I am creating sales order with reference to sales contract but at the time of sales order we don't have en off stock to deliver to customer , so we have deiced to go for Third party sales process
    But the problem is while creating a sales order with reference to Sales contract the line item of the sales order line item in grad Mode ( Not changeable mode )
    Finally i find out why sales order line item in gray mode Due to Structure Scope Using in item category TAS as D to Explore the BOM In Contract and Sales order  that a reason system gray out sales order line item
    Can any one guide me how sales order line item should be in active mode so i can change the Item category as a TAS third party item category
    Help me regards this
    Thanks
    Rajesh

    Hi all,
    Thanks for replay
    all ready i maintain manual item category in VOV4 the movement i am creating sales order with reference to contract the sales order line item showing in GRAY  mode i cant choose manual item category while i choosing F4 its showing TAS but i cant select that item category because sales order line in gray mode
    and Find out the reason why sales order line item coming in Gray Mode because i am Using Structure Scope D  In Item Category
    to Explore Variant config 
    can any one suggest me how to change the item category
    Thanks
    Ram

  • Item Category in Sales Order

    hi friends,
    I created one sales order..here, one item category is determined and it is editable...now i want to know
    1) how is the item category determined?
    2) if I'm able to change the item category, what effect it will have on the document? is it allowed?
    thanks,
    Viren.

    Pratap,
    There are two parts to your answer 1) item category is determined by the
    1)sales document type
    2) Item Category Group
    3) Higer Value Item
    4) Item Usage.
    The basic function of an item category is,it tells us that what product or item u have in the order for example is it a free product if yes the item category would be called TANN which is the item category for free goods.It mainly gives u a decription of the product that you have in your order. All item categories have names like TANN. TAN which are of German Origin.
    The second part is item category is useful since it tells us if
    1) The item should be priced
    2) If certain text items are relevant for delivery.
    3) It will also tell you if the item you plan to bill is the same blocked for billing.
    4) It will tell you if the item is of special stock which means is it a consignment stock.
    5) It will also tell u if the item is of business items, business items are those items of which business data may vary.
    Thanks,

Maybe you are looking for

  • Can't open photos from LR 5.5 directly into PS CC 2014

    I have downloaded PS CC 2014 and Lightroom 5.5.  When I try to edit a photo in "Edit in PS CC 2014", Photoshop opens, but the file does not open in PS.  I tried opening RAW files and jogs.  Neither will open in PS.

  • Windows phone 10 & Google.

    Hi ! Planning on going back to WP again and the Lumia 1520 looks very attractive with good price offers in Thailand where I live. However, I would like to know if once MS has the Universal App would it mean that Google apps and services would be offe

  • Collective billing doc.

    Hi, I created one invoice for 2 deliveries. We have the same item (material) for each delivery. I'm unable to create an invoice with the cumul of the 2 deliveries. For instance : Delivery 1                                     Delivery 2 Item X  --- 1

  • CATS selection + Structural Authorization Check

    Hi, guys!    Please, check if you can help me with this doubt.    The seleciton of CATS are according to the Cost Center. And we need to change the employee selection of CATS according to the new Structural Authorization (recorded in OOSB).    So the

  • Code error -48

    MY IPOD (5TH GENERATION) IS GETTING THIS ERROR CODE AND I DO NOT UNDERSTAND HOW TO CORRECT THE PROBLEM. I HAVE SEEN SOME SOLUTIONS BUT NOT FOR A NON APPLE SYSTEM (I BELIEVE). CAN SOMEONE ASSIST ME?