Remove items

Dear all,
I'm working with Oracle9iAS Portal PL/SQL API (9.0.2.6)
I need to show on a page a list of items listed in a reference table. To insert/update items I have no problem but I cannot remove items (stay in cache but not displayed).
I read in the documentation : "The p_hide_in_browse parameter for items has been deprecated. The parameter has been retained for backward compatibility with the 3.0.9 API signatures, but its value is ignored. The APIs cannot be used to hide an item. As an alternative, you can set the value of an item's publish date to some date in the future."
Is this the only way to remove ? What about the ACTIVE field on the view wwsbr_all_items ?
Every remarks is welcome.
Thanks. Eddy

Currently, setting the expiry date this is the only way to remove items through the API. Please note that you will need patch 5252960 for 9.0.2.6 to set item expiry through the modify_item API.
Regards,
Jerry
PortalPM

Similar Messages

  • How can we remove items from the VF04 list?

    We have a long list of items in VF04 that, for various reasons (some process related, some due to errors), are not to be billed. We have looked at applying filters to the list but there is nothing really suitable to hide these individual documents e.g. we could filter out some dates where none of the items on that date are to be billed but other dates have a mix of items we want to bill and others we don't.
    I have done a search of this forum but didn't find a previous topic with a quick and simple method to remove items from the list .
    Is there a method, other than billing them or sorting each issue individually, to permanently remove individual documents from the VF04 list?
    Thanks in advance for any help.
    David

    Hi,
    David,
    Download a list of Pending delivers doc form VF04.
    Paste the list in T.Code : VL09 (Delivery reversal) and reverse the delivery.
    Then go to T.Code: VL06G Select the list of deliveries that has been reversed, select/delete all un- wanted deliveries.
    This way you can remove all unwanted pending deliveries forn Billing due list (VF04).
    Thanks & Regards,
    R.Janakiraman

  • How can i update/Remove Items from AR Invoice using SDK?

    Hi All,
    I have 1 problem with update or remove item from sales order. here is the source code of mine.
    If inv.GetByKey(DocumentNumber) = True Then
                        inv.CardCode = cardcode
                        Dim ercode As Integer
                        Dim ind As Integer = 1
                        For Each drow As DataGridViewRow In gv.Rows
                            If gv.Rows.Count = ind Then Exit For
                            ercode = drow.Cells("No").Value
                            inv.Lines.SetCurrentLine(ercode)
                            'inv.Lines.ItemCode = drow.Cells("itemcode").Value
                            'inv.Lines.ItemDescription = drow.Cells("itemname").Value
                            inv.Lines.Quantity = drow.Cells("qty").Value
                            inv.Lines.Price = drow.Cells("price").Value
                            ind = ind + 1
                        Next
                        errorcode = inv.Update
                        If errorcode <> 0 Then
                            PublicVariable.oCompany.GetLastError(errorcode, errorsms)
                        Else
                            errorcode = 0
                        End If
                    Else
                        errorsms = "Not found Invoice Document Number"
    End If
    After update, it error "[INV1.Quantity][line:1],'Field cannot be updated (ODBC -1029)'"
    Does anybody know about this?
    Thanks
    TONY

    Hi $riniva$ Rachumallu,
    This is my mistake that not test manually in application.
    Thanks
    TONY

  • Remove Item from Item list through DTW

    Hi Experts,
    Please do the needful for the below issues.
    1.System is not allow partial delivery but  I already activate allow partial delivery at sales order logistic tab.
    2.System is allow to  print the document at client place automatically at the time of the creation of the sales quotation but not at server.
    3.How to remove Item code from the DB with the help of the DTW.

    hi,
    If there is no transactions associated with item,
    Open item in item master data,From menu bar,Select Data ---> Remove.
    for other cases refer Note 1163367 - How can obsolete items be managed in SAP Business One?
    [https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1163367]
    Jeyakanthan

  • How can I remove items from my start up disc and create more space on it?, How can I remove items from my start up disc and create more space on it?

    My Mac Book Air tells me that the start up disc is nearly full land that I do not have the capacity to load Maverick.  How can I remove items that I may not need from this disc?

    Move them to an external hard drive, formatted as HFS Extended (Journaled).

  • How do I remove items from the cloud without losing them permanently?

    My icloud storage is almost full. How do I remove items from the cloud and not lose them?

    What items?
    Purchased music, movies, TV shows, apps, and books do not use up your iCloud storage.
    See the link below for how to reduce the amount of storage you're using:
    http://support.apple.com/kb/HT4847

  • How do you remove items from the assets panel that are duplicated?

    How do you remove items from the assets panel that are duplicated?

    If you add an item to a slideshow, you'll usually see 2 entries for that image in the assets panel - one represents the thumbnail, and the other represents the larger 'hero' image.
    It sounds like you may have added the same image to your slideshow twice. You can select one of the hero images or thumbnail images in your slideshow and use the delete key to remove it. Then the extra 2 entries in the assets panel should disappear.

  • How do you remove items from the start up disc

    How do you remove items from the start up disc?

    Freeing Up Space on The Hard Drive
    You can remove data from your Home folder except for the /Home/Library/ folder.
    Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
    Also see Freeing space on your Mac OS X startup disk.

  • How do I remove items from the dock?

    How do I remove items from the dock ?

    Single click and then drag it to the desktop. It will dissapear in a puff of smoke. You also may benefit by bookmarking and using:
    Find Out How Video tutorials

  • Can't remove items from the selectMenu

    I am using selectMenu as:
    <a4j:region selfRendered="true"  id="text">
                <h:selectOneListbox id="symbol" value="#{user.name}">
                  <f:selectItems value="#{user.temp_list}" />
              </h:selectOneListbox>
    <a4j:commandButton action="#{user.getData}" reRender="symbol" value="Get"/>
    </a4j:region>temp_list has following three values when page loads:
    temp_list.add(new SelectItem("Sunday"));
    temp_list.add(new SelectItem("Monday"));
    temp_list.add(new SelectItem("Tuesday"));Now in user.getData i want to remove items one by one based on the selection made by the user. The code is:
    temp_list.remove(0);
    this.setTemp_list(temp_list);But the problem is that if user selects Sunday for example, it remove it from the list but next time when user select Monday it removes monday but BRING BACK SUNDAY AGAIN IN THE LIST. Why is it so?

    BalusC wrote:
    I don´t understand you.Actually i was asking about the code which i mentioned in my last post.
    Okay then what could be the solution? What my thinking is that calling list.remove actually removes the item from the list permenantly, isn't it? If so then why does it showing me again in the selectMenu?

  • Can I remove items from the Services menu?

    I think the subject line says it all: can I remove items from the Services menu? I have a number of items in the Services menu that I never use and I would like to make the menu shorter to make it easier to access the items that I do use.

    There are a couple of things you could try. There's an application called Service Scrubber that is supposed to do this. But the web page says it's for 10.4, though it says it might work on 10.3
    Alternatively, you can edit the Info.plist or Info-macos.plist file in each application bundle to remove its service from the Services menu. This post at Mac OS X Hints has a pretty detailed description of how to do it. I tried this on my iMac running 10.3.9 and it worked just fine.
    Don't know about the Service Scrubber app, but if you edit the plist files, you'll need to log out and log back in before the changes take effect.
    Also, if you decide to edit the files by hand, I'd suggest just renaming NSServices by adding an "x" to the front or something, rather than deleting the item completely. That makes the changes easier to reverse.
    charlie

  • How can i remove items from list that have been deleted when i click on them it keeps showing empty

    how can i remove items from the list that have been deleted when i click on them it keeps showing folder empty

    Actually, Reader SHOULD keep showing documents that no longer exist, I disagree. It's no big deal, and people will quickly realise why they can't open the file. They open more files, the old ones move off.
    The REASON why it should not check is that checking whether a file exists can take a long time when things aren't good. For instance if a file server goes down, or a memory card is unplugged. That in turn would mean delays opening the File menu, and I've seen some software that can sit there for several minutes. That would really give people something of which to complain...

  • How can I remove items from the open a recent file menue.

    How can I remove items from the "Open a Recent File" menue. Many other applications allow the clearing of that file . Is this possible in Adobe Reader 10.1.2 ? If so how?

    See this previous topic: http://forums.adobe.com/message/3759596
    It is for Acrobat, but the registry entries are similar for Reader.

  • HT201364 I am unable to install OS X Mavericks on my macbook air 13" it asks me to remove items from my start up disk...how do I do that?

    How does one remove items in the start up disk....
    Thank you

    You apparently have filled your boot disk to a point where the remaining space is below Mavericks installation requirements. It is implying that you need to review your login directory for very large files, or folders.
    Open a new Finder window. In the left nav, select your short login name. Then change the View to list view. If the Size column arrow is pointing up, click it to down and your folders and files will be listed in descending storage use. The folders with an engraved emblem on them were created by the operating system, so do not remove them. Also, resist removing Apple applications found in /Applications.
    Top candidates would be huge iTunes Music or applications content, iPhoto, or video collections. Whatever is taking up your storage will stand out. Generally, you should stay out of your Library folder.

  • Removing Items Finder Open With Menu

    I'm looking for a way to delete items from the Open With menu in Finder/File/Open With. On my PowerBook there are over fifty items in this menu when selecting a JPEG file.
    Maybe there is away.
    I'm using a Panther drive 10.3.9
    Photoscene

    Photoscene-
    I'm not sure this addresses your exact situation or not, but the following link:
    http://www.macosxhints.com/article.php?story=20031215144430486#comments
    suggests a method for removing items from the "open with" menu that shouldn't be there.
    I have NOT tried the above, so use the usual cautions (backup beforehand, etc.).
    Good luck,
    Alan
    cube   Mac OS X (10.3.9)  

  • How can I add and remove items from the bookmarks toolbar?

    I want to remove items from the bookmarks toolbar and add ones that I use on a regular basis. How can I do this?

    See:
    *https://developer.mozilla.org/en/Chrome
    *http://en.wikipedia.org/wiki/User_interface_chrome#User_interface_and_interaction_design

Maybe you are looking for