Submit Web Dynpro form to external URL

Is there a way to submit a Web Dynpro form to an external url using the POST method?
I am able to use the onExit plug to pass a URL and submit query string parameters to the external url.  My concern with this solution though is that the query string has length limits in different browsers (IE 2048 chars, etc.).
Any help/direction would be great.

Hi
You can create a html page as a web resource and write an active script in it so that it submits itself.
I am not sure if it will work. But give it a try.
     StringBuffer sb = new StringBuffer();
     sb.append("<html>");
     sb.append("<head>");
     sb.append("<SCRIPT LANGUAGE="JavaScript">");
     sb.append("function submitForm(){");
     sb.append("document.form.submit();");
     sb.append("}");
     sb.append("</script>");
     sb.append("</head>");
     sb.append("<body onload="submitForm()">");
     sb.append("<form method=post action="Your_Active_Script" name="form">");
      Similarly append body of the form
         Which might include hidden parameters
     sb.append("</form>");
     sb.append("</html>");
     IWDCachedWebResource webResource = WDWebResource.getWebResource(sb.toString().getBytes(),WDWebResourceType.HTML);
     try {
          wdComponentAPI.getWindowManager().createExternalWindow(webResource.getURL(),"Some Title",false).open();
     } catch (WDURLException e) {
          // TODO Auto-generated catch block
          e.printStackTrace();
Regards
KK

Similar Messages

  • Reg Printing Web Dynpro form

    Hi All,
    I have a View which has Tabstrip UI. The TabStrip contains 4 tabs and each tab has a view in it.
    I want to print the View.
    I was going through a few threads on Web Dynpro form printing. One of options available is using createExternalWindow method. Can anyone tell me what can be the URL of View 1 which is embedded in Window1.
    Regards
    Nikhil Bansal

    Hi Nikhil,
                 If it is default View, then the URL is your apllication URL [what you get in the browser after <i>deployment and run</i>].
    regards,
    Siva

  • Submit form to external url

    Hi,
    I'm trying to submit a form from HTMLDB to an external url. I've tried using the buttons (both in a region position and not), but can't seem to get this to work. I don't want to redirect. Does anyone have any suggestions on how to do this?
    Linking to an external url is no problem, the problem here is getting the form to submit to the external url. Any help would be appreciated!

    I need to clarify what we're trying to do. I have an app built with HTMLDB that is used by people in our company to view/edit customer data. We also have a support website that our customers can log into to view their status, complete certain tasks, etc. We want to be able to submit a page in the HTMLDB app to the support website. That way our customer service reps can click on a link from within the HTMLDB app and be automatically logged into our support site as that customer. (assuming they are looking at that customer's record) The problem i'm having is getting the page to submit. I've tried creating a custom button, but for it to go to a separate url it wants to do a redirect (which is not what we want). Is there a way we can submit the form on an HTML DB page to an external app?

  • Portal web dynpro form link as email .

    Dear All
    The requirement goes like this:
    We are developing a form in web dynpro and integerating into portal as an iview.
    Whenever the user submits a new form we should send a link of the form in portal to the user as email (with some parameters like form id for the webdynpro to open the correct form)
    How can build this link to the portal form dynamically and send it?
    As this web dynpro application will be accessed form different portal .I do not prefer hardcoding the host or url etc.
    Any help will be greatly appreciated.
    PS : Portal and web bynpro are on different system..

    I think this should be possible by passing the parameters via URL. You will have a URL created for your webdynpro application. Now add the URL parameters as name-value pairs separated by "&". Send this URL as the email. For example the URL might look like
    http://<Static URL to the webdynpro application>&FORMID=1234
    Insert the appropriate code in your webdynpro application to read the parameters values from URL. I am not giving the code here as i am not sure if it is WDJ or WDA application but in either case u have separate classes which reads the URL parameters.
    As this web dynpro application will be accessed form different portal .I do not prefer hardcoding the host or url etc.
    Can you please clarify more on this. Irrespective of your application (WDA or WDJ) i believe there shud be a static URL to access your webdynpro application (atleast a blank application without data).
    Thanks,
    Prasath N

  • EREC: theme for Web Dynpro ABAP pages (external candidate)

    Hello,
    I have created a custom theme in the SAP Netweaver Portal for my customer and now I have the requirement to use the same theme for my stand-alone Web Dynpro ABAP applications (pages for the external candidate). Is it possible to use the same stylesheet as in the portal, without having to recreate a theme?
    I tried several options, but none of them did work:
    A. Downloading the portal theme as a ZIP file and then uploading it in ERP using the report BSP_UPDATE_MIMEREPOS (after unzipping) to a location /SAP/PUBLIC/BC/UR/nw5/themes/CUSTOM_THEME. After that, I call my application with the additional URL parameter sap-wd-themeroot=/SAP/PUBLIC/BC/UR/nw5/themes/CUSTOM_THEME but it does not work (the app is displayed with the default sap_tradeshow stylesheet)
    B. I also tried calling my app using the URL parameter sap-cssurl=/SAP/PUBLIC/BC/UR/nw5/themes/CUSTOM_THEME but here again, it does not work (the app is displayed with the default sap_tradeshow stylesheet)
    C. Downloading the portal theme as a ZIP file and then uploading it (zipped) using the report WD_THEMES, but here I receive the error "no themes found in the ZIP file". I have the same error if I upload only the ur.zip I receive from the portal (instead of uploading the whole *.zip file)
    I checked the UR versions both in portal & ERP, and we had a lower version in the portal than in the ERP, so we upgraded the portal version according to SAP note 1446099. Now we have a higher version in the portal than in the ERP. We regenrated the portal theme and downloaded it again, but with the same result.
    Does anyone have an idea what could be the solution to our problem?
    Thanks in advance!

    I would recommend to try another way. If it is possible to access any SAP Portal from outside you can use two URL Parameters to integrate the Portal style sheets in a standalone WDA application. The parameter sap-cssurl contains the absolute URL address to the style sheet and parameter sap-cssversion the current SAP Portal style sheet version. For all external facing scenarios it is important to use the whitelist mechanism to block unknown URLs.
    Example
    ?sap-cssurl=http://myportal.myserver.com:50000/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/mytheme/ur/ur_ie6.css
    &sap-cssversion=7.11.5.20.0
    I canu2019t recommend to raise manually the version number. You will not get an consistent system this way. The meta data (project.zip) are outdated and of course you will get an outdated theme.

  • Web Dynpro application calling external web server using HTTPS giving error

    Hello,
    I don't know whether this is the right question in this forum but my ABAP web-dynpro applicaiton is expected to call another HTTP application on external web server through HTTPS. Presently it is calling through plain HTTP but we want to have HTTPS.
    Here are the steps that we followed based on the link from help.sap.com
    1] Received the certificate files from external web server
    2] Created SSL Anonymous client
    3] Imported the certificate files under this client and added into the certificate list
    4] Re-started ICM
    5] Created RFC Destination of type HTTP to connect to external server with SSL option and basic authentication. This RFC destination was working under plain HTTP.
    When tried with Test connection it gave error "ICM_HTTP_CONNECTION_FAILED".
    Any idea what might be missing. Thanks in advance.
    Regards
    Rajeev

    Used proper certificate after which the error went away

  • Passing a parameter to Web Dynpro from an external system

    Hi All,
    I want to pass a parameter to a Web Dynpro Application from an external browser.
    I have developed a simple application with an input "ServiceOrder".
    In the Portal I have created an Iview for the Web Dynpro application and have set an Application Parameter (ServiceOrder="000003000012"). Just for testing.
    In web Dynpro Controller I have created an attribute in the Context and write tje code below in the wdDoInit.
    String SO = WDProtcolAdapter.getProtoclAdapter().getRequestParameter("ServiceOrder");
    wdContext.currentContextElement.setServiceOrder(SO);
    My problem is that the String SO is empty.
    Please help.
    Regards,
    Ridouan

    Hi R. Taibi,
    try this.
    IWDProtocolAdapter protocolAdapter = WDProtocolAdapter.getProtocolAdapter();
    IWDRequest request = protocolAdapter.getRequestObject();
    wdContext.currentContextElement().setServiceOrder(request.getParameter("ServiceOrder"));
    regards
    Gunter

  • Connecting to R/3 System through Java Web Dynpro forms.

    Hi,
    I have a requirement in which I have to send data to R/3
    from Java Web Dynpro screens.
    I will design the Java Web Dynpro screens and write a RFC Model.
    I will write a RFC in se37 which will connect to the RFC Model.
    Before creating the RFC in se37, I will create ztables in se11.
    I will write a ABAP Report to see that all data enters the ztables.
    I need some guidance with regard to this.
    Do, the RFC Model have the access of the ECC(R/3) System.
    What are tasks to be told the Basis guy so, that RFC being called from through Java Web Dynpro?
    Please provide me some documents with regards to this scenario.
    Regards
    Neha Singh

    Hi Neha,
    The steps you provided is clear enough to connect to a R/3 system through the WD forms.
    On creating the model you need to give two inputs such as
    logical system name for model instance
    logical system name for RFC metadata
    there will be 2 default values, also you can create your own JCOs in the <servername>:<port>/devinf of the server or u can ask your basis team also.
    Before creating the JCO , the SLD (System Landscape Directory) needs to be configures, that your basis team will know.
    other than that once you create the functional module in se37 make it RFC enabled , and once you import the RFC model , you can give your ECC system user name and password and search for RFC you have created from the list of RFC.
    Regards,
    Sam Charles J.

  • Dynamic navigation, on HCM Process and Forms "Web Dynpro FORM"

    Hi,
    I'm trying to solve an issue regarding dynamic navigation, on a enhacement done at the Web Dynpro ABAP QISR_UI component for HCM Process and Forms.
    I'm hiding the Adobe Form, and doing "do_dynamic_navigation" for a dynamic generated view container present at the VIEWSHOWFORM on the QISR_UI component.
    The code works great, i.e.: the Adobe Form remains hidden and the custom form, using Web Dynpro appears.
    I'm also using the HRASR00_PROCESS_EXECUTE_1 component to execute a Portal IView (Floorplan based component).
    When the process is started, and the folowing actions are executed:
    1- Select Employee
    2- Select Process
    3- Edit form
    4- Press back (for example if the wrong process is selected)
    5- Select the Process
    6- Edit form again
    There is a NULL exception, the "embedding_vca" (below) is NULL
    SAPLWDR_RUNTIME_REPOSITORY
    METHOD: IF_WD_RR_VIEW_USAGE~GET_EMB_VIEW_CNT_ASSIGNMENT (LCL_VIEW_USA
    * method IF_WD_RR_VIEW_USAGE~GET_EMB_VIEW_CNT_ASSIGNMENT
      method if_wd_rr_view_usage~get_emb_view_cnt_assignment.
        result = me->view_usage->embedding_vca->get_api( ).
      endmethod.
    "IF_WD_RR_VIEW_USAGE~GET_VIEW_CONTAINER_ASSIGNMENT
    Can you guys give me an hand?
    Regards

    Hello,
    Basically what I did was replacing the Adobe Form, by a Web Dynpro component that contains its own form, and associated logic.
    Tecnically the steps to acomplish the task were:
    1º Development of a component for showing a form. ( I suggest you to start with just a "hello world" or something very basic )
    2º Enhance the QISR_UI component (VIEWSHOWFORM view, on the modify view method), something like
    if form scenario = XXXXX then
    hide the adobe form;
    create a custom view container (the problem I had above), and create an instance of the component created on step 1
    end if
    3º Access the context that the original form returns (you can check the context debugging the VIEWSHORFORM view )
    4º Pass the context to the component created..
    I can't provide further details on this, I'm sorry...
    I do not suggest doing this, this was a requirement so I had to do it... But this requires a lot of workarrounds, and lots of small changes in standard code related with process and forms... It's not, also, a "clean" solution
    Regards,
    Joã

  • Cannot submit web filing form using acroread version 9.4.2 02/11/2011

    Hello there.
    I am running Fedora14 fully updated.
    If I complete the interactive pdf form supplied by  Companies House in the United Kingdom I get the following error message.
    SSL Error!!!. Please install the CA certificate(s) for SSL communication.
    If certificate resides on local disk, try "acroread -installCertificate [-PEM|
    -DER] [pathname]" on tyhe command line.
    If certificate resides on the server, try "acroread -installCertificate ewf.companieshouse.gov.uk 443" on command line.
    So checked I the firewall settings.
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination        
    ACCEPT     udp  --  anywhere             anywhere            udp dpt:domain
    ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:domain
    ACCEPT     udp  --  anywhere             anywhere            udp dpt:bootps
    ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:bootps
    ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTABLISHED
    ACCEPT     icmp --  anywhere             anywhere           
    ACCEPT     all  --  anywhere             anywhere           
    ACCEPT     all  --  anywhere             anywhere           
    ACCEPT     all  --  anywhere             anywhere           
    ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:ssh
    ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:http
    ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:https
    ACCEPT     udp  --  anywhere             anywhere            state NEW udp dpt:ipp
    ACCEPT     udp  --  anywhere             224.0.0.251         state NEW udp dpt:mdns
    ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:ipp
    ACCEPT     udp  --  anywhere             anywhere            state NEW udp dpt:ipp
    ACCEPT     udp  --  anywhere             anywhere            state NEW udp dpts:6881:6889
    ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpts:6881:6889
    ACCEPT     udp  --  anywhere             anywhere            state NEW udp dpt:56849
    ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:56849
    ACCEPT     udp  --  anywhere             anywhere            state NEW udp dpt:snmp
    REJECT     all  --  anywhere             anywhere            reject-with icmp-host-prohibited
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination        
    ACCEPT     all  --  anywhere             192.168.122.0/24    state RELATED,ESTABLISHED
    ACCEPT     all  --  192.168.122.0/24     anywhere           
    ACCEPT     all  --  anywhere             anywhere           
    REJECT     all  --  anywhere             anywhere            reject-with icmp-port-unreachable
    REJECT     all  --  anywhere             anywhere            reject-with icmp-port-unreachable
    ACCEPT     all  --  anywhere             anywhere            PHYSDEV match --physdev-is-bridged
    ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTABLISHED
    ACCEPT     icmp --  anywhere             anywhere           
    ACCEPT     all  --  anywhere             anywhere           
    ACCEPT     all  --  anywhere             anywhere           
    ACCEPT     all  --  anywhere             anywhere           
    REJECT     all  --  anywhere             anywhere            reject-with icmp-host-prohibited
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination
    Which looks ok to me.
    [user@k8 tv]$ acroread -installCertificate ewf.companieshouse.gov.uk 443
    Fetching certificate from website....
    depth=2 C = US, ST = UT, L = Salt Lake City, O = The USERTRUST Network, OU = http://www.usertrust.com, CN = UTN-USERFirst-Hardware
    verify return:1
    depth=1 C = IE, ST = Dublin, L = Dublin, O = Digi-Sign Limited, OU = Terms and Conditions of use: http://www.digi-sign.com/repository, CN = Digi-Sign CA Digi-SSL Xp
    verify return:1
    depth=0 C = GB, ST = Wales, L = Cardiff, O = Companies House, OU = Web Filing, OU = Provided by Digi-Sign Limited, OU = Digi-SSL Xp, CN = ewf.companieshouse.gov.uk
    verify return:1
    DONE
    Processing ....
    The website presented the following Certificate
    Certificate:
        Data:
            Version: 3 (0x2)
            Serial Number:
                07:a4:23:f4:cc:ef:4e:e9:d5:89:76:b4:ee:2f:4c:4b
            Signature Algorithm: sha1WithRSAEncryption
            Issuer: C=IE, ST=Dublin, L=Dublin, O=Digi-Sign Limited, OU=Terms and Conditions of use: http://www.digi-sign.com/reposi
    tory, CN=Digi-Sign CA Digi-SSL Xp
            Validity
                Not Before: Jul 26 00:00:00 2009 GMT
                Not After : Jul 26 23:59:59 2011 GMT
            Subject: C=GB, ST=Wales, L=Cardiff, O=Companies House, OU=Web Filing, OU=Provided by Digi-Sign Limited, OU=Digi-SSL Xp,
    CN=ewf.companieshouse.gov.uk
            Subject Public Key Info:
                Public Key Algorithm: rsaEncryption
                    Public-Key: (1024 bit)
                    Modulus:
                        00:e8:68:c9:f7:4f:c5:98:18:5f:d6:34:d0:2a:3d:
                        53:f8:40:6f:4b:0a:ad:7b:d1:5c:99:85:8a:dd:19:
                        70:9d:9a:03:95:20:1d:a1:c3:9d:a9:cf:4f:10:97:
                        dc:5e:1e:c8:c0:d7:50:09:7c:e3:a5:df:48:3d:4e:
                        09:06:49:1b:ad:dc:b9:f4:42:35:ea:fd:14:e6:c9:
                        7d:2a:ef:1e:80:3f:26:cd:8e:2f:56:be:13:3c:3e:
                        f0:62:47:e2:ca:53:f8:8d:57:e7:5d:17:81:b6:1a:
                        f1:fd:1b:4a:e6:43:83:05:8a:02:92:a4:2d:57:07:
                        b8:f8:7c:8c:93:a1:09:ad:6f                                                                                 
                    Exponent: 65537 (0x10001)                                                                                      
            X509v3 extensions:                                                                                                     
                X509v3 Authority Key Identifier:                                                                                   
                    keyid:33:5A:0B:4E:35:DA:B8:8E:87:05:64:5F:D8:EC:7D:25:98:DA:BA:3F                                              
                X509v3 Subject Key Identifier:                                                                                     
                    24:CB:12:A4:AA:53:7E:96:83:80:ED:48:FB:D1:6D:CD:B8:3C:1B:BA                                                    
                X509v3 Key Usage: critical                                                                                         
                    Digital Signature, Key Encipherment                                                                           
                X509v3 Basic Constraints: critical                                                                                
                    CA:FALSE                                                                                                       
                X509v3 Extended Key Usage:                                                                                         
                    TLS Web Server Authentication, TLS Web Client Authentication                                                  
                X509v3 Certificate Policies:                                                                                       
                    Policy: 1.3.6.1.4.1.6449.1.2.2.9                                                                               
                      CPS: http://www.digi-sign.com/repository                                                                    
                X509v3 CRL Distribution Points:                                                                                    
                    Full Name:                                                                                                     
                      URI:http://crl.digi-sign.com/DigiSignCADigiSSLXp.crl                                                        
                    Full Name:
                      URI:http://crl2.digi-sign.com/DigiSignCADigiSSLXp.crl
                X509v3 Subject Alternative Name:
                    DNS:ewf.companieshouse.gov.uk, DNS:www.ewf.companieshouse.gov.uk
        Signature Algorithm: sha1WithRSAEncryption
            65:4d:83:e7:fa:42:f4:b2:fa:c9:bb:bb:68:56:63:39:f1:14:
            98:a8:cb:35:42:32:40:a8:4e:54:95:cd:c9:6c:31:f3:f8:74:
            00:df:80:4f:b5:61:65:06:7e:fc:a5:30:36:da:55:10:58:21:
            c6:82:ba:f0:11:42:37:5a:6e:82:16:29:be:09:d3:a6:b9:11:
            fb:f3:24:1a:ea:bb:73:ea:79:59:67:d7:bb:c8:48:51:bd:70:
            01:6e:f2:11:bd:b7:86:13:9a:e9:22:9e:3b:c1:a6:a0:78:fc:
            eb:e0:a7:2b:48:2c:26:b3:f9:f4:5b:bd:54:2f:56:83:1f:0a:
            ee:2f:50:40:7f:c7:1a:e9:07:da:cd:23:18:14:c8:46:f5:f4:
            c3:26:fa:af:12:8e:d8:ac:7a:b7:03:5c:8e:6e:23:9c:1b:ce:
            53:03:1a:8e:74:98:47:c9:c5:3a:fa:7f:d3:f6:ca:dd:a4:0b:
            50:02:40:64:cf:77:1d:72:3e:9b:4f:f9:c5:df:50:2e:90:a3:
            3d:76:62:d8:ef:99:6e:be:1a:b4:89:5e:93:89:fd:0e:f5:47:
            0b:2a:a6:08:c5:e5:6f:15:e9:82:42:ba:6a:0b:31:76:dc:d8:
            77:70:3f:0a:87:2b:b3:21:0d:4e:09:62:9f:53:14:11:b3:ec:
            0f:fb:4a:02
    -----BEGIN CERTIFICATE-----
    MIIFEjCCA/qgAwIBAgIQB6Qj9MzvTunViXa07i9MSzANBgkqhkiG9w0BAQUFADCB
    uTELMAkGA1UEBhMCSUUxDzANBgNVBAgTBkR1YmxpbjEPMA0GA1UEBxMGRHVibGlu
    MRowGAYDVQQKExFEaWdpLVNpZ24gTGltaXRlZDFJMEcGA1UECxNAVGVybXMgYW5k
    IENvbmRpdGlvbnMgb2YgdXNlOiBodHRwOi8vd3d3LmRpZ2ktc2lnbi5jb20vcmVw
    b3NpdG9yeTEhMB8GA1UEAxMYRGlnaS1TaWduIENBIERpZ2ktU1NMIFhwMB4XDTA5
    MDcyNjAwMDAwMFoXDTExMDcyNjIzNTk1OVowgcAxCzAJBgNVBAYTAkdCMQ4wDAYD
    VQQIEwVXYWxlczEQMA4GA1UEBxMHQ2FyZGlmZjEYMBYGA1UEChMPQ29tcGFuaWVz
    IEhvdXNlMRMwEQYDVQQLEwpXZWIgRmlsaW5nMSYwJAYDVQQLEx1Qcm92aWRlZCBi
    eSBEaWdpLVNpZ24gTGltaXRlZDEUMBIGA1UECxMLRGlnaS1TU0wgWHAxIjAgBgNV
    BAMTGWV3Zi5jb21wYW5pZXNob3VzZS5nb3YudWswgZ8wDQYJKoZIhvcNAQEBBQAD
    gY0AMIGJAoGBAOhoyfdPxZgYX9Y00Co9U/hAb0sKrXvRXJmFit0ZcJ2aA5UgHaHD
    nanPTxCX3F4eyMDXUAl846XfSD1OCQZJG63cufRCNer9FObJfSrvHoA/Js2OL1a+
    Ezw+8GJH4spT+I1X510XgbYa8f0bSuZDgwWKApKkLVcHuPh8jJOhCa1vAgMBAAGj
    ggGPMIIBizAfBgNVHSMEGDAWgBQzWgtONdq4jocFZF/Y7H0lmNq6PzAdBgNVHQ4E
    FgQUJMsSpKpTfpaDgO1I+9Ftzbg8G7owDgYDVR0PAQH/BAQDAgWgMAwGA1UdEwEB
    /wQCMAAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMEsGA1UdIAREMEIw
    QAYLKwYBBAGyMQECAgkwMTAvBggrBgEFBQcCARYjaHR0cDovL3d3dy5kaWdpLXNp
    Z24uY29tL3JlcG9zaXRvcnkwegYDVR0fBHMwcTA2oDSgMoYwaHR0cDovL2NybC5k
    aWdpLXNpZ24uY29tL0RpZ2lTaWduQ0FEaWdpU1NMWHAuY3JsMDegNaAzhjFodHRw
    Oi8vY3JsMi5kaWdpLXNpZ24uY29tL0RpZ2lTaWduQ0FEaWdpU1NMWHAuY3JsMEMG
    A1UdEQQ8MDqCGWV3Zi5jb21wYW5pZXNob3VzZS5nb3YudWuCHXd3dy5ld2YuY29t
    cGFuaWVzaG91c2UuZ292LnVrMA0GCSqGSIb3DQEBBQUAA4IBAQBlTYPn+kL0svrJ
    u7toVmM58RSYqMs1QjJAqE5Ulc3JbDHz+HQA34BPtWFlBn78pTA22lUQWCHGgrrw
    EUI3Wm6CFim+CdOmuRH78yQa6rtz6nlZZ9e7yEhRvXABbvIRvbeGE5rpIp47waag
    ePzr4KcrSCwms/n0W71UL1aDHwruL1BAf8ca6QfazSMYFMhG9fTDJvqvEo7YrHq3
    A1yObiOcG85TAxqOdJhHycU6+n/T9srdpAtQAkBkz3cdcj6bT/nF31AukKM9dmLY
    75luvhq0iV6Tif0O9UcLKqYIxeVvFemCQrpqCzF23Nh3cD8KhyuzIQ1OCWKfUxQR
    s+wP+0oC
    -----END CERTIFICATE-----
    Do you want to accept and install it (y|n)? [n] y
    Certificate successfully installed.
    Which looked ok to my inexperienced glance.
    So I tried a resubmission.
    I got the first error dialog again, followed by a second which said:
    An error occurred during the submit process. Cannot process response due to unknown content type.
    Can anybody here help me with this at all?
    It would be a real boon to all of Britains UNIX users if anyone could suggest a way forward- as it would appear that the mandated web filing process
    is preventing all UNIX and Linux users from filing their compulsory company returns online..
    Thankyou.

    I wish to reiterate anonym0u5 concerns for this problem, but it could be a problem with Companies House.
    I did
    acroread -installCertificate -PEM ewf.companieshouse.gov.uk
    acroread -installCertificate -PEM UTN-USERFirst-Hardware
    acroread -installCertificate -PEM Digi-Sign\ CA\ Digi-SSL\ Xp
    acroread -installCertificate -PEM Builtin\ Object\ Token\:AddTrust\ External\ Root
    after having clicked the padlock at the top in Chrome and downloaded the certificates. Note the slight difference in file name.
    then restarting acroread I get the above (again). So I stop it and do as it says:
    acroread -installCertificate xmlgw.companieshouse.gov.uk 443
    Unfortunately:
    The problem still persists. I have written to Companies House:
    Filling in my CT600 online and taking advantage of the ability to submit accounts to Companies House, I put in my company number and authentication code but then am presented by the following:
    so I save the file, close Acrobat and do as it says:
    nigel@p4dx2:~/Documents/accounts/nsl/certificates$ acroread -installCertificate xmlgw.companieshouse.gov.uk443
    which eventually returns
    Do you want to accept and install it (y|n)? [n] y 
    Certificate successfully installed.
    Then I reopen the CT600 with Acrobat. But unfortunately the same thing happens. What digital certificate is needed? Where can I find it?
    I will let this forum know of any response.

  • Unable to submit an adobe form. Says URL not trusted.

    I click Allow and it does nothing.  What to do?

    Hi pinktahoe,
    Would you mind providing more detail so we can try to assist you? Do you have the latest version of Reader?
    Looking forward to hearing back from you!
    Regards, Stacy

  • Link Webi Report to External URL using URL contained in Dim Object

    I am trying to create a link in my WebI report to an external URL which is stored in a Dimension object.
    The object is simply a string format which contains a link to a Lotus Notes database
    Example:
    Notes:///CA2573920000079B/0B4D8972EDD5DE7CCA257109000682B7/32250ACFEAF2B80FCA2573AB00831255
    When I put the link into Internet Explorer I get the appropriate Lotus Notes databse, however, when trying the same in WebI using the following formula:
    ="<a href=[Notes url1] target='_blank'>Test</a>"
    I get the following URL when clicking the link from InfoView
    http://auyhoz04.an.orica.net:8080/businessobjects/enterprise115/desktoplaunch/viewers/cdz_adv/[Notes%20url1]
    If I hardcode the URL into WebI
    ="<a href='Notes:///CA2573920000079B/0B4D8972EDD5DE7CCA257109000682B7/32250ACFEAF2B80FCA2573AB00831255' target='_blank'>Test</a>"
    It works without a problem.
    I'm sure I'm missing something simple...is anyone able to help?

    Nathan,
    When you build a URL on the fly it requires a certain way to encapsulate everything.  Here is another way for you to try it:
    ="<a href="+Char(34)+[Notes url1]+" target='_blank'>Test"+Char(34)+"</a>"
    Plz note the use of Char(34) which generates a double-quote.  This method should help you with getting a dynamic product delivered to your audience.
    Thanks,
    John

  • Call a ABAP Web-Dynpro-application via a BSP-Application

    We have a BSP-Framework, that call several applications among other things other BSP-Applications, ITS-Application and other systems. Now I want to integrate a ABAP Web Dynpro-Application.
    For the moment I can call the ABAP Web Dynpro-Application from our application.
    This application runs in the same session as the Framework (verify in transaction sm04).
    When I want to call another application in the Framework, the session will be killed (no more sessions in sm04). This happens also, when I want to call the ABAP Web Dynpro-Application a second time.
    I guess, that the ABAP-Framework thinks I want to go outside the system (for example www.google.de) and close the session. I found out, that this wouldn't happen, if the application were suspended. But I found no way to tell the application via a url-parameter to suspend.
    Can someone help me?

    Thx for the tip,
    but I can't firea suspend plug. Because I'm in BSP. I understand the docu so, that you have the option to call a other apllication like BSP from a ABAP Web Dynpro.
    I want to call the ABAP Web Dynpro form BSP like this way.
    1. Start BSP-Framework
    2. Call ABAP Web-Dynpro-Application from BSP
    3. Call another Application from BSP without automatically logout by unload ABAP Web Dynpro. (I have a chance to call the ABAP Web Dynpro again via url to suspend before I call the other app.)
    Regards Stefanie

  • Save Web Dynpro Data

    Hi everyone,
    I am working on implementing a GP process in which one of the requirements involves the user being able to save data entered in a Web Dynpro form before moving onto the next action in the process.  Basically, the user requires the ability to launch the process, fill in some data and save the data without completing the process step (i.e., the request is in a 'draft' mode).  That way, the user can close the task for an indefinite amount of time, launch it again in the future, and the data entered beforehand will be displayed.  I am  aware that I can persist the data out to an external table, but I was wondering if there is an easier way (i.e., maybe save it in the process context where it can loaded from when the user launches the task again.)  Right now, I am using NW04s SP09 with Web Dynpro development components implementing the GP interface.
    Thanks,
    Greg

    Greg,
    You can save your data as an entity object using CAF Core. It will persist the data in the CAF layer. Once saved, you can use it on any subsequent GP steps.
    Thanx,
    Mahesh

  • How to check the visibility of a Web Dynpro input field

    Hi,
    In my application, one input field could be set as invisible by
    1, Component Configuration: The 3rd tab "Web Dynpro Built-in" -> Views and There Elements -> Visibility (Check the radio: No)
    2, Administrator configuration: While the Web Dynpro is accessed through URL with parameter "sap-config-mode=X", the administrator can configure the visibility of the UI element through right click menu "Settings for Current Configuration".
    Could any one tell me how could I know whether the input field is visible or not?
    I have tried that in the WDDOMODIFYVIEW method of the view, the method CL_WD_UIELEMENT->get_visible( ) always returns '02' even if the input field is invisible.
    Thanks in advance!
    Cheers,
    David

    Hello,
    See this: [Component and Application Configuration|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b52e13c3-0901-0010-8fa6-d11a51821b7c].
    Regards.

