WDA Application: how to get the pdfsource xstring updated by user?

Hi, gurus
we use adobe interactive form in our WDA application to provide user interface for input, then we want to get the pdfsource back into our context again, and later we use a extraction tool to grab the xml data out of the string.
the problem is that , once the form is displayed on the client side , any user input done to the form will not update the pdf source defined in the context.
could you please tell me is it possible to get the updated pdf source back in the context?
thanks .
Jun

Hi Jun,
it is great news. But for me it doesn't work. Which SP do you have (SP10 patch1, SP11)? I have SP10, no patch.
My best solution, but it doesn't work, is:
1. I have an adobe form with ZCI layout (this form I created in SP10). I inserted webdynpro script in SFP. On form I have webDynpro native Submit button.
2. My interactiveForm in WDA has properties:
<i>dataSource</i>: node in context under which is attribute of type structure (type of my import parameter from interface of my adobe fom). I tryed use empty node of my context or to leave this property empty but then in server round trip I got error: Access via 'NULL' object reference not possible.
displayType: native
enabled: true
pdfSource: attribute of type xstring
readOnly: false
templateSource: empty
onSubmit: my_action
If I press Submit button in form then server round trip is processed. But my_action isn't called. Method WDDOMODIFYVIEW is only called and in pdf source is pdf file which I prefilled (no new values in xml data).
Please describe properties of context node which you use for the property dataSource.
As you mentioned "the static context binding is soooo...unflexible".
Thanks
Michal

