Create a new item in iProcurement Receive items Region

HI,
I am trying to create a new search Message Input LOV called Supplier Part Number in the 'Receive items: Select items' Internet Procurement page
Scope Region: /oracle/apps/icx/por/rcv/webui/IcxPorRcvSrchPG.RcvItemQuery
Document Name /oracle/apps/icx/por/rcv/webui/IcxPorRcvSrchPG
Function POR:Receive Orders
Site Include
Organization HMPS
Responsibility PS PO Internet Procurement
I want to create a new Message Input LOV under Message Component Layout:
(SearchMessageComponentLayout).
When I go to create an item I need to enter an External LOV but I am not sure if there is one available and if there is one available where is it located.
For example another item in this region called the Supplier Number has the following External LOV Region:
/oracle/apps/icx/lov/webui/ShipmentNumberLovRN
I know that Supplier Part number is standard because it appears in the search results table region on the same page.
Any information at all would be highly appreciated.

I fear if it is available....!
Supplier Part Number unlike ShipmentNumber is a base attribute in iP.
You might want to create a new lov region and a VO (selecting the distinct SPN values from ICX_CAT_ITEMS_B).
Yes, the Search Results table has SPN, but its not an LOV there...!
HTH.

Similar Messages

  • A script to create a new folder and place selected items into it?

    I'd like to select a few items and have either an Apple script / contextual menu automatically create a new folder and place the selected items inside it.
    I have many, many to do—which is why I wanted to know if there is a script or automator or contextual menu thing available. Or if not, how can I create one?
    Can that be done? Thank you!

    Thank you for your help. Now I just want to expand on this a bit. To use the Applescript you have supplied me, how do I tell it to name the folder other than by date, and where to put it?
    Let me say, preferably, is it possible to make an action like this right-clickable? Instead of having to pick a script. Anything that slows this process down means I might as well do it all by hand. What I'd really love to do is this:
    Select a number of items. Right click to an action saying "create a new folder and put this items in it. Name the folder with the first item's name". Very simple and quick.
    Could this be accomplished? Through Automator? or something that can appear in the contextual menu? Folder actions?
    I'm just getting started with using these tools.

  • Lightroom just created a new 2014 folder to receive images from 2014, but I already have a 2014 folder which has received all my previous images. How do I get the system to keep using the original 2014 folder?

    How do I route newly created images into my existing folder for 2014? Why did the system create a new folder which seems to be snatching all my new images?

    Well, something is not making sense here, and I might have to spend some time thinking about it, or hopefully someone else will know exactly what the issue is.
    The first screen capture you provided shows the Lightroom Folder Panel, with folders on the C: drive named 2012, 2013 and 2014 and then the problem second 2014 folder, followed by many folders whose name begins with "My Canon".
    The most recent screen capture you provided shows the C: drive problem 2014 folder, but none of those other folders!
    Can you show us a screen capture of your Windows Explorer C: drive folders? Particularly, can you expand the folder structure so that it shows where the 2012 and 2013 and original 2014 folders and the problem 2014 folder are located? If that takes 2 or more screen captures, that's fine. ALso, if you can show the "My Canon" folders, please do.

  • Create a new reservation with multiple line items

    When I am creating a reservation through TC MB21, it picks up the GL code assigned to the material but the commitment item is not changing but remains the same as is in the first line item.
    Kindly suggest what additional changes needs to be done so that the commitment item is derived from the GL code.
    Thanks
    Shivaji

    Thanks

  • Can you create a new comp from a clip after you already have one in your project?

    I know if you create a new project and import a clip, then drag that clip down to the timeline panel, After Effects will create a new composition based off of the specs of the clip, which is exactly as long as the clip.  Is there a way to do this after you have already created one composition in your project?
    I've tried it and it just wants to add the clip to an already opened composition or if you close all the compositions, it wants to add it to the render queue.

    > I know if you create a new project and import a clip, then drag that
    clip down to the timeline panel, After Effects will create a new
    composition based off of the specs of the clip
    Actually, that's not quite right. To create a new composition with settings that match those of the footage item, you drag the footage item to the Create A New Compsotion button at the bottom of the Project panel. See "Create a composition".
    If you drag a footage item from the Project panel to the Timeline panel for an already existing composition, then you are telling After Effects to create a new layer based on that footage item inside the existing composition.
    If you drag a footage item to the Render Queue panel, then After Effects creates a new composition from the footage item and immediately adds that composition to the render queue.

  • Create a new field in sales order

    HI folks i want to create a new field in sales order item level how can i create

    Hi,
    Hope this will help you,
    User exits in the screens
    Additional header data is on screen SAPMV45A 0309, additional item data on screen SAPMV45A 0459. These screens contain the Include screens SAPMV45A 8309 or SAPMV45A 8459 as user exits.
    Fields which are also to be included in the sales document for a specific installation should be included on the Include screens for maintaining. If an application-specific check module is needed for the fields, this can be included in the Include MV45AIZZ. The module is called up in the processing logic of the Include screens.
    For field transports, you do not have to make changes or adjustments.
    Example
    A new field, VBAK-ZZKUN, should be included in table VBAK.
    If the check is defined via the Dictionary (fixed values or check table) the field must be included with the fullscreen editor in the Include screen SAPMV45A 8309. In this case, no change has to be made to the processing logic.

  • Copy a service P.O. to create a new service purchase order

    I want to create a new service purchase order with items category D. However when I give ref. of some another purchase order the vendor and org. data fields become grey. How do I change these fields in new purchase order which I want to create? In case of material P.O. these fields are editable.
    Pl. help.
    Regards.

    Dear,
    Please check at the time of Service order creation the document type of purchase order is for services. If no please first change document type in ME21N select document type for service po then enter reference of document number in field of purchase order and it's line item at item detail level.
    So please compare your process of purchase order creation with below detail.
    Enter ME21N -Select document type for po.
    Then enter purchase order number in field of reference purchase order field. then check your data.
    Regards,
    Mahesh Wagh.

  • Issue in Oracle Pricing - Creating a new pricelist line

    Hi All,
    We have an issue in Oracle Pricing.
    In a price list we have an existing line with some product precedence value, start date as not null and end date as null.
    Now through our PL/SQL code (using the API qp_price_list_pub.process_price_list) we are creating a new line with the same item, what happens is a new line is created and the existing line is end dated with the new line's start_date-1, but the precedence of the existing line is made null.
    We are unable to understand, is this a standard functionality and if not then what might be done to retain the previous line's precedence value.
    Any help in this would be of great help.
    Regards,
    Shruti

    Hi All,
    Can anyone please help me with the above issue....its getting critical for our client.
    Regards,
    Shruti

  • Can you create a new folder and put several documents in it in Adobe?

    Can you create a new folder and put several documents in it in Adobe?

    Thank you for your help. Now I just want to expand on this a bit. To use the Applescript you have supplied me, how do I tell it to name the folder other than by date, and where to put it?
    Let me say, preferably, is it possible to make an action like this right-clickable? Instead of having to pick a script. Anything that slows this process down means I might as well do it all by hand. What I'd really love to do is this:
    Select a number of items. Right click to an action saying "create a new folder and put this items in it. Name the folder with the first item's name". Very simple and quick.
    Could this be accomplished? Through Automator? or something that can appear in the contextual menu? Folder actions?
    I'm just getting started with using these tools.

  • I have a macbook pro and installed the latest version of numbers but can't open or create a new document

    i have a macbook pro and have installed the latest version of numbers but can't open or create a new document

    Melting,
    Can you share any information regarding what you have tried?  To create a new document select the menu item "File > New..."
    What documents have you tried to open and what happened when you tried?

  • Error when creating a new numbering series

    I have a problem creating a new numbering series
    i received the following error
    next invalid serial number message 3535-3
    i Controlled a period e the sequential numbering of series
    For two  period the  indicator i the same "Standard" for the restaant period is the year
    example
    2004    Standard
    2005    Standard
    2006    2006
    2007    2007
    2010   2010
    i controlled the sequent table
    OFPR
    OPID
    NNM1
    OACP
    Thank

    Hi,
    Welcome you post on the forum.
    How do you controlled the sequent table ?
    Thanks,
    Gordon

  • Cannot create a new WPF project

    In Visual Studio 2013 pro whenever I try to create a new WPF project I receive the following messages:
    "The file MainWindow.xaml.cs could not be found within the project templates. Continuing to run, but the resulting project may not build properly."
    Then this one:
    "The file MainWindow.xaml could not be found within the project templates. Continuing to run, but the resulting project may not build properly."
    And then this one:
    "Unable to copy the file 'MainWindow.xaml' from the project template to the project. Cannot find file "C:\Users\yoav\AppData\Local\Temp\5jqynsvu.cxy\Temp\MainWindow.xaml".
    I tried resetting VS settings as described here: http://msdn.microsoft.com/en-us/library/ms247075%28v=vs.90%29.aspx
    and to reset the project templates as described here: http://msdn.microsoft.com/en-us/library/vstudio/ms247116%28v=vs.100%29.aspx
    but with no success.
    My PC is Windows 7 64bit and up until this morning everything worked fine...
    PS - I couldn't add hyperlinks or the screen shots of the error since i got a message that my account is not verified when trying to post this question.

    Thanks for Wyck's help.
    Hi yoave23,
    Actually you mean that you get this issue just when you create the default WPF project with the template, am I right?
    If so, I feel that it is your VS IDE issue.
    To make sure that it is not the add-ins issue, if you run your VS in safe mode, how about the result?
    http://msdn.microsoft.com/en-us/library/ms241278.aspx
    Or you could run it as the admin. Test it again.
    If still no help, please repair your VS from the control panel. Or you could re-install it.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Creating a new process

    hai,
    I am working with a web server project. I have problem that i have to create a new process everytime I receive a request from a new client and that process should handle the requests from that user from then till he closes connection. Is there any way i could create a new process in jave that creates new process to do job I required?
    (I mean almost something similar to fork() command in c++)
    thank you

    I think it is enough to create a new thread(instead
    of process) for each received request. Better:Create
    a thread pool.hai,
    thank you , it did worked creating a thread. But i
    still have a small question. Does there wont be any
    kind of sharing problems if I use threads?Of course you have pay attention and synchronize shared resources properly.
    Beside of that all threads share the same memory - if one thread uses too much, another one may get an OutOfMemoryException.

  • How to create a new field for Q3 - QM notification in Header and item level

    Dear All,
    l
               Sub: How to create a new field for Q3 - QM notification in Header and item level
    Ref. the link --> Quality Notification
    We want to create a new field in header level and item level.
    As per the thread the solution is given below.
    In the IMG Config: Quality Management -> Quality Notification -> Notification Types -> Define screen areas for notification types Then Choose 'Define screen areas' Then Click on 'New entries' button Now, select the relevant Notification Type and click in 'Enter'. Select the 'Iten Cases' register and remember to setup the Tabstrip Header, Icon, etc. Set the 'Tabstrip active' flag. Then Save.
    Quality Notification -> Notification Types -> Define screen areas for notification types
    WE ARE UNABLE TO FIND IN CUSTOMIZATION PATH --> DEFINE SCREEN AREAS FOR NOTIFICATION TYPES.
    Please help.
    Question No. 2 :
    THE REQUIREMENT IS GIVEN BELOW.
    We want to hide the field in Q3 - QM Notification
    In header --> Reference tab --> Item (sub heading) --> "DEFECT LOCATION" FIELD TO BE ELIMINATED (HIDE)
    Ref the link --> Quality notification
    The solutiion is given below.
    Hi Sami,
    We can hide the collumns using the Transaction OQM1 and Program Name SAPLIQS0.
    Lets say Defect location need to be hidden, the field TXTCDOT need to have the radio button HIDE.
    Hope this will suffice your requirement.
    Kindly ask me if you need any other details.
    Thanks & Regards,
    Srinivas.D
    Hi Sami,
    We can hide the collumns using the Transaction OQM1 and Program Name SAPLIQS0.
    Lets say Defect location need to be hidden, the field TXTCDOT need to have the radio button HIDE.
    Hope this will suffice your requirement.
    Kindly ask me if you need any other details.
    Thanks & Regards,
    Srinivas.D
    By double clicking the "DEFECTIVE QUANTITY (EXTERNAL), WE COULD NOT GET --> field TXTCDOT .
    Plese do the needful.
    We are using ECC6.0 Ehp3 and Ehp4.
    With Best Regards,
    Raghu Sharma

    Dear Pushpa,
    Transaction Code :SHD0 is working fine.
    Please accept my sincere thanks for your sharing your Knowledge.
    I am able to fulfill my
    Regarding the enhancement, I have not tried.
    Once I will complete, I will award the fulll marks to you.
    With Best Regards,
    Raghu Sharma

  • SharePoint Designer 2013 (2010 Platform Workflow) - How can I create a new list item with a SPECIFIC content type?

    In SharePoint 2010 I created workflows that used the 'Create list Item' Action, which then set the Content Type ID (so I could create documents of various types in a document library). 
    We just switched to the SharePoint 2013 platform, and now the drop down for Content Type ID is blank in all of the workflows that are still using the SharePoint 2010 platform.  Is there any way to create a list item with specific content
    type?  Even if I could just input a string into that field instead of using this blank drop-down.  Please help! 

    Hi Sarah,
    According to your description, my understanding is that you cannot create a new list item with a specific content type using SharePoint 2010 Platform Workflow.
    I tested the same scenario in my environment, and the Create List Item worked fine with the specific content type.
    How did you create the content type?
    Please check if the content type is added to the list/library the workflow associated with.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

Maybe you are looking for