Unable to open the interactive form

Hi,
I have created a interactive form.
I'm trying to send this as an e-mail attachment.
I'm able to receive the mail but I'm not able to open the interactive form.
Can someone help me on this.
Regards
Nancy

Hi Nancy,
Check this Code.. i am able to open the ADOBE in my SAP Inbox.
  ie_outputparams-device   = 'PRINTER'.
  ie_outputparams-getpdf = 'X'.
  CALL FUNCTION 'FP_JOB_OPEN'
    CHANGING
      ie_outputparams = ie_outputparams
    EXCEPTIONS
      cancel          = 1
      usage_error     = 2
      system_error    = 3
      internal_error  = 4
      OTHERS          = 5.
  IF sy-subrc <> 0.
    WRITE : 'Exit at FP_JOB_OPEN'.
    EXIT.
  ENDIF.
  docparams-langu = 'E'.
  docparams-country = 'US'.
  docparams-fillable = 'X'.
* Get the name of the generated function module
  CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
    EXPORTING
      i_name     = <adobe-form-name>
    IMPORTING
      e_funcname = e_funcname.
  IF sy-subrc <> 0.
    WRITE : 'Exit at FP_FUNCTION_MODULE_NAME'.
    EXIT.
  ENDIF.
CALL FUNCTION  e_funcname
EXPORTING
*   /1BCDWB/DOCPARAMS        =
   PERNR                    = p_pernr
IMPORTING
   /1BCDWB/FORMOUTPUT       = output
* EXCEPTIONS
*   USAGE_ERROR              = 1
*   SYSTEM_ERROR             = 2
*   INTERNAL_ERROR           = 3
*   OTHERS                   = 4
  IF sy-subrc <> 0.
    WRITE : 'Exit at e_funcname'.
    EXIT.
  ENDIF.
  CALL FUNCTION 'FP_JOB_CLOSE'
* IMPORTING
*   E_RESULT             =
   EXCEPTIONS
     usage_error          = 1
     system_error         = 2
     internal_error       = 3
     OTHERS               = 4
  IF sy-subrc <> 0.
    WRITE : 'FP_JOB_CLOSE'.
    EXIT.
  ENDIF.
code for  Sending and code for attachment goes here.
Let me know if it works.
~ Bhawanidutt.

