HowTo integrate WAD in BIApplicationFrame (WD4A)

Hello,
this might be a simple question, yet I am not able to solve the problem search the entire web and SDN for a solution:
How can I integrate a simple WAD in a BIApplicationFrame in WebDynPro ABAP?
1.) I created and tested (executed) a WAD WAD_01 for a query (analysis_item) as DataProvider DP_1
2.) I created a WD4A component with a BIApplicationFrame
3.) I filled the following attributes in the BIApplicationFrame:
        dataProviderStateName: DP_1 (the dataprovider from the WAD)
        dataProviderStateType: Query (since this is a query)
        server: the full server name with port - myserver.domain:portnumber
        serverType: ABAP (since it is abap)
        templateID: WAD_01
When executing the WD4A application the BIApplicationFrame is shown with an error message from the SAP Server (404 file not found); so at least the server might be correctly stated.
The inner page in the frame is:
http://myserver.domain:portnumber/SAP/BW/BEX?CMD=LDOC&TEMPLATE_ID=WAD_01&QUERY=DP_1&STATELESS=&USE_PERSONALIZATION=X&VARIABLE_SCREEN=&MELT_VARIABLES=X&VARIABLES_CLEAR=X&SUPPRESS_WARNINGS=X&SUPPRESS_SYSTEM_MESSAGES=X&DATA_MODE=&VARIANT=&WEB_DYNPRO=X
What do I do wrong?
Thanx for help in advance from a newbie

Hello
We got the same Problem too.
We changed  server in biapplicationframe.
( server = bi application server name )
Hope it helps,