Similar Messages

  • When I purchased a music app from itune store. This got downloaded in Itune maedia/Mobile applications.How to get the songs in that app to my  itune library or on to IPAD?

    I  or tranfer to my librarypurchased from Itune store a Music app. It is downloaded into intune media/mobile applications. How to get the full album msic/songs into my itunes library or on tomy IPAD? It doesnot open out. Can anybody suggest a way?

    If you have a music downloader app (depends on which you have), plug your iDevice into iTunes, go to your device (on itunes), go to your apps, scroll down, and select the app thats holding your music, click on "Save As" (should be located bottom right corner), save the music to your specific folder. Once done, follow through this: Adding music and other content to iTunes and you should have your music on your iDevice music app.
    Hope this helps.

  • JTable problem : how to get the last value entered by user + event lost

    Hi all,
    I have 2 problems with Jtable class.
    1 => To get the last value entered by user in a cell,
    it seems that we must change the selected cell.
    That is to say we can only have the previous cell's value.
    Is there a simple way to get the current value of any cell ?
    2 => To resolve the problem i store the values of each cell in a vector and i intercept keyboard event (!)
    BUT, when i do a double click with the mouse on the Jtable, i loose keyboard events. Then, i can't intercept them.
    Is it a bug of swing or am i following a wrong way ?
    Thanks by anticipation for your help.

    You have to fire the "TableCellUpdatedEvent"
    and override the getCellEditorValue in TableCellEditor to return the current value

  • How to  get the log on details of users in the given period

    Hi Frndz..
    I need logon information of portal users, means in a given period i need the information of each user when they loged in and how much time they are in portal and if it is possible whcih application they accessed.
    Am trying to get this from Portal Activity Reports but am not gettinig as per my requirment, n it seems to be not possible to customize as per our requirment.
    Thanks in Advance
    Regards
    Rajesh

    hi
    You can also directly query the following Portal database tables,for information on users:
    WCR_USERSTAT: Holds information about the number of users who logged on to the portal.
    WCR_USERFIRSTLOGON: Holds information about the first logon of each user and how many pages and iViews the user viewed
    WCR_USERPAGEUSAGE: Holds information about which users viewed which pages and iViews.
    Thanks
    Bharathi.ch

  • LabVIEW 8.0:: How to get the group name of a user logged to a NI Security Domain?

    Hello all,
    I am using LabVIEW 8.0 PDS.
    I created a new local domain called "MyDomain" in the "NI Domain Account Manager" . I added a new User called "MyUser" and a new group called "Maintenance". I set "MyUser" to be a member of the "Maintenance" group. Then, I configured LabVIEW to invoke the login dialog at start-up in order to log "MyUser" with the correct password.
    I would like to get the group name of the current user logged programmatically in a VI. I tried with the VI Server >> Application >> Security properties and methods and also with the properties and methods of the NI Security Class but it seems to be not so simple as I believed at start.
    I do not find any informations or KB on this (all the documents I found deal with LV DSC or TestStand).
     The final goal is to be able to manage a list of user for my application. Each user is a member of a group ("Administrator", "Operator", "Maintenance") and depending on the group, the user can or cannot access to some parts of the application.
    Thanks for your help.
    Matthieu
    Eurilogic

    Re,
    Here is a screenshot of this functions...
    If you really own LV DSC 8.2 the best thing to do is to reinstall it.
    Regards, 
    Message Edité par Richard K. le 04-02-2007 04:00 AM
    Richard Keromen
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> Découvrez, en vidéo, les innovations technologiques réalisées en éco-conception
    Attachments:
    security.jpg ‏3841 KB

  • How to get the real name of a user from WFSYST-AGENT

    Hi,
    I am retrieving the WFSYST-AGENT value (which correspond to the US<user_id> of the agent responsible of a task) in a container variable in my workflow.
    I would like to get the real name of the user represented by WFSYST-AGENT. How should I do that ?
    Thanks in advance for your help.
    Thibault

    Hi,
    Take the user name and write a select for database table USER_ADDR fetching fields NAME_FIRST and NAME_LAST by passing BNAME = username.
    Regards,
    Jayesh

  • How to get the hierarchy in update rules

    i want to update the material hierarchy to the open hub data file
    i create a update rule(transformation)
    and i want to get the node name at the last level of the hierarchy tree above the material level
    how can i do this?

    no
    for example
    now we have maintain the hierarchy of material like this:
    026(level 1)
    -026/100(level 2)
    -026/200(level 2)
         |-026/20010(level 3)
         |---800501234(level 4)
    in this hierarchy tree,the material 800501234 is in the level 4
    and i want to get the last level hierarchy node above the material
    for 800501234,the hierarchy node is 026/20010
    so
    i want to export the data like this:
    hierarchy id      |        material
    026/20010        |        800501234
    how can i do this?
    Edited by: Yang Zelphar on Mar 25, 2009 5:03 AM
    Edited by: Yang Zelphar on Mar 25, 2009 5:04 AM

  • Reg: How to get the trip activity values in user exit.

    HI Experts,
    I have scenario like I need calculate the trip advance amount for an employee.
    Based on the employee travel days and employee’s activity type.
    Activity types means:  types of employee trips like
    1. Domestic
    2. International
    Here my problem is not getting trip activity values into my user exit.
    I am getting the all selection values in trip header except this TRIP ACTIVITY values.
    Please give me idea how I can read this trip activity value in to my user exit.
    I have written the below code for user exit.
    CHECK SY-TCODE EQ 'PR01'.
    MOVE TRIP_HEADER TO IT_PTRV_HEAD.
    APPEND IT_PTRV_HEAD.
    CHECK SY-TCODE EQ 'PR01'.
    MOVE TRIP_HEADER TO IT_PTRV_HEAD.
    APPEND IT_PTRV_HEAD.
    Thanks & Regards
    Sameera

    Hi,
    Try to use Enhancement  FITR0003.
    REWARD IF USEFUL

  • How to get the hr,sh and ix user 's script in 10.2.0.1 ?

    I cannot find the script in %oracle_home%/demo,
    can you tell me how to get it?
    Thanks in advance.

    In 10gR2, it is no longer a [simple] script. It is now (at least for the Enterprise Edition) a transportable tablespace import/attach.
    Unfortunately the docco doesn't seem to be updated to reflect the new mode of installation - and DBCA doesn't seem to allow adding it after the fact. (Reminds me ... there aughta be a docco bug on this ... I've been meaning to check, so I'll go check after I save this response ...)
    One way - create a new instance with the schemas, do a simple export, scrap the new instance, import.
    Message was edited by:
    forbrich
    Doh ... according to Metalink note 310955.1, the samples are part of the Companion CD. Separate download and install from the Companion CD should make it available as part of DBCA.

  • How to get the last value edited by users from JTable?

    Hi.
    I have a JDialog that includes an editable JTable. This table is used to set up field caption and font for a report program. I found only when cursor is moved to another cell, the value in current cell being edited will be transferred to Table Model. So if the user don�t move cursor to another cell after editing the value of a cell but click OK button directly, Table Model cannot get the last value edited by the user, I wonder if there is a way to fire JTable to transfer the value being edited to Table model.
    By the way, I found if the TableCellEditor is using JCheckBox or JComboBox instead of JTextField, there is no this problem.
    Thank you for any reply.

    I guess you can make use of the following methods on your table model to inform it make it getValueAt bcos table data has changed.
    fireTableCellUpdated
    Notifies all listeners that the value of the cell at [row, column] has been updated.
    fireTableChanged
    Forwards the given notification event to all TableModelListeners that registered themselves as listeners for this table model.
    fireTableDataChanged
    Notifies all listeners that all cell values in the table's rows may have changed. The number of rows may also have changed and the JTable should redraw the table from scratch. The structure of the table (as in the order of the columns) is assumed to be the same.
    But when to call these methods??
    -- When OK button is pressed, do this as the first thing!!
    OR
    -- Call this on every key event!!
    regds,
    CA

  • How to get the approval limit of a user

    Hi,
      Is there any table to get the value of approval limit of a user?
    Other than using the FM "BBP_BW_GET_APPR_LIMIT"are there any ways to get the approval limit of a particular user provided his username is given?

    Hi Sowmya,
    You can use the FM 'BBP_READ_ATTRIBUTES'
    Pass the username in IV_USER
    IV_SCENARIO will have the value BBP
    and the value for IV_ATTR_SINGLE can be taken from the table T77OMATTR.
    You can also go thorugh the following link for getting help to call this FM:
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/srm/codeSample2-Reporttodisplayuserattributes
    Thanks,
    Pradeep

  • How to get the group name of a user

    Hi,
    I am using an openldap for user authentification. How can i retreive the groups name of a user ? I read that i must use the GroupManagerControl class.
    What is the way to specify the openldap authenticator using the above class ?
    Thanks for help.

    Re,
    Here is a screenshot of this functions...
    If you really own LV DSC 8.2 the best thing to do is to reinstall it.
    Regards, 
    Message Edité par Richard K. le 04-02-2007 04:00 AM
    Richard Keromen
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> Découvrez, en vidéo, les innovations technologiques réalisées en éco-conception
    Attachments:
    security.jpg ‏3841 KB

  • HT1386 How to get the newest iTunes update for iPhone 3gs -not available?

    I am not able to get the latest update and it is effecting what apps I can use now and or download to my iphone. Is there a way to upgrade on my 3gs?

    JLaDage1 wrote:
    Or am I just stuck with the 6.1.6
    Correct. Apple has discontinued the 3GS, & the fact is it does not possess the hardware to run iOS 7.0 or higher.

  • How to get the coupons browser update to quit? keeps coming back

    I keep having a Coupon Browser Update box appear at the top of every website I visit. I have checked the box that I do not want this but it keeps coming back. How do I get rid of it? Who puts this idiot stuff on your browser?

    Click here and follow the instructions.
    (60210)

  • How to get the home page for a user using  Pl/sql code ?

    Hi,
    I have a pl/sql procedure which runs after a form submission on a dynamic page. At end of completion of the procedure I want to send user to his/her home page. I am trying to write at the end of procedure to redirect the user to the home page. How do I do that ? What is way to redirect to a page using pl/sql and how do I know the user home page url ?
    thanks,
    Mainak

    Hi,
    Try <portalschema>.wwv_redirect.url('<portalschema>.home');
    Please replace portalschema with the name of your portal schema.
    Thanks,
    Sharmila

Maybe you are looking for