How to use wwdoc_api to load documents programmatically?

Does anyone know how to load documents into content area by using wwdoc_api package? The add_document procedure take a BLOB argument, but I don't know how to pass BLOB to procedures. Many thanks! Simon

The easiest way to load documents into a content area via an API is to use the wwsbr_api functions which let you pass the local directory path and name of files you wish to upload for use with items. Are you trying to upload documents for use by objects other than Content Area Items?

Similar Messages

  • How to use the property-loader?

    Hello,
    i´m using TS 3.5 and LV 8.0. Now i also want to use the built-in property-loader from Teststand.
    Is there somewhere a documentation for "beginners" how to use this property-loader? At the end i want to read parameters from an ascii-file which updates my input-parameters of the steps in the current-sequence.
    I know how to read and change parameters from teststand in labview via active-x, but i have no idea how to use this propertyloader-thing.
    Is there an easy help file somewhere in the net ( I havent found one yet)?
    Thanks for your help.

    Meanwhile i can use the propertyloader for Limits and Variables which are in a container of the teststep. What not worked was:
    1.) setting the properties of a "Messagebox". For example the property "Button1Label". Why is this not working?
    2.) The second thing what is not clear: Do i need for each sequence an own property-loader? I tested it with a sequence with one subsequence. Does the subsequence needs its own property-loader?
    Currently the import-csv-file looks like this:
    Start Marker,,,
    <Step Name>,Limits.Low,Limits.High,Cont.Voltage
    TestStep_1,1,2,4
    TestStep_2,8,16,32
    End Marker,,,
    When Teststep_1 and Teststep_2 are both in mainsequence then it works. When i copy Teststep_2 in a subsequence then i get an error (-18).
    Any ideas about my two questions?
    Thanks

  • How to use Javascript to load random pages?

    I wonder if anyone knows how to use Javascript to load a list
    of links stored in the text file.
    Every address will take a line, and the Javascript will
    randomly select one of the addresses to load.
    The user will click the button "random" and access the page
    randomly selected by the script.

    Addition note:
    I forgot to say this because my computer froze......(how
    lame)
    I got the code for random accessing the links.
    But now the problem is, is there anyway to parse a text file
    into the array in Javascript?

  • How to use lsmw and load cin details of the customer

    hi,
    how to use lsmw and load CIN details of the customer master data as the CIN DETAILS are not visible under XD01.
    thanx in advance
    regards,
    balajit

    i got the solution

  • How to use sqlldr for loading data in Oracle 10g xe.

    I want to load data using SQL*LOADER in Oracle DB from a .csv file but it doesn't seems to be working can anyony please help me.I am not get getting how to use sqlldr.
    in CMD in giving this command
    sqlldr hr/hr control='c:/data/record.ctr'
    record.ctr>>load data
    infile 'c:\data\record.csv'
              into table record
    fields terminated by "," optionally enclosed by '"'          
    ( Name,uday, hemant )
    sql table in data base>>CREATE TABLE "RECORD"
    (     "NAME" VARCHAR2(50),
         "UDAY" VARCHAR2(50),
         "HEMANT" VARCHAR2(50)
    record.csv>>name,uday,hemant
    c1,45454,84894
    c2,489654,21322
    can you please tell me how can i get this simple example run.

    C:\>sqlldr scott/tiger
    control = data.ctl
    SQL*Loader: Release 10.1.0.2.0 - Production on Thu Sep 14 17:06:46 2006
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    Commit point reached - logical record count 3
    SQL> conn scott/tiger
    Connected.
    SQL> create table data (col1 varchar2(40),col2 varchar2(40),col3 varchar2(40));
    Table created.
    SQL> select * from data;
    COL1                 COL2                 COL3
    name                 uday                 hemant
    c1                   45454                84894
    c2                   489654               21322
    SQL>
    data.csv
    name,uday,hemant
    c1,45454,84894
    c2,489654,21322data.ctl
    load data
    infile 'c:\data.csv'
    append
    into table data
    fields terminated by ','
    optionally enclosed by '"'
    (col1,col2,col3)i hope it will solve ur problem

  • How to use Cross Company Code document  number as Reffrence.

    Hi
    Actually user wants to post the same debit credit line items with Editing the amounts which he has posted last month
    So i suggested him to use post refference of the previous month document number.
    Since that is Cross company document number. There is no source to give  in T.Code FBR2. There is a fecility to give only document number of a company code not cross company code.
    Assume that there are 3 company's involved in that document.
    company  X --- 25 line items
    company  Y -- 75 line items
    Company  Z -- 100 line items
    Since he given in header data X Co code it has generated the Cross company code document number 1000X 08 ( which means 1000 is doc.number X is company code 08 is year. This is sap standard cross company code doc number format)
    and individual document number is
    X - 1000
    Y-  2000
    Y-  3000
    If he post with the reffrence of X company only 25 lines will come remaining 175 line he as to post manually.
    If he take Y Doc number  only 75 lines will come
    If he take Z Doc number  only 100 lines will come
    To bring all lines there is no provision to give Cross company Doc number.
    Please advice how to use cross company doc number as refference.
    Tks
    Shivaji

    Hi guru
    This is answered
    Thanks
    shivaji

  • How to use XI to retreive document  files from SAP DMS?

    Hello XI experts,
    We have external application php that runs on separate non-sap server.
    I am willing to retrieve document from SAP DMS (documents management system) via XI and forward them to this application. The files are usually ms office format when you display them ( but I am not sure how they are stored in database)
    Anyone can tell me please if I can use XI for this purpose?
    How is going to be the connection and the retrieval done on DMS side ?
    What adapter will be used and how the file will be transferred via XI?
    Also I will appreciate any directions in connecting the php application side. What Adapters will be used , how doc file can be send (I guess as an attachments )?
    Appreciate any help!

    hi check
    FG : CVBAPI
    U have Standard BAPI to communicate with DMS system meeting your requrment
    some bapis
    BAPI_DOCUMENT_CHECKOUTVIEW     Check out document for display
    BAPI_DOCUMENT_CHECKOUTVIEW2    Check out document for display
    BAPI_DOCUMENT_CHECKOUTVIEWX    Check out document for display
    BAPI_DOCUMENT_CREATE                   Create Document
    rgds
    srini

  • How to use the Image in document Tag (title).

    hi,
    I using Jdeveloper 11.1.1.3.0.
    I want to show the one image in title itself. which tag use to do this one.
    Regards,
    Ragu

    Hi Abhijit,
    when I click the new tab in firebox or IE and you enter the oracle website in the address bar. Now the new Tab place shows the title of oracle and Oracle Image. Like that i want.
    How to code in jspx file.
    I used the this tag <af:document id="d1" title="Oracle">. before oracle title i need one small image in jspx file.
    Regards,
    ragu

  • How to use textures on loades objects

    Hi there
    i`m trying to use a texture on a loaded .obj-object.
    I`m able to load them seperate, but I have no idea how to apply the texture
    I`ll be happy if anyone knows where I can get informations about that topic.
    Greetings,klaus

    like this it should work
    Scene s1 = null;
    try {
    s1 = f1.load("test.obj");
    } catch (Exception e) {
    System.exit(1);
    BranchGroup bg = s1.getSceneGroup();
    Enumeration enum =bg.getAllChildren();
    then underneath you'll have you shape3d where you can apply your Appearance
    it work like the rest of the graphscene

  • How to use incremental data load in OWB? can CDC be used?

    hi,
    i am using oracle 10g relese 2 and OWB 10g relese 1
    i want know how can i implement incremental data load in OWB?
    is it having such implicit feature in OWB tool like informatica?
    can i use CDC concept for this/ is it viable and compatible with my envoirnment?
    what could be other possible ways?

    Hi ,
    As such the current version of OWB does not provide the functionality to directly use CDC feature available. You have to come up with your own strategy for incremental loading. Like, try to use the Update Dates if available on your source systems or use CDC packages to pick the changed data from your source systems.
    rgds
    mahesh

  • How to upload and down load Document from Server in Webdynpro Java

    Hi,
    I have to upload and download document to the server and from the server.
    The examle and the sample application which is available in SDN is not helpful as its about uploading and downloading from the application context.Please let me know how to upload/download from teh server.
    Sandip

    Hi sandip,
         I have same requirement.If u get any source please let me know.
    reagrds,
    Anuradha

  • How to use ABAP to load data to a DSO

    I have a use case where we load data to a Direct Update DSO with an ABAP program. We do this by directly writing to the table /BIC/Atablename00. While this approach has been working for us so far, it has a few drawbacks:
    - no requests are generated (so you cannot easily revert your loads, archive them etc.)
    - the last "data refresh" date does not get updated
    - caching has to be turned off because the cache does not get notified about the new data in the DSO and therefore does not refresh.
    I am now wondering whether there is a more high level approach within ABAP that would allow me to mimic the regular loading process more closely by creating a "request object" to load the data, have delta queues maintained automatically etc.
    Is anyone aware of such an API?
    Thank you,
    Dennis

    Siggi,
    that is exactly what I was looking for. I also found your blog entry about that topic:
    Generic Extraction via Function Module
    as well as (an older) howto:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d3219af2-0c01-0010-71ac-dbb4356cf4bf
    Thank you!

  • How to use gApp.MenuItemExecute("BatchEdit") then programmatically Run Sequence

    I am attempting to use the Acrobat 9 SDK - IAC API from a VB.NET application to select and run a batch sequence.
    It is running on Windows XP SP3 with Acrobat 9.1.
    So far my code :-
    Dim gApp As Acrobat.CAcroApp
         If Not gApp.MenuItemExecute("BatchEdit") Then
    If Not gApp.MenuItemExecute("BatchEdit") Then
          MsgBox("Batch Sequences menu was not found.") 
    End
    This successfully displays the Batch Sequence dialog.
    How do I now select the desired sequence and then Run Sequence and execute the resulting dialog?

    Thanks for your prompt reply.
    If I can't run sequences can I instead run other meni items?
    Can I run MenuItemExecute on other menus and then control the resulting dialog e.g. Optimize Scanned PDF or PDF Optimizer or Reduce File Size.
    If I can't control these dialogs, what is the point of the MenuItemExecute command?
    Russ

  • How to use Jtree to load some directory?

    Hello everyone, I need use JTree to show the whole files and directories from some one directory(such as C:/test/javademo), so could you please give me some
    idea about that, thanks a million.
    Yours Leon

    I actually think recursion is a bad idea - why load all the subfolders and files into the tree recursively at the beginning? This will just take more time and disk access (think slow) which is unneeded. Below is the tutorial to write a JTree with a treeWillExpand listener. What you'll want to do is have it init a root DefaultMutableTreeNode to whatever folder you want it to begin at. Then you'll add children to that DefaultMutableTreeNode to represent the folder's contents (files and folders). At the point where the user wishes to expand a directory, the TreeWillExpand method will be called, you can get the path of DefaultMutableTreeNodes and use that to reference into the disk to load up the folder's children.
    I probably made that more complex sounding than it needed to be. Check out this sun tutorial and code examples:
    http://java.sun.com/docs/books/tutorial/uiswing/events/treewillexpandlistener.html

  • SAPGUI 7.1 - how to use F11 to save document (e.g VA01) like SAP GUI 6.40?

    Dear Experts,
    Previously in SAP GUI 6.40, users are able to save their documents by using F11 shortcut key, but after going to version 7.1, F11 could not be used anymore to save their documents in VA01, so the users ask whether it is possible to use back the F11 key as they did in version 6.4?
    Appreciate your replies on this, thank you in advance.
    regards,
    lee

    Close

Maybe you are looking for

  • How to copy link text from links?

    Currently when selecting a link, there is no easy option to copy link text. This feature should be implemented to be one of the options in the popup menu once a link is selected, alongside with "Open Link in New Tab"; "Copy Link"; !"Copy Link Text"!;

  • Desirable Vendor not populating in backend (R/3)

    Key Words: Desirable Vendor, Vendor Replication System:  SRM 5.0, SAP R/3 4.6 Scenario:  Classic We replicate vendors for the backend R/3 via BBPGETVD.  However, when ran BBPGETVD we had some errors so we had to select “<i>If R/3 Number Assignment is

  • Website not displaying as expected

    A website (blog -  http://www.womenscommunallivingproject.com ) that works ok on someone else's ipad, is not working on mine. I've deleted my bookmark, powered-off, and searched for it again - but it is still showing empty pages and missing informati

  • PC and MAC keyboard :(

    Hey! Sorry for that newby question but... that's wath I am I drop my coffee on my keybord... so have to get anotherone. Mine do not work properly anymore. Can I use any keyboard, even PC-made-for-Keyboard? I brought one from my office (PC), put a USB

  • Thinkpad T440p - "Thinking" of buying - Questions

    Hello everyone! I am a long time stalker of the community and have been a fan of the ThinkPad series for a few years now and am looking to purchase my first one. A T440p, been looking at used and referbished models. First I have a few questions. 1. I