Similar Messages

  • How to integrate wad application in portal

    Hi all,
    How to integrate multiple wad application in portal  instead of integrating  one application with one iview?
    We need to avoid creating  iviews for each wad application  .
    Is there any application like bex analyser  for WAD  applications?
    Regards
    Rajendra

    Hi Rajendra,
    U can create bw report iviews by using bex iview template in content adminstration role.
    Apart from that Upload the role from Bw system to portal in system admin-->role upload .
    Ask BW person to assign the reports to 1 role ,and u can easily upload the role to portal .
    Once u upload the role u can find tthe role in Content admin-->portal content >migrated content>roles--><bw role name>.
    open the role ,if u want to change the name then u can ,give entry point yes and assign the role to user.
    It should works instead of creating n number of Bex iviews.
    Surekha.

  • Integrate WAD 7.0 Template into BPS Web Interface

    Dear all,
    We recently migrated to BW 7.01. We have an existing planning application running as a BPS Web Interface.
    I now want to integrate a query output (data and chart) by using a web template designed with WAD 7.0 into the existing BPS web interface. I know how to do this with a web template designed with WAD 3.5. There is also a How-to paper available that explains it for 3.5. I'm struggling now to do the same with WAD 7.0. The syntax for the URL generation changed, that's one problem. There maybe more when actually calling the web template from the web interface(?).
    I found some threads here in the forum dealing with this issue but no clear solution. Some posts even mentioned that integration of 7.0 web templates into BPS web interfaces is not possible at all. I would appreciate any information on this issue.
    Thanks in advance!
    Regards,
    Ulrich Meier

    Hello Ulrich,
    the 7.0 web templates run on your BI Java server which has a different host name (and port) than you BW ABAP server which run the BPS web interface. The servers are different in Dev/QA/Prod so you need to generate the URL dynamically.
    One way is to hardcode it in JavaScript. Something like: if CurrentDomain = ABAPDevDomain. Domain = JavaDevDomain. if CurrentDomain = ABAPQADomain. Domain = JavaQADomain. etc
    A fancy alternative would be to put the Java domain and port into an exit variable which you could include in the BPS web interface (in a hidden DIV tag for example). Fill the exit variable using function RSWR_GET_DEPLOY_PORTAL_INFO. Then your JavaScript can pick up this value to generate the proper URL for the web template.
    Regards,
    Marc
    SAP Techology RIG
    PS: Posting JavaScript directly is limited for security reasons (certain JS keywords are not allowed). You can put your JS into a text file and attach it to your posting.

  • Integrate WAD and VC

    Dear All,
    Since visual composer has only limited hierarchy support, i've implemented a WAD hierarchy dialog within VC as described in the following How To..
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5a40f2f7-0c01-0010-d69f-c6317c5165cd
    Instead of directly filtering the table, I would like to use the output of the hierarchy dialog in an input form. The hierarchy dialog then functions as a value help for the input form. The problem is that I only get the 'undefined' value in the input form even after I have selected a hierarchy node.
    Writing the hierarchy dialog output directly to a table shows the 'undefined' value plus the selected hierarchy node. It seems that the output is in the form of a list.
    Any idea how I can only output the selected hierarchy node to the input form ?
    Thanks
    Thomas

    Hi Prakash,
    I have changed my query to use a single type variable for calendar month. I still can't get it to work. If I use output @KEY as specified in your how to, I get an error message that the variable has the wrong format. If I change it to @KEY_EXT, it doesn't give me the error, but it also doesn't filter.
    The source of the webtemplate in visual composer is as follows if I select 11.2006:
      <VARIABLES>
        <VARIABLE name="VAR_20061115113759" type="INFO_OBJECT_MEMBER" text="Month of LAFD (Single, Opt)">
          <SELECTIONS>
            <SELECTION type="SINGLE_MEMBER">
              <MEMBER name="200611" type="MEMBER" text="11.2006"/>
            </SELECTION>
          </SELECTIONS>
        </VARIABLE>
        <VARIABLE name="VAR_20061102104721" type="INFO_OBJECT_MEMBER" text="Location Hierarchy">
          <SELECTIONS/>
        </VARIABLE>
      </VARIABLES>
    The strange thing is that if I run the webtemplate stand-alone (not in visual composer) and go to the variable screen via the context menu (filter->variable screen) and select 11.2006 the query isn't filtered! The source looks exactly the same as above.
    The only way the variable screen works is by force it to always show the variable screen in the webtemplate. This was the query is filtered and the code looks as follows:
      <VARIABLES>
        <VARIABLE name="VAR_20061115113759" type="INFO_OBJECT_MEMBER" text="Month of LAFD (Single, Opt)">
          <SELECTIONS>
            <SELECTION type="SINGLE_MEMBER">
              <MEMBER name="200611" type="MEMBER" text="11.2006"/>
            </SELECTION>
          </SELECTIONS>
        </VARIABLE>
        <VARIABLE name="VAR_20061102104721" type="INFO_OBJECT_MEMBER" text="Location Hierarchy">
          <SELECTIONS/>
        </VARIABLE>
      </VARIABLES>
      <SELECTION_SPACE>
        <SELECTION type="CARTESIAN_PRODUCT">
          <CHARACTERISTICS/>
        </SELECTION>
      </SELECTION_SPACE>
      <SELECTION_STATE>
        <SELECTION type="CARTESIAN_PRODUCT">
          <CHARACTERISTICS>
            <CHARACTERISTIC name="0CALMONTH">
              <SELECTIONS>
                <SELECTION type="SINGLE_MEMBER">
                  <MEMBER name="200611" type="MEMBER" text="11.2006"/>
                </SELECTION>
              </SELECTIONS>
            </CHARACTERISTIC>
    The last part where it actually filters 0CALMONTH is added. This is missing in all the other examples above, any ideas ?
    Thanks a lot,
    Thomas

  • Howto integrate rman 9 with legato networker 6

    Hi,
    I have the following on one node:
    SUN os 5.9
    Legato Networker 6.1.3 (client)
    oracle server 9.2.0.5
    How can I integrate rman with legato networker? Which is the library needed?
    thanks in advance,
    Fernando

    Hi,
    many thanks for the info. I've created the symbolic link, but when I make a backup to sbt, rman says:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on T1 channel at 12/15/2008 14:42:01
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    Additional information: 2
    I also tried with sbttest:
    The sbt function pointers are loaded from libobk.so library.
    -- sbtinit succeeded
    -- sbtinit (2nd time) succeeded
    sbtinit: Media manager supports SBT API version 2.0
    sbtinit: vendor description string=BMO v3.0
    sbtinit: allocated sbt context area of 536 bytes
    sbtinit: Media manager is version 3.0.0.0
    sbtinit: proxy copy is supported
    sbtinit: maximum concurrent proxy copy files is 0
    -- sbtinit2 succeeded
    -- regular_backup_restore starts ................................
    sbterror failed for function sbtbackup
    It seems that rman cannot connect to legato's libraries.
    any clue?
    thanks in advance,
    Fernando

  • Howto integrate s2ram with KDE Powerdevil?

    Hi,
    I have a Sony VGN-FW53GF which runs Arch incredibly well. The only thing I would like to get going is suspend to ram/disk when I close the lid.
    At the moment if I suspend to ram, it does, but on resume black screen ... have to reboot.
    I installed  "pacman -S uswsusp" so that I could use the user space s2ram utility .... and that works great, I just do a "s2ram -f" and it suspends/resumes
    just great .. doesn't even break my wireless or sound (I have to add the -f parameter because my laptop is not on the "whitelist" ...yet).
    My question is: How do I get KDE Powerdevil manager to use s2ram instead of whatever it uses to suspend.
    Is there a script someplace that I can plugin a call to s2ram?
    I have searched the forum to no avail.
    Thanks,

    With either resume or uresume, it makes no difference
    You have to use the uresume hook with uswsusp and remove the resume one and resume kernel parameter, that's how it is, do it.
    Yes Sir! Already did that, not that thick! ...:mad:
    .. if you are really using uswsusp and this powerdevil thing is not pulling your nose. I can't even be certain you are using uswsusp (or using it properly) so I will stop wandering in the dark.
    Play a detective. Suspend with s2ram. Then enable uswsusp in pm-utils and suspend with pm-suspend. Then if that works go to powerdevil...
    Yes, I am using uswsusp properly, how else did you thing I could do a successful  "s2ram -f" from the console ..
    The issue is: If powerdevil uses pm- utils, and pm-utils calls "s2ram --force" in it's script, why is it not working just as running it from the console .... that is the only issue I have ..
    are we clear?
    EDIT: Update, pm-suspend has the same problem ... black screen ...
    /etc/pm/config.d/config =
    SLEEP_MODULE="uswsusp"
    S2RAM_OPTS="-f"
    Last edited by bmentink (2010-01-05 00:25:06)

  • WAD and VC Integration issues

    Hi Experts!
    I need to integrate WAD and VC to accomodate the hierarchy filter. I follow the  guide https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5a40f2f7-0c01-0010-d69f-c6317c5165cd
    step by step. My requirements is similar to the scenario 6.1 in the guide; I need to have a button value help which invoke the hierarchy dialog and then send as a filter to the query. I was able to display the hierarchy in VC when clicking on the button value help but the problem is when the selection was made; there's nothing happen; the value doesn't send back to query to get filter.
    I tried to turn the flash debugger on and I don't see any event being populated after making the selection from the hierarchy (in fact, nothing happens). I did try to just use the simple form to map the filter and nothing happens as well; the form input field is blank.
    Can you please shed some light as to what I might be missing?  Any help is greatly appreciated!!

    Hi Jamie,
    interessting issue. A collleague told me the same issue a few days ago. He also told me that this could be caused by the Web API. We are investigate at the moment if this issue is an result of the Web API which is not offical support by SAP under SAP NetWeaver 7.0. (Now you should use the BICS (BI Consumer Services).)
    Can you give me the information which SPS do you use?
    We are using SPS 12 at the moment and also have some problems.
    Best Regards,
    Marcel

  • WAD and BlackBerry

    Hi,
    Background:
    I have developed a WAD template with 11 static queries in it.
    This gets broadcasted every morning automatically. The output format is MHTML.
    Each query has 15 columns. The maximum number of row in the WAD is 100.
    Requirement:
    The management wants the same output in their BlackBerry.
    The format could be anything, but users must be able to scroll horizontally and vertically, with the output.
    Issue 1:
    We are able to send the WAD to BlackBerry, but the format is getting distorted.
    Every column value of a row is coming ONLY row-wise.
    Management is keen on the attached format.
    Issue 2:
    Management wants two columns' heading(and not the data) out of 15 in different colours.
    I don't know how to do it.
    Request you all to please help me.
    Regards,
    Avinash

    Hi,
    U can integrate WAD and EP to BW 3.5, their integration exist for 3.5.
    visual composer is new concept of netweaver 2004s. so integrate visual composer with 3.5 the underlying database must be SQL server.
    For BI 7.0 this is not required.
    Narendra Reddy

  • WAD and characterictics

    I have four characteristics in a cube:
    lab,
    analytical _point,
    installation,
    experiment.
    Each characteristic contains of a key and a text.I have several combinations of those keys, like:
    Labo | analytical _point | installation | experiment
    1 | 1 | 1 | 1
    1 | 1 | 1 | 2
    1 | 2 | 2 | 3
    1 | 3 | 2 | 6
    1 | 4 | 1 | 1
    2 | 5 | 3 | 4
    2 | 6 | 1 | 3
    3 | 7 | 1 | 4
    What I need to do is to create a WAD that lets to choose those values. It must be "clever" and must know that in a lab "2" it has only analytical_points "5" and "6". In analytical _point "1" there is only one installation "1", and so on. More over it must display texts for each characteristic.
    I have a cube, aggregation_level, query and WAD. Where do I have to do it, and how?
    Edited by: Andrzej Szaranek on Jun 7, 2011 6:45 PM

    Hi,
    U can integrate WAD and EP to BW 3.5, their integration exist for 3.5.
    visual composer is new concept of netweaver 2004s. so integrate visual composer with 3.5 the underlying database must be SQL server.
    For BI 7.0 this is not required.
    Narendra Reddy

  • How to add a certificate to IIS global "Server Certificates" list using PowerShell?

    Hi, been surfing the web for an example on how to add a certificate to the "global" IIS "Server Certificates" list using PowerShell but to no luck. I already have code in place on how to tie / associate a specific website with a specific cert but not how
    to add the new .cer file using the "Complete Certificate Request..." wizard using PowerShell.... I dont expect the final code to become published but if someone had an idea on howto integrate / get an entry point on where to interact between the "Server Certificate"
    list in IIS and POSH I would be super happy! :|
    I am runnign IIS on a Windows 2008R2 x64 Standard Edition if that helps..... of course, I would saddle for an CLI if there is no other way, but POSH is of course the way to go! :)
    Thanks for the help in advance guys, take care!
    br4tt3

    Hi and thanks for the suggestions!
    Although it comes close, the suggested code example points on howto import / incorporate .pfx files - I am getting fed by .cer files which I need to add into the IIS console using POSH.
    I tried explore the IIS.CertObj object but was not able to work out if this one could be used for importing / adding .cer files into IIS! However, launching the following command from a POSH console with Import-Module Webadministration already
    loaded into that shell;
    $certMgr = New-Object -ComObject IIS.CertObj returns the following error message:
    New-Object : Cannot load COM type IIS.CertObj
    From an IIS perspective I have the following components installed;
    [X] Web Server (IIS)                                    Web-Server
        [X] Web Server                                      Web-WebServer
            [ ] Common HTTP Features                        Web-Common-Http
                [ ] Static Content                          Web-Static-Content
                [ ] Default Document                        Web-Default-Doc
                [ ] Directory Browsing                      Web-Dir-Browsing
                [ ] HTTP Errors                             Web-Http-Errors
                [ ] HTTP Redirection                        Web-Http-Redirect
                [ ] WebDAV Publishing                       Web-DAV-Publishing
            [X] Application Development                     Web-App-Dev
                [ ] ASP.NET                                
    Web-Asp-Net
                [X] .NET Extensibility                      Web-Net-Ext
                [ ] ASP                                    
    Web-ASP
                [ ] CGI                                    
    Web-CGI
                [ ] ISAPI Extensions                        Web-ISAPI-Ext
                [ ] ISAPI Filters                           Web-ISAPI-Filter
                [ ] Server Side Includes                    Web-Includes
            [ ] Health and Diagnostics                      Web-Health
                [ ] HTTP Logging                            Web-Http-Logging
                [ ] Logging Tools                           Web-Log-Libraries
                [ ] Request Monitor                         Web-Request-Monitor
                [ ] Tracing                                
    Web-Http-Tracing
                [ ] Custom Logging                          Web-Custom-Logging
                [ ] ODBC Logging                            Web-ODBC-Logging
            [X] Security                                   
    Web-Security
                [ ] Basic Authentication                    Web-Basic-Auth
                [ ] Windows Authentication                  Web-Windows-Auth
                [ ] Digest Authentication                   Web-Digest-Auth
                [ ] Client Certificate Mapping Authentic... Web-Client-Auth
                [ ] IIS Client Certificate Mapping Authe... Web-Cert-Auth
                [ ] URL Authorization                       Web-Url-Auth
                [X] Request Filtering                       Web-Filtering
                [ ] IP and Domain Restrictions              Web-IP-Security
            [ ] Performance                                 Web-Performance
                [ ] Static Content Compression              Web-Stat-Compression
                [ ] Dynamic Content Compression             Web-Dyn-Compression
        [X] Management Tools                                Web-Mgmt-Tools
            [X] IIS Management Console                      Web-Mgmt-Console
            [X] IIS Management Scripts and Tools            Web-Scripting-Tools
            [ ] Management Service                          Web-Mgmt-Service
            [ ] IIS 6 Management Compatibility              Web-Mgmt-Compat
                [ ] IIS 6 Metabase Compatibility            Web-Metabase
                [ ] IIS 6 WMI Compatibility                 Web-WMI
                [ ] IIS 6 Scripting Tools                   Web-Lgcy-Scripting
                [ ] IIS 6 Management Console                Web-Lgcy-Mgmt-Console
        [X] FTP Server                                      Web-Ftp-Server
            [X] FTP Service                                 Web-Ftp-Service
            [X] FTP Extensibility                           Web-Ftp-Ext
        [ ] IIS Hostable Web Core                           Web-WHC
    More or less the one thing that I am trying to get up and running is an automated FTPS solution - I just use the IIS console to be able to troubleshoot / compare how things scripted from POSH interacts in the MMC representation. The error I am getting
    might be that I am lacking some IIS components to be in place to be able to automate some parts of the IIS - as suggested by the IIS.CertObj object listed in the example..... I will get back if I can track down which component needs to be added to be
    able to reference the IIS.CertObj object.
    Br4tt3 signing out...
    br4tt3

  • Apexlib error :Message section  t7Messages not found

    Hi everybody. After installing Apexlib, I forced my application to produce an error in order to verify if error handling works properly.
    Well, when I produce the error, it appears the alert window of the browser with the following message: "Message section t7Messages not found".
    I have followed the instructions on "How to integrate", checking if the page templates of shared components refer to t7Messages instead of t1Messages (my theme number), but it all seems correct. What have I missed? What could I control more?
    Thanks for any help.
    Greetings from Rome
    Stefano

    Hi Stefano,
    based on the code snipped you posted I would assume that you haven't changed the call of the apexlib.error.init Javascript function in the Page 0 region "ApexLib - Handle Error Page"
    From the HowTo Integrate document chapter 3.4:
    Note: t7 has to be replaced by your theme number! #6699cc is the background color and #000000 is the foreground color for cell highlighting.
    So your code should look like
    &lt;script type="text/javascript">
    apexlib.error.init
      ( "t1Messages"
      , "t1Notification"
      , "#6699cc"
      , "#000000"
      , apexlib.error.DISPLAY_LOCATION.FIELD_AND_NOTIFICATION
    apexlib.error.handleErrorPage();
    </script>Hope that helps
    Patrick
    My APEX Blog: http://www.inside-oracle-apex.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://apexplugin.sourceforge.net/ New!

  • Open rtp report from apex

    Hi ,
    Is this possible to open rtp report(oracle report), by pressing button in apex.
    Thanks,
    Sachin

    Try this link
    http://www.oracle.com/technetwork/developer-tools/apex/howto-integrate-oracle-reports-097845.htmlGus

  • VC general question

    Hello!!
    I have some questions regarding VC and WAD integration, I have read that if I am using BW 3.x I have to add code in WAD, but I dont know anything regarding BW 7, Is it needed code (programming)??? or how can I integrate WAD objects in VC? without HTML link...
    Other question, it´s regarding export to excel and pdf, is it possible to export all report (screen) or only it is possible by object, example, by table, chart, etc???
    Thanks a lot

    check with the modelling technique used in VC ..
    Modelling
    Visual Composer Modeling Tips
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bf891813-0301-0010-a1a7-fb2ee352abaf
    Faq
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1752b737-0401-0010-0ba3-
    Hope it Helps
    Chetan
    @CP..

  • Digital signature with webdynpro abap

    Hello,
    how I can signature a character string digitial with webdynpro ABAP?
    My first beginning is the call function "SSFS_CALL_CONTROL". But this is only for BSP. It is is sensible, that I create a small BSP - Application and I integrate this BSP - Application in Webdynpo ABAP. But How I integrate this BSP in WD4A?
    The other way
    Give it a call function for webdynpros ABAP to signature?
    Thanks
    Maik

    Hi Maik,
    what is to be signed. Your own document ?
    I assume you have https and you want to sign you own content
    and allow the DOWNLOAD or other similar to get doc to customer.
    See the Function group SSFC/SSFZ for access to a certificate.
    See security docu for load certificates on to the server. (Tran SSO_STRUST)
    You can also create credentials if requried.
    See also function group SSFG.
    Here are functions to create envelopes and sign them
    This the main tool.  You sign a document to show proof of originality.
    You place in envelop to encrypt it.
    Then send the result.
    See function group SSFM for PSE management.
    In general all the secure store and forward Functions all begin with SSF*
    The function you choose probably just adds certificate to BSP connection.
    I havent tried it. Just quickly looked at the code.
    Cheers
    Phil.

  • Getting HTTP 501 / HTTP 505 error when replying to a thread

    Hi,
    When replying to a thread I get the following error:
    HTTP 501 Nicht implementiert oder HTTP 505 Version nicht unterstützt (HTTP 501 not implemented or HTTP 505 version not supported).
    What does it mean? Is there a problem with the forum?
    Regards,
    Ulrich

    Hi,
    The text I want to post contains a HTML/Javascript code example. I think that causes the problem. If I post without the code example it works.
    URL of the concerned thread is Integrate WAD 7.0 Template into BPS Web Interface
    Can it be a general issue with the forums software?
    Is there a way to contact a forum admin to report this issue?
    Regards,
    Ulrich

Maybe you are looking for

  • Itunes can't see Ipod - what to do?

    It might asimilar problem as many of you have posted. I purchased Ipod classic in dec. 2009 and it worked fine. Then yesterday I wanted to download some more music to put on my Ipod Classic. when I opened Itunes it said it had upgrades and I did the

  • Help with simple things

    Hello, At the apple store, everytime I was typing something on their phones, the phone would give me some word completion choices based on the letters I had enter. My 3g iphone however doesn't do that. Why is that? No matter how long of a word, I hav

  • Lightroom 3 Help file corrupted???  Help!

    After using LR 3 since upgrade the help file says, as of today, it was improperly installed and not available. How do I reinstall just the help?? I've checked all the possible Adobe on-line resourses and even tried to call .. wait time is beyond my c

  • "Sync encoutered an error while syncing: Unknown error. Sync will automatically retry this action."

    Hi, I want to switch from Chrome to Firefox but I have an issue with the Sync feature. It always shows the following error: "Sync encoutered an error while syncing: Unknown error. Sync will automatically retry this action." I already tried this worka

  • Only part of my library will transfer to my new computer

    I bought a new computer and when i attempted to transfer my iTunes libary to the new computer, it said there were too many users on the account. I have purchased various ipods and iPads for my wife and children, but they all have a separate iTunes ac