Item type in PO

Hi all ,
Where do i define the Item type in PO,
and test feilds mandatory.
thanks

There is nothing called Item type in PO, if you mean Item category that follow the path
OLME->Define external representations of item categories
0           Standard
1     B     Blanket item
2     K     Consignment
3     L     Subcontracting
4     M     Material unknown
5     S     Third-party
6     T     Text
7     U     Stock transfer
8     W     Material group
9     D     Service
Thease are the standards in SAP
There are three controlling functions once you get inside you can see:
1. Control acc assg
2. Control Goods rec
3. Control Invoice rec
Award if usefull
Regards
Sujoy

Similar Messages

  • A/P Credit Memo (Item Type) not to deduct quantity in inventory

    Hi,
    1. I purchased an item > supplier gave me invoice> I key in A/P Invoice (Item Type)
    2. Found out item was overpriced
    3. Supplier gave me Credit Note to adjust the price
    How do I key in this credit note via A/P Credit Memo? To my understanding if I key in the a/p credit memo (item type), my inventory quantity will be deducted as well.

    Because the item is over priced, it means that my inventory gl is over stated. When I get the supplier's CN, I will have to reduce the inventory gl. When I create a Service Type A/P Credit Memo I must choose inventory gl. But this will create another problem - Inventory Audit Report balance will not tally with Inventory gl balance (because i didn't reduce the item price in the first place). To solve this is to do a Inventory Revaluation.
    Hi Lay Chin, what you suggested is the best option so far.
    Thank you everyone for the reply.

  • NF item type não definido após implementar xml 3.1

    Após aplicarmos as notas do xml 3.1 mais as notas do FCI o nf item type ficou em branco para uma nota de entrada de exportação.
    Com isso o CFOP também não foi definido automaticamente por se tratar de um campo chave na tabela de CFOP.
    Alguém teve este problema e conseguiu alguma solução ?
    Obrigado
    Marcos.

    thread fechada para edição,
    não é mais possível editar este item '5' como resolvido no post original.
    Marquei como 'Helpful Answer' para os demais
    utilizarem como referência ao item '5) ICMS - ID em branco'
    Obrigado Tiago !

  • Visual Studio 2012 SharePoint Project Error : The partial project item type does not have a value for this property

    Hi,
    I am getting this error from visual studio 2012 whenever i try to create the following project types:
    - Workflow Custom activity
    - Web parts
    The error is as mentioned below
    "The partial project item type does not have a value for this property"
    Due to this the when I add above type of items in my project, they show a red cross icon against them.
    Please let me know If have you any solution?

    Hi
    I had same issue. Below is the solution
    Installing
    "Visual Studio 2012 Update 3" usually solves this problem. (You can download it through microsoft's official site at
    "http://www.microsoft.com/en-in/download/details.aspx?id=39305")
    Hansraj Rathva

  • Controlling of Input width for Password Item Type

    can we control the Input Width of
    password Item Type when the form creation.
    If the Item Type is Password for any field during the form creation, i want to control the Input Width for that field for good
    appearence.Pls tell me the solution.
    Thanks

    Through Functional configuration, this is not possible.  Please carry out coding corrections in USEREXIT_COBL_RECEIVE_VBAP as recommended in the following note.
    Note 1739319 - Cost center in Sales order item
    G. Lakshmipathi

  • Unable to change gl account in purchasing document rows of item type(8.8 ve

    Hi all,
    In previous sap b1 version ,in purchase document rows of item type -- system allows to change the gl account in rows.
    But in current 8.8 it is missing ,can any one know how to activate this or is there any logical reason to lock this.
    Regards,
    Naresh K

    Hi Chandra,
    In some older version this was possible. This was changed as this is the stock account to avoid usage of incorrect account and valuation report issues.
    If you want a specific stock account for the item change you can define that on the item master data. Set it to Item Level and then change the GL account.
    Hope it helps,
    Jesper

  • Bug in oracle portal: problem in pl/sql item type

    I created a pl/sql item type... based on a stored proc... whenever I make a change to the store proc I have to readd the item based on this item type since the result on the item type is not updated is this some bug in oracle portal

    I created a pl/sql item type... based on a stored proc... whenever I make a change to the store proc I have to readd the item based on this item type since the result on the item type is not updated is this some bug in oracle portal

  • Line item type

    If I know a line item type name how can i find how many Rate Categories currently receive this line item type?

    Hi,
    Other than writing a BI or other custom report, you could do it in multiple steps:
    Run report REAVAR01 for the Line Item Type in question (as the only parameter)
    This will list the Variant Program/s that use the line item type.
    Then for each Variant you can do a "Where used" to see which Rates the Variant (hence the line item type) is used in.
    I hope it helps.
    Regards,
    Ivor M.

  • Sales AR Item Type Invoice Print Layout Design "Sub Total" per Page

    Dear Forum Team
    We need some advice on how to modify, fomulate(?) [Sub Total] for each page's 'amount' on the Sales AR Item Type Invoice.
    Currently the 'sub total amount' on each page is showing Grand Total instead of sub total.
    Thanks

    Hi,
    In you PLD, In repetitive area, you might have linked the fields like Item name, Item Description, and so on. In these fields one of the field will be Total for line items.  Am i right?
    If it is so, then in repetitive area footer, Create one Formula field and give formula PageSum("Field_025") (in your case)
    Ie., Field_201 = PageSum("Field_025")
    Field_025 - contains the Line Total of Row items.
    I hope this could help you.
    Raja.S

  • How to know item type in a .fmt???

    My problem is that I don't know item type when I read a .fmt
    Please, Help Me.
    Thank You

    The FMT format is not designed to be readable - use the Forms Object list report instead. If you are trying to make changes by changing the FMT, this is not supported. Look at the Forms C api in 6i and 9i or the Java API (JDAPI) in 9i to do this kind of operation.

  • How to change a item type dynamically?

    Is it possible to change a item type dynamically?
    For example.
    I've got a page with 2 items. The first is a select list and the second is a date picker. The select list contains two values, 1 and 2.
    If value 1 is selected the second item needs to remain a date picker. If value 2 is selected the second item needs to become a Text Field (disabled saves state).
    Anyone got an idea?
    Thx. Frank.

    Frank,
    It's not possible to change the item type dynamically as you describe it below. However, to achieve a similar effect you could do the following:
    1) Make the Select List a Select List With Submit.
    2) Have a Date Picker AND a Text Field on the page.
    3) Make the display of the Date Picker item conditional on the relevant value having been chosen from the Select List.
    4) Make the display of the Text Item conditional on the other value having been chosen from the Select List.
    Andy
    http://atulley.wordpress.com/

  • UWL - I want to add the column "item type" in the UWL XML config file

    Hi,
    when personalizing a view in the default UWL iView, a user can add the column "Item Type", which shows the icon of the corresponding item.
    I want to add this column to a default view configuration in the XML file, so that all users have this column available by default. I guess the right attribute to do so would be the "columnOrder" attribute of a view. I tried to add the value itemType and objectType, but none of this worked, the column did not appear.
    From help.sap.com at
    http://help.sap.com/saphelp_nw70/helpdata/en/39/a1bb5c4c0d4ab4a417e87ef35f1efa/frameset.htm
    I found some attributes and I tried statusIcon, externalId and externalType. statusIcon does not show the item type icons and the other two don't work at all. The table shows that they have the attribute "Visible to user = NO".
    Does anybody know the correct value which I have to add to the columnOrder attribute or how I have to configure the XML file?
    Thanks a lot for any help,
    Fabian

    I found it myself, it's the attribute "itemTypeIcon" which has to be added to the columnOrder attribute.

  • "Unknown list item type 'list'" error

    Hi Friends,
    I am facing a problem while creating a listbox (in inDesign JScript). I have written the following syntax to create the same:
    var myDialog1 = app.dialogs.add({name:"Simple Dialog"});
    var styleList = new Array("Part Num","Part Title","Chap Num","Chap Title","Chap TOC");
    var submenuItems = new Array("Style Formatting","Indents and Spacing","Paragraph Rules","Keep Options","Hyphenations","Nested Styles","Bullets and Numbering");
    with(myDialog1){
    with(dialogColumns.add()){
    with(dialogRows.add()){
    with(borderPanels.add()){
    with(dialogColumns.add()){
    var styles = dropdowns.add({stringList:styleList,selectedIndex:0,minWidth:133});
    with(dialogColumns.add()){
    var submenu = ListBox.add("list",submenuItems);
    myDialog1.show();
    But it is showing the following error message:
    "Unknown list item type 'list'"
    I want to know that what I should write in the parameter list. Please help me in this regard.
    Thanks a lot in advance

    Hi Adithi,
    dialogColumns don't know a child called 'ListBox'.
    You can use 'dropdowns' instead as you did in 'var styles = dropdowns.add({stringList:styleList,selectedIndex:0,minWidth:133});':
    var submenu = dropdowns.add({stringList:submenuItems, selectedIndex:0});
    Martin

  • Workflow with item type and item key  is in progress. Abort existing workfl

    Dear all,
    I'm using the below code from the submit button event to launch the workflow. The workflow works fine when I submit for the first time, when i try to submit for the second time from the same session it throws me the error as Workflow with item type and item key is in progress. Abort existing workflow.
    Where I am struck,Kindly send me any solution.
    I am using below code in oaf
    public void workflow(OAPageContext pageContext,
    String headerId,
    String empName,
    String userName
    String wfItemType = "XXSample";
    String wfProcess = "XXSample";
    String wfItemKey = headerId;
    OANavigation wfClass = new OANavigation();
    // Create Workflow Process
    wfClass.createProcess(pageContext, wfItemType, wfProcess, wfItemKey);
    System.out.println("Workflow created");
    wfClass.setItemAttrText(pageContext,
    wfItemType,
    wfItemKey,
    "XXHDRID",
    headerId);
    wfClass.setItemAttrText(pageContext,
    wfItemType,
    wfItemKey,
    "XXEMPNAME",
    employeeName);
    wfClass.setItemOwner(pageContext, wfItemType, wfItemKey,username);
    wfClass.startProcess(pageContext, wfItemType, wfProcess, wfItemKey);
    System.out.println("Workflow started");
    Thanks,
    Kumar.

    Item type and item key forms unique record for the workflow session, you cannot have 2 instances of the workflow running for the same header id, in your case. Check if the process exists for the header id. If so, display a warning message without launching another workflow session, else start the workflow process.
    Thanks
    Shree

  • Can't use LOV with item type "check box" in form

    I have created a LOV that I want to use with a form application in 3.0.9. I need to be able to do multiple choices in this LOV (check box style) in the same query (only queries - users won't be able to update this field)
    When I choose Check box as the item type in the form wizard I am not able to choose the LOV. I have to use combo box, popup or radio group for the LOV choices to appear, but then the query can only query for one value in the LOV at a time.
    Is there a solution to this?

    Hi,
    This feature is not supported as of now. You cannot have multi select LOV for a form field and hence a checkbox cannot have a LOV.
    Thanks,
    Sharmila

  • Vacation Rule works for ALL but not for particular notification in Item typ

    Hi,
    I have a situation where Vacation Rule is Ignored when choose the select option in notification page of vacation rule and notifications were being sent to Original Approver (who created the vacation Rule) instead of delegate.
    Vacation rule is working perfectly when choose the notification as ALL but is not working when given a particular message(Timecard Approved,Approve Requisition).
    Below is some example of this inconsistent behavior:
    1. Selected Item type as OTL Workflows for Employees, For this Item Type there are 3 Notifications as
    TIMECARD_APPROVED,ERROR_MESSAGE,TIMECARD_APPROVAL_INLINE in select opition.
    If i select the TIMECARD_APPROVAL_INLINE notifications are going to delegate, and for TIMECARD_APPROVED not going to delegate.
    2. Selected PO Approval, It contains only one Notification(PO_PO_APPROVE). So it is working fine.
    3 Selected PO Requisition Approval,it contains the 4 notifications.
    PO_REQ_APPROVE_SIMPLE_JRAD, PO_REQ_APPROVE,PO_REQ_INVALID_FORWARD,PO_REQ_NO_APPROVER.
    If i select the PO_REQ_APPROVE_SIMPLE_JRAD notifications are going to delegate, and for PO_REQ_APPROVE not going to delegate.
    Any inputs on this.
    Version 11.5.10.2 RUP 6.
    Regards,
    Ajith

    Hi,
    on problem I spot is that all your components created by the forEach loop have the same ID value. I suggest you change the ID to e.g. id="soc_#{item.index}" for zhe select one choices. In addition, I don't see where you refresh components after the change
    Frank

Maybe you are looking for

  • I need to remove "air." from package name. I'm get a Layout xml error when repackaging android app..

    So, i'm doing this on my own app. I made an update for an older app that was build using Native Android. But this time, i used Adobe AIR... The catch is Adobe likes to append a "air." to the front of your package name without asking you. So basically

  • How to approve/verify a sales order

    Hi All Could you help me out the below scenario. Business Process Sales Order---Delivery-Billing Sales Order raises the Mktg Executive that has to be approved/verified by Manager-Mktg then only Delivery has to do. Manager has to approve every sales o

  • Float to string conversion

    import java.lang.String; import java.lang.Integer; import java.lang.Float; import java.util.Hashtable; import java.util.Enumeration; public class VenkatCart { protected Hashtable items = new Hashtable(); public VenkatCart() { public void addItem(Stri

  • 10g Primary Performace - extra physical standbys

    Hi I have a 10g 3 node RAC primary db to a 3 node RAC standby (physical) db. (in SYNC mode delay = 0) The SLA for the app is extremely tight. I need to add 2 more standby databases (physical) in ASYNC mode. Does anyone have any performance metrics on

  • Blue bar signature panel not appearing

    I have a signed PDF that opens on a customer's Windows PC without the blue bar signature panel. It was signed using Acrobat 9.3.2. When viewed on other systems the signature panel appears. Is it possible to disable the appearance of the signature pan