How can I add a Item greater then 32kByte

Hi,
I want create a XML-File in Portal-Content greater then 32 kByte.
Can I create with the Package wwsbr_api this or have anybody a another idea?
I want create in a PLSQL-Procedure a printable Output (XML), e.g. view with Excel in IE Browser.
Karl

Trying using the "oracle drive" client utility. I do not believe it restricts content size.
We installed it so people could upload very easily upload documents to the shared drive directories and QUICKLY learned that people could upload anything they wanted in to undesired areas of portal (such as root pages) and change all of the content! (OOPS!)

Similar Messages

  • How can I add more items to an array?

    hi there
    I have a file chooser to select files. and store them in a File[] listfile. but if I need to add some more files to this listfile, how can I add them without deleting previous selected files? I know I can use List class to do this, can I just use listfile directly?
    thank you

    You can't change the size of an array once you have created it. You can use a List, as you say, or you can copy the array entries to a new array of a different size.

  • How can I add two items to cart in one action

    I'm using the ecommerce cart for customers booking tours. They first select the type of accommodation and how many adults (quantity), but I also need them to be able to choose how many children will be with the adults. The children stay in the same type of accommodation as the adults so I only need them to add the number (quantity) of children. I can't see a way of doing it with the current cart, attributes only allow 1 quantity choice, I need one quantity choice for how many adults and one for how many children. eg.
    Adults 2
    Children 1
    Is this possible with the current cart? Is it possible with Liquid?

    Thought it might work but not quite. I created a 'children' attribute and setup 3 options (1 child, 2 children,3 children). However the adult has a choice of hotel or motel accommodation so if they select that attribute then type in '2' as the quantity (2 adults), it also multiplies the children attribute by 2.

  • List, How can i add an item which fills two lines ?

    Traditionnaly, we use List with short items on an only line. But i want to use a list with long items on several lines, for each item. Is it possible in awt, swing?
    Thanks

    One option is to define a class for your list items, and make sure it provides a toString() method (since this method is called when the list is rendered). In this method, use html notation to format the text on multiple lines. For example:class myListObj{
    //initialize your object here
    // and provide whatever methods you need
    //(get, set etc)
    //then do this:
    public String toString(){
        StringBuffer buff = new StringBuffer("<html>");
        //This is example code - you would need
        //to decide how you are going to divide up your text:   
        //NOTE!! assumes string is long enough - otherwise
        //IndexOutOfBoundsException will be thrown!!!
        buff.append(text.subString(0,5)); //first line
        buff.append("<br>");  //line break
        buff.append(text.substring(5));  //second line
        buff.append("</html>"); 
        return buff.toString();
    }Alternatively, you could define your own cell renderer to have several lines, or even several nested JLabels (see javadoc for JList API for an example - that example uses icons, but you'll get the idea)

  • How Can You Add an Item to an Existing Delivery? (Function Module?)

    We are currently using function module GN_DELIVERY_CREATE to create deliveries (shipping notifications) from ASN data. 
    We're also using function module BAPI_INB_DELIVERY_CHANGE to change quantities on existing deliveries and to delete line items on existing deliveries.
    Does anyone know if there's a function module to add a new line item to an existing delivery?
    Best Regards, Scott

    Is BAPI_DELIVERYPROCESSING_EXEC what you need?
    Rob

  • How can I mark an item available only on an specific site on a multi-site.

    I have two site which is using the same database and webtools how can I add an item to only show up the website which I have linked that item to a category. Seems everytime I add a new item to the website it shows on both sites as well as  when I search the items it comes up. Is there a way we can setup so it will only show the site which we want automatically instead of going on each site and manually mark the item as not available.

    You could associate a catalog that contains categories that do not contian those items, and then associate the catalog with the appropriate theme

  • How can i add to a listBox items near in a new column other items ?

    The items on the right i changed the property of the listBox1 righttoleft to Yes.
    My problem is i want to build a new column for the number so each number i'm adding will be next on the left to the belong item string. And not under it like now.
    1. Maybe i need to use another control and not listBox ?
    2. How can i add column/s and also maybe adding a title to each column like: Names Id Number....?

    If you want columns, you should consider a
    ListView or
    DataGridView.

  • How can I add additional submenu items to Spry Menu Bar?

    The drop down header only allows for for 2 submenus - ie. child and grandchild pages
    How can I add a third or fourth submenu - ie great grandchild and great great grandchild pages?

    Its OK! I've just found an answer:
    http://forums.adobe.com/message/1049136#1049136
    PS. I did searching before I posted - but I didn't spot this till afterward

  • ICal Lion is infuriating. How can I add a new event in a chosen calendar without having to create it in my default then edit it?

    iCal Lion is infuriating. How can I add a new event in a chosen calendar without having to create it in my default then edit it?

    We are all entitled to our own opinions. So I respect you there brother
    But then again, Apple has its own basis. iOS is what's selling like pancakes not Macs, so if the gazillions out there are using iOS device and have gotten used to the calendar in their iOS devices. Wouldn't you think it made sense if Lion has the same calendar look and feel?
    Everything was considered and weighthed when they developed Lion. They even mentioned it in the press, They were blown away with the success of iOS so they are extending it to OSX.
    Quite frankly, I like the old iCal but yeah I don't expect anything in SL to stay in Lion otherwise it'll be another Cat name related to Leopard
    People should start looking at this perspective and not get STUCK in the old OS.

  • How can I add a new line item for production order?

    HI all,
    How can I add a new line item for production order through BAPI/FM? Thanks in advance.

    Hi Mil,
      Unfortunetly SAP is not in front of me.
    But if possible go to BAPI transaction , check for any production order's bapi for CHANGE purpose. Where you will be able to add your new line.
    Reward if useful!

  • How can I add a line item to delivery?

    Hi all,
    How can I add a line item in a delivery without using BDC?
    Regards!
    Curtis

    Hi,
    I have tried
    BAPI_OUTB_DELIVERY_CHANGE
    and this only allows you to change existing lines not add lines.
    Since its outboud delivery that I'm interested in I will not look at the inbound that you suggested.
    Any other suggestions would be appreciated.
    Regards!
    Curtis

  • How can I add the expiration date at line item level

    My User is selling voucher. The voucher is sell at line item. eg GV$5, GV$10,etc
    Each voucher line item sold need to be entered with a EXPIRATION date of that voucher.
    Maybe 3 months from issue, maybe 6months/1 year from issue.
    How can I add this to the sales order line item level?
    Which field can I used and how to configure?

    Hi Colin ,
       The question is not very clear , but i assume that you are asking about the  self expiry date of the particular material ,
    1. The setting you can do by activating  shelf life data  in material master :Plant data/stor1
    2.  its better to have a batch managed material for that you can sort the material acording the self expiry date.
    3. Once you maintain self expiry date system by default pick  the material at the time of  delivery
    Note-Shelf life expiry it will give the life of the material from the day of manfacture,remaining shelf life also will  give .
    Hope it is helpful
    Best regards
    Venkat

  • How can I scan multiple items using my HP photosmart 2610 and them be able to be in one attachment​?

    I have an HP photosmart 2610 4 in1. How can I scan multiple items and put them in the same attachment using e-mail? Using my laptop.

    Hi @needyrhelp,
    Welcome to the HP Forums!
    I see that you are wondering how to scan multiple items using your HP photosmart 2610 and for them to be able to be in one attachment in your e-mail. I am happy to look into this for you!
    Please see the how to scan guide for the Operating System you are using. Here is the list of how to scan guides, Scan. Select your Operating System from the list, then select How to scan with HP software, then How to scan a multi-page original text document into a single file. You will need to scan each page one at a time, and add it to the same document. The how to scan guide will show you how. After done scanning to the file, then see the link for How to attach a scan to an email.
    If you do not know the Operating System you are using, please visit this website. Whatsmyos.
    Hope this information is helpful, and thank you for posting!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • How can I add a contact on the calendar for an event

    How can I add a contact on the calendar for an event

    It is between Repeat and Alert on my iPhone 5 with iOS 6.0.1
    I used the + on the top right to add the event and when you look vertically starting with the name, followed by location and then time the rest of the default things includ Invitees, among other items. 

  • When I try to print sth I can´t choose my printer. Adobe Reader only shows a printer I used years ago.I aleady deleted and reinstalled the Reader and deleted all other printers from the computer.How can I add a new printer to Adobe Reader?Thanks for help!

    When I try to print sth I can´t choose my printer. Adobe Reader only shows a printer I used years ago.I aleady deleted and reinstalled the Reader and deleted all other printers from the computer.How can I add a new printer to Adobe Reader?Thanks for help!

    Hi,
    I would suggest you to uninstall Adobe Reader using the cleaner tool and then re-install the latest version.
    Adobe Cleaner Tool:- Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs.
    Latest version of Adobe Reader:- http://get.adobe.com/reader/
    If you still experience the same issue, please share the following information:-
    - Screenshot of Adobe Reader showing printer options
    - Screenshot of Microsoft Word showing printer options
    - Screenshot of control panel- Control Panel\All Control Panel Items\Devices and Printers
    Regards,
    Nakul 

Maybe you are looking for