Similar Messages

  • Unable to open the adobe form in NWDS

    Hi,
    I could  not open a pdf form which is developed in NWDS. Its throwing the following error stack...Can anyone help me out on proceedings over this? Any ideas what can be the problem?
    javax.xml.rpc.soap.SOAPFaultException: Exception in method rpData.
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.buildFaultException(MimeHttpBinding.java:643)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.processDocumentFault(MimeHttpBinding.java:734)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1224)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:78)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:95)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:277)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.createPDF(PDFObject.java:222)
         at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:457)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:158)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterHandleActionEvent(ClientApplication.java:1123)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:402)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:252)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:392)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:345)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:323)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:865)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:240)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)
    Regards,
    Deepthi Lakshmi.A.

    Hi
    Is any updattions nwds  inbetween time then that might be problem.
    can u please check that ADS configuration once again.
    that error meand webservices are not wroking and pdf services not able to capture.
    In NWDS goto the webservice prosperctive and test the Adobedocumentservicesec . If it works fine then ok ohterwise some problem in ADS.
    Thanks
    Lohi.

  • Unable to fill out interactive form fields in the pdf form.

    I'm unable to fill out interactive form fields in the pdf tax form in Reader 11.0.06 with purple bar inviting to do so.

    The only Flash Player that is remotely connected to Adobe Reader is the plugin.
    Can you temporarily uninstall the plugin (or both ActiveX and plugin using http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html and see if the problem disappears?
    Reinstall both using these installers http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_text_4

  • Unable to open R12 Oracle forms in Mozill 8, What need to change Mozill? Thanks in advace for the solution.

    Unable to open Oracle java forms in Mozilla 8.Need Your help on this.

    Can i get any update for this??? any suggestions will be really helpful to resolve this issue.

  • Error message: "Unable to open the physical file" when trying to attach AdventureWorks database

    I have searched the internet and this forum and have not found an answer...
    I am trying to install the AdventureWorks database into my single instance of MS SQL Server Express 2005.  I am logged into my machine as an administrator and logged into SQL Server 2005 express 'sa'.  I attempt to run the following script:
    exec sp_attach_db @dbname = N'AdventureWorks',
    @filename1 = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorks_Data.mdf',
    @filename2 = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorks_log.ldf'
    The error message I get back is:
    Msg 5120, Level 16, State 101, Line 1
    Unable to open the physical file "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorks_Data.mdf". Operating system error 5: "5(Access is denied.)".
    The folder "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data" and all the files in it are read-write.  I am 100.0000% certain the files "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorks_Data.mdf" and "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\AdventureWorks_Log.ldf" exist!  They are the result of running the installation program AdventureWorksDB.msi, which I downloaded from: http://www.codeplex.com/MSFTDBProdSamples/Release/ProjectReleases.aspx?ReleaseId=4004.
    What do I have to do to install the AdventureWorkds database????

    Hello,
    To try to help you, please, could you give some more informations ?
    - the operating system (XP/Vista), the edition ( Pro/Home...) and the service pack
    - usually, the installer installs the both files in C:\Program Files\Microsoft Sql Server\Samples. Is there any change in the location or have you moved the both files ?
    - could you check with the files explorer , that the 2 files are read-write and not read only( find one file, right-click on it, properties and in the 1st tabpage, you should see a checkbox read-only ( if checked , unchecke it ) ?
    - have you Sql Server Management Studio Express Edition ( at least SP1 ) ?
    If no, download it and use it to attach
    in the object explorer,
    click on your instance to expand it
    right click on databases
    in the contextual menu, click on attach
    in the new form,click on add
    you arrive on a second form : find your file , click on it, and OK
    it's the simplest way to attach ( the sp_-attach_db is complicated to type )
    the error messages are sometimes more clear in SSMSEE than in Sqlcmd
    Try also to attach ( thru SSMSEE or Sqlcmd but in using the windows authentification )
    NB: i hope that you are not trying to attach AdventureWorks on a remote instance and on a remote computer ( it would explain access denied )
    We are waiting for your feedback to try to help you more efficiently
    Have a nice day

  • Unable to open java custom form in R12 instance

    Dear friends,
    I am unable to open java custom form from front end.
    Navigation as follows:
    SYSTEM ADMINISTRATOR --> UM_SHIPPING --> ORDERS LOOKUP.
    Can anyone please look into the issue please.
    The error as follows:
    Error page
    you have encountered an unexpected error. please contact the system administrator for assistance.
    Thanks,

    I am unable to open java custom form from front end.
    Navigation as follows:
    SYSTEM ADMINISTRATOR --> UM_SHIPPING --> ORDERS LOOKUP.Was this working before? If yes, any changes been done recently?
    Did you follow the steps in (What Setup is Required to Create Custom JSP Pages to Run on the Ebusiness Suite 11i and R12+? [ID 884200.1])?
    Can anyone please look into the issue please.
    The error as follows:
    Error page
    you have encountered an unexpected error. please contact the system administrator for assistance.Please check Apache log files for details about the error. Please also check if any errors are reported in the database log file.
    Thanks,
    Hussein

  • Unable to open the workflow in iphone

    hi all,
    myself facing an issues with opening the workflow in iphone device. Added iphone device in SCC and assigned the workflow to the device. able to see the workflow in inphone but when trying to open it it shows an error stating "Unable to open workflow: Invalid form description".
    But tried the same thing with BB it is working fine.
    kindly help in resolving it with iphone.
    thanks
    SK

    Had this same problem on the iPhone today and figured out what the problem was. It turns out you need the "Sybase Mobile Workflow 2.1' app when you are running SUP 2.1. I was using the "Sybase Mobile Sales & Workflow" ap, which is the first hit when you search for Sybase in the app store. This app however gives the invalid form description error when opening the workflow.
    I hope this will save others some frustration.
    A link to the app for version 2.1:
    http://itunes.apple.com/us/app/sybase-mobile-workflow-2.1/id474380077?mt=8

  • Unable to Read the Full Form

    Hi,
    We have developed forms using the Livecycle Designer 7.0 and then enable these form on Livecycle Designer 8.0.Some of the users are unable the open the full form with some fields appearing blank when they open it.They had adobe reader v 8.1 on their desktops and they also changed their reader version to 9 and still they are unable to open the form.Looking forward for a solution.
    Thanks

    Thanks for the reply.
    I had set the parameter in the default.env file which was by default commented as
    # FORMS90_PATH=C:\Oracle9iDev/forms90
    to
    FORMS90_PATH=C:\Oracle9iDev/forms90;C:\Libraries9i
    But still I am getting the error
    Also can you please tell me the setting or syntax to set in the formsweb.cfg
    Thanks again
    Sheba

  • To open Adobe Interactive Form in New Window

    Hi Folks
    I want to open Adobe interactive form in new window not in popup. This form should contain data passed from parent view.
    Please help
    - Mandeep Virk

    Hi,
    Can you explain your requriement clearly.
    You have two views ParentView and PDFView. Two views embedded in Window1.
    By default ParentView will be displayed.
    Now you are navigating from ParentView to PDFView. Then ParentView will be replaced by PDFView in Window1.
    So here what is ur requriement. Why do you want an seperate Window here.
    If you want to open the PDFView in a popup. Just create another Window2. Ember PDFView in Window2. Now from ParentView opent Window2 as a model/external popup.
    Open View or Window in a external window (popup)
    Regards,
    Charan

  • Conflict with Adobe Professional while opening Adobe Interactive form

    Hello Experts,
    We have developed an Adobe Interactive form which is being lauched from the Portal. Every functionality is working good.
    Some of the users have Adobe professional on their machines and when they try to launch the Adobe Form, the form gets automatically opened in the Adobe Professional. Pls note that I have set the file types for PDFu2019s to open with Adobe Reader.
    However this setting is getting overwritten and the form opens up in Professional always. Some Interactive form functionality is not supported by Professional, thus those users are not able to use the form.
    Has anyone had this Adobe Read-Professional conflict before? Please let me know how this can be corrected. I am have not been able to find much help until now.
    Thanks,
    Liz

    Hello Juergen,
    Thanks for your reply. The Interactive form functionality works correctly with user machines not having Professional.
    What is the Adobe Professional version that you are using currently? Maybe I should test with the latest version.
    Appreciate your help. Thks, Liz

  • Unable to open report from forms 9i

    Hi,
    Unable to open report from forms 9i and got the following error.
    Error : REP-0503, You did not specify the name of a report
    Steps followed
    1.Created report object in forms using existing report
    2.changed the following properties
    Exec. mode : runtime
    comm mode : synchronous
    3. When -button -Pressed Trigger;
    Declare
    Repid report_object;
    Begin
    repid:=find_report_object('report4');
    v_rep:=run_report_object(repid);
    End;

    Hi,
    did you specify a Reports rdf or rep file that should be run. You can do this either in a trigger or as a property of the Reports object node in Forms.
    Frank

  • Open doc URL: unable to open the report in same window

    Hi
    I'm trying to open a report using open doc url with "swindow=same" but still it opens in a separate window. This happens only when I use JAVA viewer. it works fine in ActiveX and HTML but I want this in JAVA viewer as i'm including this page in my JAVA application and it should open the report in the same window. I tried using "<a>URL</a>" and also target="_self" by HTML interpretation for that object but still the same problem. I'm unable to open the report in the same window by using JAVA viewer for Crystal Reports in info view. Please help me!!!
    Envirorment Details: Crystal Reports 2008 SP3, BOE XI R3 SP3
    regards
    Raghavendra.G

    I have tested that myself and It seems that HTML interpretation does not work with the Java viewer.
    I have also tried using a hyperlink containing javascript
    eg.
    javascript:window.location.href='http://www.sap.com'
    but the java viewer seems always to launch a new window before processing the command.
    I would recommend to open a case by SAP support ( httP://service.sap.com/support )
    Regards,
    Stratos

  • Unable to open the Project web app Instnace , giving STS error

    I am unable to open the Project server web app instance from CA- Proejctserver application service -- Manage , it is giving error and I am unable to open the instance as well http://intranet.cmpy.com/pwa also giving error . LOg is showing as below
    An operation failed because the following certificate has validation errors:  Subject Name: CN=SharePoint Security Token Service, OU=SharePoint, O=Microsoft, C=US Issuer Name: CN=SharePoint Root Authority, OU=SharePoint, O=Microsoft, C=US Thumbprint:
    I have tried all the ways to fix STS error , is there any option to reprovision with out loosing the data and projects and subsites
    Srini

    By Creating the root certificate solved my issue
    Srini

  • Unable to open the Projects from Project center with the Alias name PWA 2010

    Hi,
    I am unable to open the Projects from Project center with the Alias name with the server name i am able to open the projects, version is  project server 2010,
    My system is ABC.DC.IN  alias name i have given is DEF.AD.COM  
    With the system name i can able access PWA and all are working fine.
    As i have observed with alias name i can able to login to  pwa and all the server  setting approval center all are working fine but only in the project center i am not able to open the projects (http://DEF.AD.COM/pwa/ProjectDrillDown.aspx .xxxx) its
    is coming in the below of the ie. 
    But with Alias name these are the issues i am facing,
    1.when longing with alias name its asking two times for user name and password
    2.when i click on a project from project center its taking some time and asking for user name and password after i enter user name and password "PAGE cannot displayed" error i am getting.
    3. I have observed one more thing if click on Project details then only this issue  is coming project schedule and project information is also opening with Alias name.
    can any one Help me. 
    Vijay kommireddi

    Hi
    Hope the below link will help you.
    And also please check the browser which you are using as mostly IE 8.0 won't support, Please try it in IE 9.0 and Chrome.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c03300d2-2a27-4d5d-b3f6-a3660805e125/alternative-access-mapping-when-accessing-the-site-it-is-asking-for-username-and-password
    Thanks
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

  • Unable to open the photos in reviewer, every time I click on the photo on , it says do not have permission to view the photo. Please open the item in the finder choose the item and click on get info . What am I suppose to change in the setting on getinf

    Unable to open the photos in reviewer, every time I click on the photo on , it says do not have permission to view the photo. Please open the item in the finder choose the item and click on <get info>. What am I suppose to change in the setting on <get info>

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR..; sudo chown -R $UID:staff ~ $_; sudo chmod -R u+rwX ~ $_; chmod -R -N ~ $_; } 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password. Nothing will be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take a few minutes to run, or perhaps longer if you have literally millions of files in your home folder. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if it frightens you, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password dialog will open. You’re not going to reset a password.
    In the dialog, select the startup volume ("Macintosh HD," unless you gave it a different name) if it's not already selected.
    Select your username from the menu labeled Select the user account if it's not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

Maybe you are looking for

  • Reading Null Values From Request Object

    For a proof-of-concept, I wrote a mini program that has 2 files. File #1 is main.html. There's a javascript function called addNewRowToThisTable that isn't displayed but it basically allows the user to create as many rows in the table as user desires

  • How do I sign out of Game Center iOS7 iPhone 5S

    I can not sign out of Game Center on my iPhone 5S, iOS7. I have searched for a solution, and chatted with AppleCare. No results at all. In Game Center: Tapping on anything on the home page will not result in an option to sign out. In Settings: I can

  • Oracle 8.1.5 on Windows 2000

    I have some problems with the TNS listener. Does anywone know if this version of Oracle runs properly on Windows 2000? Please help thanks

  • Mac Mini too hot?

    I would like to know if these readings are considered "too hot" for a mac mini (current gen): HD: 42 C CPU : ~55 C Ambient: 40 C Temperature readings are from iStat Nano, and the current outside temperature is about 90F (unfortunately, no air conditi

  • Increasing VirtualBox's CPU Utilization

    Arch x86_64, everything's current with pacman as of today. 8Gb ram, Intel Core2 Quad extreme proc @ 3Ghz. Latest VirtualBox When running an XP-x32 VM, I can only get VB to utilize about 25% of my host's CPU bandwidth. If I increase the VM's CPU count