Reg:Onlineadobeinteractive form

hi
In the view u2018OnlineAdobeFormViewu2019, i want to write a  code in wdModifyView () method.  Dynamic PDFs are capable of changing their layout/behavior at runtime based on the action/event triggered in the document. so  need to deal with a dynamic PDF, i need to set this flag to true while creating the PDF document using the interface IWDPDFDocumentInteractiveFormContext.
can any one plz  specify the code in wdabap.how to write for the above requirement and wat interfaces/class i need to use for this .
Thanks in advance
Deepika

Hi Deepika,
Could you explain what is the dynamic functionality that you want to achieve in an online interactive form.
I think interface 'IWDPDFDocumentInteractiveFormContext' is for WD Java and it cannot be used for WD ABAP. Please check the link below.
[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b04abedd-fab8-2d10-fe8b-fa6901a7737b?quicklink=index&overridelayout=true]
Thanks & Regards,
Sanoosh
Edited by: Sanoosh P K on Feb 17, 2011 12:55 PM

Similar Messages

  • REG : ADOBE FORM IN WEB DYNPRO

    HI,
    I have a req to create a time sheet in web dynpro thru ADOBE.
    I created a view and in the view..i used INTERACTIVE FORM UI element and then crated an interface also.
    now I am in adobe form.
    when I searched the  in ADOBE ,i found the TIME SHEET provided by sap.
    now i want to make use of that adobe form in my web dynpro component.
    my question i s:
    how to map the exising ADOBE TIME SHEET  fields to my web dynpro component.
    do i need to create the nodes and attributes for all the   elements in CONTEXT.
    PLZ HELP ME.
    regards
    arjun

    Hi
    Check out these links-
    https://www.sdn.sap.com/irj/sdn/adobe
    https://www.sdn.sap.com/irj/sdn/adobe?rid=/webcontent/uuid/24b9e126-0b01-0010-e098-f46384fad9f3
    Regards
    Lekha

  • Reg - Search Form for a VO with group by clause

    Hi,
    I have a Bar graph that displays data based on the Query below.
    SELECT STATUS.STATUS_ID AS STATUSID,STATUS.STATUS,COUNT(SR.SERVICEREQUEST_ID) AS SRCOUNT
    FROM SERVICE_REQUEST SR ,SERVICEREQUESTSTATUS STATUS
    WHERE SR.STATUS_ID = STATUS.STATUS_ID
    GROUP BY STATUS.STATUS_ID,STATUS.STATUS,SR.STATUS_ID
    It displays the count of SRs against a particular status.
    Now I need to add a search form to this graph with customer and date range.
    So we need to add the line below to the where clause.
    "SR.CUSTOMER_ID = :customerId AND SR.REQUESTED_ON BETWEEN :fromDate and :toDate"
    But the columns SR.CUSTOMER_ID, SR.REQUESTED_ON also need to be added to the select clause to create the View criteria for search panel.
    The two columns should also need to be added to the group by clause if we are to add them in the select clause.
    This would not produce the expected results.
    How do I create a search form with the criterias applied only at the where clause.Please help.
    With Regards,
    Guna

    The [url http://docs.oracle.com/cd/E16162_01/apirefs.1112/e17483/oracle/jbo/server/ViewObjectImpl.html]ViewObjectImpl has methods for doing this programmatically (setQuery, defineNamedWhereClauseParam, setNamedWhereClauseParam) that you can use to manipulate the query, the bind variables expected, and the values for the binds.
    John

  • Help reg. multipage form

    Hi,
    I am doing a project in multipage form. I have found similar web application and it has been implemented in JSP. I have gone through the code.Not able to get it. The guy who implemented it is using one controller.jsp. when the user clicks back button then the data already selected is also displayed. If I see the code of any page one html from will be there. If the url has been observed, always directed to controller.jsp. can anyone let me know how it was implemented. The following is the link.
    http://donner.cs.uni-magdeburg.de:8080/elearning/modelschoice.jsp
    kindly let me know the basic idea. Thanks alot.

    Alright,people their are using View Controller pattern.
    Here is how they could have done it.
    They might have designed dedicated JSP for each and everyform their.
    Including same .gif file in the header part.
    However,they are calling a single JSP file/Servlet /Struts Dispatch Action/Or any backing bean(with url pattern controller.jsp).
    All they are doing their is Trying to save details of all the form inputs as respective property in a bean which is used to render contents in repective JSP page and then finally the controller forwards the page to next jsp page at the server side therefore url in the browser would not change however,response regards to new page would changed with change in url and consequently the new response would again call the same controller again & again and updates the same View Object which is scoped under session and finally when application gets the complete data regards to form it updates it DB forwards or redirects to the confirmation page.
    If you still don't understand what i'm trying to exaplain.
    It would be a great idea for you to learn MVC pattern or what is MODEL 2 pattern.
    hope the below link might be of some help :)
    http://www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc.html
    http://java.sun.com/blueprints/patterns/MVC-detailed.html
    http://java.sun.com/blueprints/patterns/MVC.html
    http://www.ftponline.com/javapro/2002_05/magazine/columns/weblication/
    http://www.javapassion.com/j2ee/MVCPatternAndFrameworks_speakernoted.pdf
    http://www.springframework.org/docs/reference/mvc.html
    http://java.sun.com/developer/EJTechTips/2004/tt0324.html#1
    http://www.developer.com/java/ent/article.php/3558501
    http://www.csis.pace.edu/~bergin/mvc/mvcgui.html
    REGARDS,
    RaHuL

  • REg: HCM forms with Mutiple subtypes in a single form

    Hi,
         i am working with Address change form scenario. i would like to know if there is a possibility to change the subtype at runtime, like choose either permanent address or mailing address or temporary address to be changed in the form.

    SAP_PA backend service EXPECTS either a hardcoded/configured subtype OR a "*" for all available subtypes (which won't work in your case). What you "could" do is get creative with "rules" and check if values are entered, and then if so, do the operation for your subtype.
    What you will need to do, which is what I do a LOT because of issues with SAP_PA is to actually make you update/changes in a backend function module (triggered in workflow). Now, things get a bit more complicated.....
    Priod to EhP3, you could just call the ol' infotype operations function module in your own FM to do the change. However, from EhP3 and onward, you will need to do this via classes (same used by decoupled infotype framework.
    Soooooo......time to get creative with your solution.

  • Reg: Adobe forms

    Hi All,
    I am beginner to Adobe forms. I am just doing a simple example for displaying a value on the form. But it is giving error "Adobe document services error: SOAP Runtime Exception: CSoapExceptionTransport".
    Thanks,
    Ravee

    Hi
    Check with Basis people regarding ADS Configuration. They will solve your problem.
    Also go through this link :
    Adobe document service error: SOAP Runtime Exception
    With Regards
    Nikunj Shah

  • Reg: Adobe form printing

    Hi Experts,
    I have requirement in Adobe forms. In that i am using Text modules to display the data in multiple languages. But text module which i am using should be repeated based on input given.
    for example: if input is one then the text module should be displayed once.
                         if input is 2 then the same text module should be displayed twice
                         if input is 3 then the same text module should be displayed thrice.
    Can anybody please suggest me.
    Regards:
    TMR.
    Moderator message: wrong forum, please post again in Adobe Interactive Forms.
    locked by: Thomas Zloch on Sep 24, 2010 11:55 AM

    Hi,
    Declare a variable of character type and concatenate DTAP and Bar code value into that variable.
    Later print that in required bar code format.
    Try this.

  • Reg: Smart forms

    Hi Experts,
    We are developing smart forms, in the driver program while executing the user selects authorized signatory number we need to get populated the signature 3 diffrent locations in the Smart Forms.For that i created 3 diffrent windows and i uploaded. Am able to do for 10 signatures.
    if there are 100 signature are there how to do it?
    How to go about it.
    We have converted all the signature into .tiff files.
    Thanks in Advance.
    Regards,
    Rahul.
    <thread moved, please choose your forums more carefully in future>
    Edited by: Mike Pokraka on Aug 5, 2008 2:02 PM

    Hi,
    goto se78
    click on GRAPHICS general graphics
    you get bitmap images.
    double click on it.
    give the name there and select color bitmap image.
    press f5(import)
    in the field file name press f4
    you can upload pictures from your pc.

  • Reg HCM Forms/Processes with Adobe Forms

    Hi,
    Details of the differences between HCM Forms and Processes with Adobe Form based PCR's and the recommendations for the selection between the same. Point of view on which one can be used.
    Regards,
    Sujana
    Edited by: Sujana Reddy Kumbham on Feb 9, 2009 9:06 AM

    SAP_PA backend service EXPECTS either a hardcoded/configured subtype OR a "*" for all available subtypes (which won't work in your case). What you "could" do is get creative with "rules" and check if values are entered, and then if so, do the operation for your subtype.
    What you will need to do, which is what I do a LOT because of issues with SAP_PA is to actually make you update/changes in a backend function module (triggered in workflow). Now, things get a bit more complicated.....
    Priod to EhP3, you could just call the ol' infotype operations function module in your own FM to do the change. However, from EhP3 and onward, you will need to do this via classes (same used by decoupled infotype framework.
    Soooooo......time to get creative with your solution.

  • Reg: Smart forms and print programs

    Hi
    I would like to locate the print programs and the corresponding smart forms. say for invoice we have a smart form available and how to track the print program for it. pls advise.
    thkx
    Prabhu

    Hi Prabhu,
          You can track the Program through mainintaing table TNAPR.  TNAPR is the table which is having entries for "Processing Programs for output".
    Here you have fields like
    pgnam - Program Name
    sform -   Smartform Name
    fonam -  Script Name
    kschl -  Output type
    Here,You can maintain form against a program name.
    Hope you are clear.
    Regards,
    Siddhesh Sanghvi.

  • Reg:Smart Form o/p options

    hi friends
    i need to design a smart form for which 2 pages of output is mandatory. it mean one page shows the taxable items and the other shows non-taxable items. so i need to print the 2 pages as common everytime . where i can set the option so that it displays the two pages everytime based on the conditions

    Hi
    After running the taxable items loop in the first page of the table, Create a command node..there go to the next  page as second page and in the conditions tab, check the check box "End Of Main Window". So, everytime after first page is printed, it will go to second page.
    Regards,
    Vishwa.

  • Reg: HCM forms special payment scenario

    Hi
    i am customizing special payment form scenario. i have created a new scenario and while testing the process   from backend , i am gettingthe following error 'Enter a  numeric value' for the payment amount field. I have set the data element as PAD_AMT7S. 
    Thanks
    Priya

    SAP_PA backend service EXPECTS either a hardcoded/configured subtype OR a "*" for all available subtypes (which won't work in your case). What you "could" do is get creative with "rules" and check if values are entered, and then if so, do the operation for your subtype.
    What you will need to do, which is what I do a LOT because of issues with SAP_PA is to actually make you update/changes in a backend function module (triggered in workflow). Now, things get a bit more complicated.....
    Priod to EhP3, you could just call the ol' infotype operations function module in your own FM to do the change. However, from EhP3 and onward, you will need to do this via classes (same used by decoupled infotype framework.
    Soooooo......time to get creative with your solution.

  • Reg paragraph formant and character format

    Hi All,
    How to assign particular paragraph formant and character formant for a particular text node that I have created.I know how to create paragraph formats and characters using smartstyles and also I assigned this smartstyle in my smartform to that particular text node,but I am not getting where do I select the paragraph format and character format to assign it to the text node?could you please suggest some body how to do this?
    Regards
    Mahesh

    Select the text you have written in the created text element and on top of the text only there is an option for Paragraph and character formats which will give you the dropdown list with all the paragraphs and character formats u have created. choose the desired one and it will reflect..
    OR alternately you can go to the editor and wite the code as in SAP SCRIPTS by providing the Paragraph name or Character name urself.
    REWARD POINTS IF USEFUL

  • Reg pdf forms

    Hi,
    Is there any particular procedure to transport the changes in layout of a pdf form?
    If so, pls help me in this regard.
    I am not sure whether the layout changes will be moved to Quality server by moving / releasing the TR.
    Appreciate your help.
    Thanks,
    teja.

    I dont think there will a spl procedures for PDF changes
    When create changes it will ask you to create Transport requests .
    You will transport those to wherevver you  want .
    One thing you need to remember here is while you creating request where it is saving
    some time requests will  store cross client make sure you transprot all requests
    Best Regards

  • Reg Interactive forms

    Hello,
    We tried a interactive forms in GP with email options. The server keep on sending mails, even though we have deleted the Callable objects. Is there any solution to undeploy or stop the mails.
    with regards
    Naveen

    thnx to responding but my Q was how to make adove form by scrape not exiting to convert in pdf form. that is i know but i asked abt interactive forms.
    if u know regarding this then let me know.
    thnx
    manju

Maybe you are looking for