'PDF only scenario' in WDA application

Hi , experts,
does anyone have any experience with the so called 'PDF only scenario' mentioned in note:
0000992492  Termination when using the PDF-only scenario 
0000992493  Error in PDF-only scenario after importing Support Pkg 10 
The note enables the so called "pdf-only" Szenario. This means that onlythe pdfSource is bound and that the application developer extracts the
data from the pdf within his/her own coding by calling the ADS. Between
server and client pdf is exchanged all the time.
We want this feature very much, because it will give programer the ability to extract xml directly from pdf, bypass the static binding.
BUT, the scenario does not work at our site, we are on SP10.
i am wondering that anyone work with scenario before?
thanks and best regards.
jun

And ...... I must be terribly stupid because I swear this didn't work ages ago but in depseration I opened the file on my iPad Foxit app and then chose to open it in GoodReader who fixed the corrupted file and now everything is fine.

Similar Messages

  • Does any one know the pdf only scenario?

    Hi
    we came across an 'undocumented feature' of interactive form usage in WDA, that's the so called  pdf only scenario.
    This is how it works:
    1. for the form form UI element , only the pdfsource is bound to a context node , datasource and template source are empty;
    2. the pdfsource is generated from a DDIC  based interactive form ,by calling   FUNCTION 'FP_JOB_OPEN' and FP_JOB_CLOSE;
    3. user input data will be stored and send back to the pdfsource as a document(xstring);
    the advantages are :
    1. DDIC based forms will be available interactively online(which is more friendly to abap developers and more powerful), no need to set to the legacy mode to make it work; (according to SAP LIBRARY, function module based forms are only available for printing);
    2.  the context of WDA application is simple, you can switch between forms without complex binding,there is only one binding between the forms and wda context: the pdfsource;
    3. using ADS method , you can easily to extract xml data out of the pdfsource, and using ST or DOM you can manipulate it easily and send to user again;
    4. ZCI DDIC forms work, no need to use ACF;
    we have tested this on SP16 successfully.
    Imagine you are building a  WDA application,that will deal with different forms with different interfaces,you will realized the power of the pdf only scenario.
    unfortunately, this funcitonality is not officially supported by sap, for ddic forms we have to  follow
    http://help.sap.com/saphelp_nw70/helpdata/en/42/c247dc6227311ce10000000a1553f7/frameset.htm
    , which i think it's confusing.
    i 'd like to know does anyone work with this scenari before, and i hope SAP can hear my voice and to notice the power of this scenario and make it officially a new feature.
    best regards
    jun
    Edited by: Jun Zhang on Oct 7, 2008 11:42 AM

    Hi Jun,
    I'm currently working on, a such scenario . My forms is based on a DDIC interface and should be used with e-mail flow ( off-line ) and into a webdynpro Abap .
    In my form i got dropdownlist box populated by DDIC value , also dynamic text and information such as user name, number of holidays etc...
    I'll do all the code describe in the help, unfortunately when i set my forms as enable in the WD4A , all value pre-populated in the forms ( dropdown list box, user name etc... disapears ...
    If i set the same forms as not enable , all value appears correctly .
    I'll debug the code to see where is the problem, it's in a method where the forms is generated twice and all value disapears. I'll send a message to OSS for this, the answer was first it's because you use dynamic text then the answer was it's because you used DDIC interface please used XML .
    I look at sample web dynpro given by sap but none of them are populated when it's appears (perhaps my ides value are not set ) .
    So i'm currently trying to redevelop my forms based on a XML Interface and will try it . I let you know if it's works ....
    Regards

  • 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

  • Standard WDA Application - Change UI element image

    Dear All,
    SNC 5.1 Out of Box solution provides its Web UI in the form of WDA appications.
    1. How do I change the image of a UI element for such a Standard WDA Application.
    2. Also, is it possible to do the modifications in such a way that only a certain group of users can see the modified UI element and the rest see the standard Out of box solution?
    Thanks and Regards,
    Ashwin

    Worst case scenario, you could use the Enhancement Framework to extend the existing application.  You can't modify existing UI element - but you can hide existing ones and then add a custom one. You could also add pre- or post- method implementations. Here is some details on the Enhancement Framework specific to WDA:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/c5/f4b9422e0fb911e10000000a1550b0/frameset.htm
    However you might find that you can acomplish what you want using Customization.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/b170d256293c5ce10000000a421937/frameset.htm

  • Display PDF document in Flex Windows application

    Hi,
    I am creating a flex windows application using action script and mxml script.I need help in displaying a PDF document in that windows application.I tried google search it is giving me some open source projects with IFrames.But,they can be only used for browser applications(web).So,anyone please suggest me how could i accomplish this task with winows application.
    Thanks,
    adi2010

    Hi Everyone,
    I got the solution for my issue.We need to use HTMLLoader to load the PDF documents in Windows aplication for Flex.

  • Non-Interactive PDF Form scenario without rthe need of ACF

    Hello experts,
    i have a question for you. I implemented Dynamic Non-Interactive PDF Form scenario and it works fine. But ... If some user wants to generate the PDF form it's necessary to install Active Component Framework on his computer. Problem is that some users doesn't have admin permissions on their PCs and they are not able to install ACF. Do you have any idea how to walk around the problem? For example generate and save the PDF somewhere on server side and then offer download link to end-user....
    Thank you in advance for every reply!
    Best regards,
    Zbynek

    I use Adobe Reader 8.1.2 so I think the problem will be somewhere else.
    There is written
    Step-1: In NetWeaver Developer Studio (NWDS), set the "displayType"
            property of your Interactive Form UI element to "native"
            instead of "activex".
    Step-2: Use the Web Dynpro specific controls from the "Web Dynpro
            Native" library to design your interactive form.
    Step-3: When the application is developed completly, build and deploy
    the application on SAP J2ee engine.
    Step-4: Run the application without having the ACF installed on the
            browser machine.
    in the note 1055911. But I think that we use some controls from other libraries than Web Dynpro Native (step 2). Do you think it could be the problem? The Web Dynpro Native library contains very reduced set of controls.
    Regards,
    Zbynek

  • Printout of WDA Application

    Dear All
    i have developed a custom  WDA Application which consist of one iView. I need to take the printout of that iView.  I am not able to get the print option for that iView.
    Pleas help me ,  how can i get the print out of that iView
    Note: Taking printout of the page will not help since its cuts the half of the screen.
    Regards
    Pravesh

    Hi
    May be this thread will be useful
    How to print Iview contents only
    Print the iview
    Edited by: Tulasi Palnati on Apr 3, 2009 12:59 PM

  • WDA application on virtual host (port)

    Hi,
    is there a way how to deploy (create) a webdynpro application on a virtual host (port)? As I generate a webdynpro application, SAP creates a service under default host (port). I need to have my application accessible only on virtual host (port) - different to default. Therefore alias cannot be used. I haven't found any parameter how to set this port when I create a WDA application in SE80.
    I'm looking for some system setting or configuration, not application solution.
    Thanks.
    Petr

    Without adding a virtual host, did you try using the following arrangement?
    Port 80
    Listen 77777
    No virtual host is used here assuming you have only one application - which is this form application whose physical port is 7777.
    thanks,
    AMN

  • WDA application in sicf but not in se80

    hi al,
    I am working on travel management WDA applications, one standard application fite_request (for create travel request) is activated  through SICF tcode, and i am able to test this service through SICF.
    but when i am entering this in se80, this application is not coming, what would be the reason please tell.
    although the component in this application i.e FITE_VC_GENERAL_DATA is coming in se80, but not the main application FITE_REQUEST
    thanks
    Bala

    Hi,
    >
    Tamilselvan K wrote:
    > In se80 you can enter only the component name not the application name
    Well, that is not completely true.
    The drop-down menu does not contain the "Web Dynpro application" entry but you can go to : Other objets... -> Web Objets -> Web Dynpro applicat.
    Then, you can click to Utilities -> Display Objects List 
    Best regards,
    Guillaume

  • Get real userid from a WDA application that uses service account

    A WDA application runs under a service account. How to get the real userid (i mean, the human user)?

    When running as a service user, the application is anonymous.  In other words no user authentication or identification takes place.  What kind of "real" user information would you expect to get?  Are you running in the NetWeaver Portal?  Or standalone?  What informaiton are you looking for?  Of course nothing within ABAP is going to be able to "see" the real user since the user session is running as the service account. Why exactly are you using a service user anyway?  There are only very few instances where service users in WDA applications wouldn't be a violation of your license agreement.

  • Flash Islands - transfer data only once from WDA to Flex component

    Hi Experts,
    I have defined some GACProperties to configure my Flex component within my WDA application. I need this data to initialize the Flex component but I'd like to somehow stop transfering this data after the initialization to avoid useless communication.
    Does anyone know how to achieve this?
    Regards,
    Pierre

    Hello Pierre,
    AS you might be knowing already, the data transfer from WD to Flex happens whenever there is a change in the context nodes or when ever there is an interaction from Flex to WD(When FireEvent is called).
    This we cant stop as this is the standard behavior.
    In our application what we did to stop this is, we have created an attribute 'IS_UPDATE_REQUIRED' in the context of type WDY_BOOLEAN. And set this to true by default. And we created a GACProperty and bound that to the context attribute 'IS_UPDATE_REQUIRED'.
    And for all the data which you are sending to Flex, you need to create setter methods instead of using public properties.
    And the GACProperty for 'IS_UPDATE_REQUIRED' should be first one to be declared in the VIEW LAYOUT. In the setter method for that property, we read value and store it in a flex local variable isUpdateRequired. And in all other setter methods, check the value of that variable first. And only if its true, read the values for other properties. Otherwise dont do anything. And in the Last setter method, we need to set the context attribute IS_UPDATE_REQUIRED to false.
    By doing this, whenever the data transfer happens next time, since the value of isUpdateRequired would be false, the read wont be read.
    Hope am a clear!
    Best Regards,
    Srilatha

  • On my macbook pro when opening a page i can not save it as a pdf only give me the option of saving it as a web page can any body help me on this I have tryed so many times without success

    on my macbook pro when opening a page on safaryi can not save it as a pdf only give me the option of saving it as a web page can any body help me on this I have tryed so many times without success?

    Just select Print in Safari and then, in the bottom left-hand corner, select PDF and you can save it to whichever flavor pdf file you like.
    Clinton

  • Error while deploying WDA application on portal.

    hello Friends,
    i am getting this error when eevr i try to check my WDA application on portal.
    can you please help me?
    note:my its connection is not establishing.
    is this the cause of error?
    The URL http://duetserver:8006/sap/bc/webdynpro/sap/z57316_portal_event_send/ was not called due to an error.
    Note
    The following error text was processed in the system EC1 : Die URL enthält keine vollständige Domainangabe (duetserver statt duetserver.).
    The error occurred on the application server DuetServer_EC1_06 and in the work process 1 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: CHECK of program CX_FQDN=======================CP
    Method: LATE_CONSTRUCTOR of program CL_WDR_UCF====================CP
    Method: HANDLE_REQUEST of program CL_WDR_UCF====================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system EC1 in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server DuetServer_EC1_06 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 1 in transaction ST11 on the application server DuetServer_EC1_06 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 100 -u: DEVECC -l: E -s: EC1 -i: DuetServer_EC1_06 -w: 1 -d: 20070614 -t: 142215 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    thanks,
    Nutan.

    you need to set up FQDN fully qualified domain name.
    instead of  http://duetserver:8006/....you need to use
    http://duetserver.domain.com:8006/...
    check
    1. whether WAS settings in system definition in portal is with FQDN
    2. check whether ABAP system FQDN is done. (its in the profile parameter icm/host_name_full (you can run abap report RSPARAM and check this.)

  • Help - "Acrobat is being used by another application and cannot open PDF files until the other application is closed."

    Hello,
    I searched this site and google for this error terminology and come up dry.  I support a user who has been for years using Acrobat 5 (yes, I know...) to read files in a client DB program, as well as other PDF files on their PC.  In the last week or so, they have started gatting this error "Acrobat is being used by another application and cannot open PDF files until the other application is closed." any time they attempt to open a PDF file attached to an email (via Outlook).
    It is my understanding that they cannot upgrade to a newer version of Acrobat because of limitations of their client software, but had not previously had any issues viewing PDF notes from the DB, and PDF attachments in their email.
    I have tried uninstalling and re-installing, as well as tried using Adobe Reader 7 & 9 in conjunction with Acrobat to try to get around this issue, but have not been successful.
    Any ideas?
    Thanks,
    Jesse

    I don't have an answer to your technical problem. The product I assume is Acrobat that you are talking about (based on the post title), Adobe is the company name. This is a good place to ask questions on Acrobat if folks can figure out what you are talking about. They will ask for the product version number (like AA9.3.3), operating system, and other applications if appropriate. Also, just what you are doing that generates the message.
    As for Adobe, you are not likely to get an answer from them here in the user forum. You will be lucky if you can get an answer if you can contact them and not be on hold for more than an hour (sorry, this is why a lot of folks end up in the forum).
    So, to help others try to answer your question, what are the products and versions involved? What OS? What are you doing when the message comes up.

  • Read only access to Console Application ...

    We have deployed development best practice examples in one WLS instance. So, all
    developer can run our sample examples. All developer doesn't have admin privileges.
    Some times, developer would like to get "READ ONLY " access to console application.
    They can see JDBC / JMS / connection pool information.
    Is it possible to allow READ ONLY Access to CONSOLE application ?
    TIA
    Wlstech

    I don't think this is possible in the current release.
    Kumar
    "Wlstech" <[email protected]> wrote in message
    news:3af30e21$[email protected]..
    >
    We have deployed development best practice examples in one WLS instance.So, all
    developer can run our sample examples. All developer doesn't have adminprivileges.
    Some times, developer would like to get "READ ONLY " access to consoleapplication.
    They can see JDBC / JMS / connection pool information.
    Is it possible to allow READ ONLY Access to CONSOLE application ?
    TIA
    Wlstech

Maybe you are looking for

  • Error in SDE_ORA_AbsenceEvent_Full workflow

    I am getting a task failure on the SDE_ORA_AbsenceEvent task when running the Human Resource - Oracle R1212 execution plan from DAC. I have copied and pasted the session log below. The error I see within it is an 'ORA-01846: not a valid day of the we

  • Display "system description" in Solution Manager monitoring info

    Hi, We have maintained the "system description" info for our satellite systems in SMSY: http://screencast.com/t/OTNmMjFiM Is there any way to display this info in the Solution Manager monitoring info?? Without this description text and only with syst

  • Best way to ask user for duration ??

    I am wondering what the best way to set up a dialog to ask the user for a duration is ? I need to query the user for the following duration example 1 month 3 days 5 hours 15 mins I have tried messing around with JSpinners with date formats but they r

  • Dreamweaver cs3 sudden break to attached css sheet

    While editing code in DW CS3 the Design view will lose connection to the attached CSS style sheet. This just started happening. I can't get the style sheet to link back up even after deleting the tag and re-attaching it. I have to reload a back up of

  • Prerequiste checker for Secondary site 2012 Sp1

    Hello All, We want to install SCCM 2012 SP1 Secondary site from SCCM Primary console. We found out that we can run PreRequiste checker command from primary site server like below: ◦prereqchk.exe /SEC /Ssbport 4022 /SourceDir <Source Folder Path> I ha