Maybe you are looking for

  • Looking for a MFC, printer/scanner

    I am looking for an all in one printer scanner. I need both the printer and the scanner to work in arch linux, and I don't want to spend a week making it happen. I would prefer something that supports ethernet and both features work over the network

  • Watching  purchased iTune movies with no internet

    I bought a Lacinema external HD because they said you could watch MP4 movies with it. I purchased 3 seasons of TV shows and several movies only to find that it won't play movies from iTunes. Please help me. I have spent soooo much money at iTunes, an

  • Rearranging the icons on the homescreen

    Probably a stupid question, but how do you rearrange the icons on the homescreen? I did it once by accident and now can't figure out how to do it again!

  • ABAP/4 processor: DBIF_DSQL2_SQL_ERROR

    Hi All, I get an error when running a Job for deactivating aggregates (Program:-SAP_AGGREGATES_DEACTIVATE) Error:-- ABAP/4 processor: DBIF_DSQL2_SQL_ERROR This deactivation job fails on some occasion with this error and other time it is executed succ

  • "use ODBC outer join syntax on limits"  issues

    I'm converting a series of BQY's from Brio 6.6 to Hyperion 9.3. I have some questions about the "use ODBC outer join syntax on limits" option in the OCE. I sort of understand this option's purpose, but I don't completely understand the SQL I'm seeing