Is it possible in Visual Composer

Hi All,
I am not an expert in Visual Composer, but I do know it is useful to access adhoc data from the production environment. I have a requirement to extract historical data from NON-SAP database (DB2), since we are not planning to convert some historical data.
Let some one tell me whether I can access data from non-sap database, which is sitting outside. Also I want to use the tool to do extract data from BW, R/3 and DB2 at the same time in one screen?
Any material reference will help as well.
Thanks,
Alex.

Hi Alex,
yes, that is possible. You can connect your DB2 via the BI JDBC Connector (look <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/b3/c3c4135e074ab4900bfdc2ae6c9e79/frameset.htm">here</a> and scroll down). At the same time, on the same screen you can connect R/3-Data, BW-Data, CSV-Data, Webservice-Data, ...
Some links as starting points:
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/visualcomposer">SDN Visual Composer Starting page</a>
<a href="https://wiki.sdn.sap.com/wiki/display/VC">visual composer wiki</a>
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9326072e-0c01-0010-bc97-f72e93338101">vc reference guide (pdf)</a>
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63f2052e-0c01-0010-b9a2-e1f7457a7fbe">vc modeler's guide (pdf)</a>
<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/43/395a596c8a1806e10000000a1553f6/frameset.htm">SAP Library visual composer documentation</a>
Best Regards, Benni
Message was edited by:
        Benjamin Leunig

Similar Messages

  • Client Side Validations in Visual Composer possible Or Not?

    Hi All,
    I Want To Know Client Side Validations Possible in Visual Composer.
    Because I Write Validate Code For input Field.They Give Only Red Color Message To inputField WhatEver I Gave In Condition Error Message.They Do N't Validate the InputFileds.But They give Suggession Only.
    Please Respond ASAP.
    SubbaRao Chinta

    Hi SubbaRao,
    Although the WebDyn Pro runtime of VC does not perform "true" client side validations, the conditions that a modeler enters on a given control can prevent unnecessary requests to the back end. In order to add such a rule to a control you need to:
    1. Choose Configure on the context menu of the control you want to validate
    2. Select Rules in the Validation group of the task panel. This will open the Define Validation Rules dialog box.
    3. Click the Add Row button, and then open the Condition drop down list, and add the condition you want (to prevent).
    4. In the Error Message column, enter the text you want to display when this condition occurs.
    If you have an action defined in the same view, it will not be carried out if the condition is true.
    If your action is defined in a different view, you need to change the action's validation scope - go into the Define Action dialog and the validation tag, and change the validation scope to "window"
    If none of this helps, try to describe what you have done and I'll see if I can help.
    Good luck,
    Eyal

  • Passing output of one iView as input to another iView using Visual Composer

    Hi
    I need urgent help. Is it possible to pass data from one iView to another using the Visual Composer tool. If it is how? Does anyone have an example or know where I can find one.
    Here is my example:
    I have created one Page with two iViews on the page. In the first iView i have a Bapi that accepts an ID number of a business partner as input and returns details like Name, Surname , title etc as well as the SAP Business Partner Number. The second Iview uses a Bapi that returns the Address details of the business partner.My problem is that I need to use the Business Partner Number from the first iView as the input into the second iView. Is this possible using Visual Composer? There will be a series of additional all bringing back different details of the same Business Partner and will need to use the same Business Partner Number.
    Please advise me if this is possible using VC or if not suggest an alternative way of doing it.
    Thanks in advance for the help. 
    Regards
    Yusuf Gangat

    Yes you can do this.
    You can use ports (Signals) for this.
    In order to explaing this, I will call the 1st iView - the source iView and the 2nd one - the target iView.
    1. In the source iView create an "Out Port" from the form or table where you have the details you want passed. Name it anyway you want (in the Properties task pane).
    2. In the target iView create an "Input Port" and connect it to the input of the BAPI you want run.
    3. Make sure that both ports have exactly the same name (it's case sensitive). and the same fields.
    4. Deploy the 2 iViews to the portal, put them in the same page.
    Data should be transferred now between the iViews.
    Lior

  • RRI in Visual Composer

    Dear Colleagues,
    Like Report-Report interface (RRI) in BW, wherein detailed report can be invoked from chart/graph, can similar thing is possible in Visual Composer?
    Please advice.
    Regards
    Pankaj

    Wih a workaround as below you can tailor to suite your needs ;however there are some limitations you may want to look below-
    You can also combine the advantages of the VC and BEx Web runtime. For example, you can develop a VC model that renders the data in Adobe Flex and within this model you can define links to BEx Web Applications that calls the underlying query in order to analyze the data in more detail. There the data will be displayed in DHTML and you can use the BEx features to drill-down in a pivot table, for example
    General Aspects - VC
    In the area of Analytics you can use different tools to model reporting scenarios and analytical applications.
    Deciding which tool best meets your requirements depends on several factors - features, UI technology, User
    types, interaction, OLAP and/or OLTP data needed, for example. The UI tool decision tree (see Figure 3) will
    support you in your choice and will help you determine which tool meets your requirements in the best way. Your
    decision also depends on which criteria (e.g. features) are most important for you.
    First you should think about whether you need to use the functionalities of the BI analytical engine (drill-down
    navigation in reports, slice and dice analysis, and external presentation hierarchy, for example). If you don’t
    need those functionalities, then you should use Visual Composer, especially if you want to use query services
    (Web Services and/or BAPI‘s) and/or if you want to embed OLAP data into operational processes. Also, use the
    Visual Composer if your analytic application to be rendered with Adobe Flex. Adobe Flex is a presentation-tier
    framework and server that enables the development of Rich Internet Applications. With the Adobe Flex UI you
    can use interactive UI elements, for example. If you want to use just OLTP data in your reporting scenario, you
    also have to use Visual Composer.
    If you want to report based only on OLAP data (stored in Info Providers in a SAP BI system), you should use the
    BI Suite tools. If the end users should access their reports using MS Excel, you must use the BEx Analyzer.
    Beforehand you have to define a query using the Query Designer that then can be easily embedded into a BEx
    Analyzer workbook. You can also do basic formatting with standard MS Excel functionality as well as integrating
    BI Integrated planning functionality.
    If you want to use formatted reporting and if you want to display the reports in a Web Browser, you should use
    the Report Designer. With the Report Designer you are able to create formatted reports that are optimized for
    presentation and printing. You can also access a number of formatting and layout functions.
    If you need to deliver standardized reports, you should use the Pattern Wizard (integrated into the Web
    Application Designer) to create pattern-based Web Templates. You can create Information Consumer Patterns
    to ensure a standardized UI for the end users who access the Web Templates via the Enterprise Portal. If you
    need special UI elements (for example, Tab Strips) or if you want to build planning applications, you have to use
    the freestyle Web Application Designer capabilities.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/800a7bd4-7897-2910-c6b2-9ee791e9913c
    Hope it Helps
    Chetan
    @CP..

  • Possibility of Personalization of SAP Visual Composer Report by each user ?

    Hi All,
    Is it possible to personalise the Visual composer based report.
    For example: Can the end user personalise hide/unhide few columns of the Table view and save so that it remains the same for this user in his/her next login aswell.
    Regards,
    Sreeram

    Hi Ola,
    thanks for the reply and can you please describe the steps as to how to achive this. thanks in advance.
    Regards,
    Sreeram

  • Is it possible to call a report in VISUAL COMPOSER?

    Dear SDN,
    I have created two Queries in Query designer.
    As per the user requirement I did some cosmetic changes in report designer I have merged that two queries and created one report.
    Can I call report designer(report) in Visual composer?
    Please let me know if you need any more information.
    Thanks & Regards,
    Kiran

    Hi Kiran,
    Try the below links.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ad182ac7-0a01-0010-4fb8-8a4d217b19c1
    /people/community.user/blog/2006/12/27/enterprise-reporting-query-and-analysis-an-overview-of-design-and-analysis-tools-for-business-intelligence-in-sap-netweaver-2004s
    Hope it helps...
    Regards
    Basheer

  • Flex Table Add Row Issue with Dynamic Entry Lists in Visual Composer

    All,
    Your help would be kindly appreciated in resolving an 'Add Row'-issue within a Flex Table that uses Dynamic Entry Lists in Visual Composer. The issue here is as follows :
    When I use a [Local Dynamic Entry List |http://www.postyourimage.com/view_image.php?img_id=O5hrG2aMxWZ84Mu1211193041]to populate a row field, the initial row and all next rows are emptied upon 'insert row', they loose their selected values and also the entry list values ('pull-down menus') are lost. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=FPLr2cABcgiHRou1211192889].
    The initial row does [show the entry list values |http://www.postyourimage.com/view_image.php?img_id=2HybmEHAuQYs9cg1211192766]from the Local Dynamic Entry List based on the dynamically assigned input value; upon 'insert row' the entry lists are lost. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=FPLr2cABcgiHRou1211192889].
    When using a [Global Dynamic Entry List |http://www.postyourimage.com/view_image.php?img_id=m5p2KYuBb442dTq1211193501]to populate the row fields the Flex-table behaves normally as expected. Unfortunately with a Global Entry List it is not possible to dynamically assign a input value. Please also see [screenshot|http://www.postyourimage.com/view_image.php?img_id=U96V0zENCCyO3gA1211193157].
    Please also see the [issue summary image|http://www.postyourimage.com/view_image.php?img_id=06xti08tIEfely1211195178] I made to visualize the issue.  What I basically would like to know is whether this is a 'known issue' or not, or that it is an issue that can be fixed or whether there is an alternative workaround available ... I'm using Visual Composer 7.0 and the Portal is at SP 13.
    Many thanks,
    Freek

    Hi,
    you should be able to assign a dynamic value with global entry lists as well. If you say @myParam as dynamic value. VC will indicate in red letters, that the field @myParam is unknown. However, it will work, as long as @myParam is known in the form or table where you use the entry list.
    I have never heard of the problem that entry lists are emptied after "insert"-event.
    Kindes Regards,
    Benni

  • Unable to create visual composer table view from the Bex Query

    Hi
    I am trying to create the visual composer lay out from a Bex query. The Bex query contains a set of Key figures and a structure.
    These key figure and structure combination is forming a table in the query output. Key figure parameters are coming as rows and Structure parameters are coming as columns.
    example query out put:
    Total, HPC, FDS excel ICe etc are as Structure elements and coming as columns in query out put and
    Invoice value, Gross sale value, Efficient operations etc are as Key figure elements in query and coming as rows in query out put.
    But if I map this query to visual composer table view all these are coming as columns as given below.
    Total Invoice value ,             Total Gross sale value,    Total Efficient operations,      HPC Invoice vale,.........
    And if execute the query will giving the out put in single row.
    Can anybody help me out to map this in the row column format?
    Is it really possible to do in VC?
    I am using CE 7.2. The VC model I need to be embedding in BPM.
    Please help me to solve this issue. I completely stuck up this issue.
    Regards
    Sajith P
    Edited by: Sajith P on Aug 17, 2010 3:07 PM
    Edited by: Sajith P on Aug 17, 2010 3:15 PM

    Hi,
    Try to use some function module which will convert query data into flat tables. (eg., RS_VC_GET_QUERY_VIEW_DATA_FLAT).
    Hope this solves your issue.
    Regards,
    Vinay

  • SQL Query in Visual Composer 7.1.1 SP2

    Hi all,
    I want to use an SQL Query in Visual Composer 7.1.1 but I only can search for Stored Procedures. There is documentation available but not for VC 7.1.1.  I also can not use the Query Wizard for this as the System does not show up in the list.
    So how is it possible to use SQL Queries in Visual Composer 7.1.1.
    Thank You
    Nicolas

    Hi Nicolas,
    If you want to use SQL statements, you should use the BI JDBC capabilities of Visual Composer. For information on how to configure such system go to [http://help.sap.com/saphelp_nwce711/helpdata/EN/3f/0f883fed254875883290c98c0c20c1/content.htm|http://help.sap.com/saphelp_nwce711/helpdata/EN/3f/0f883fed254875883290c98c0c20c1/content.htm]
    Once you have it configured you should be able to search for the tables in VC. For info about this refer to [http://help.sap.com/saphelp_nwce711/helpdata/EN/7d/a109d5efcc4644a9f2da2ab27e50dd/content.htm|http://help.sap.com/saphelp_nwce711/helpdata/EN/7d/a109d5efcc4644a9f2da2ab27e50dd/content.htm]
    After you drag and drop a table to the storyboard, you can right click on it and select "SQL Editor" to edit the SQL statement.
    I hope this helps,
    Netanel

  • What are the front end tools & components needed to use Visual composer.

    Hi all,
    please help for the following queries.
    1.What are the front end tools & components needed to use Visual composer.
    2. Is it possible to view in internet explorer web reports/ Dash boards created in Visual composer.
    3. How to create Webreports & Dash Boards in Visual composer.
    It's Urgent waiting for responses.
    Thanks & Regards,
    Basava Raju

    Hi James,
       For  Visual Composer no need any Front end tools.. you need  portal connection.. to configure your visual compoer.. the visla composer it self contain all the items.. just like a Webtemplate..
       all the reports.. that web based reports  or dash boards we can view through Browser only..
    for creating reports in visal composer.. just go thru this links..
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c6b2d590-0201-0010-42ba-a53a5d422310
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7d48d999-0701-0010-5790-8b2c5ae7107d
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1752b737-0401-0010-0ba3-87c3eda8c6ce
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cab252d4-0a01-0010-3984-ee345859dde6
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/01c5d690-0201-0010-668a-b8d97d51a566
    for How to Guides - Visual Composer.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/16244247-0a01-0010-3294-d81c21e7e86e
    /people/marcel.salein/blog/2007/02/01/visual-composer-and-abap-rfcbapi-a-powerful-combination-part-i
    /people/marcel.salein/blog/2007/02/02/visual-composer-and-abap-rfcbapi-a-powerful-combination-part-ii
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/01c5d690-0201-0010-668a-b8d97d51a566 https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/16244247-0a01-0010-3294-d81c21e7e86ehttps://www.sdn.sap.com/irj/sdn/visualcomposer
    regards
    @jay

  • Runtime error in Visual Composer

    I'm develping a Composite View in Visual Composer using BAPIs. I'm using BAPIs just because my SLD isn't ready to publish the enterprise services from ECC and SCM/APO. The main objective is learn how to use VC to create applications consuming data from BAPIs, Web Services, BI Query etc...
    I developed a simple application using the bapi: BAPI_LOCSVAPS_GETLIST2 from sap APO.
    Inputs ports:
            LOCATION_SELECTION - TABLE
            Input: LOGICAL_SYSTEM and MAX_NUMBER_OF_LOCATIONS - signal
    The problem is the following: when only the out port ouput is used, there isn't any problem, and is possible to compile and deploy the Composite View and the output (NUMBER OF LOCATIONS FOUND) is correct.
    But if I try to select some TABLE out port like LOCATION_TEXT, an error occurs in runtime (compile and deploy without problems): Connection Error: contact your system administrator: HTTP request error.
    I tested the RFC Connections and also, tested the BAPI using the Test Data Service and all the tests were ok and that's why I don't know what is wrong. In design time there isn't any problem, instead in runtime the error mentioned above occurs.
    EHP1 SP1 for SAP Netweaver 7.1
    IE Version 7.0.6001.18000
    Data Source :ECC and SAP APO u2013 In VC is used BAPIs, configured via RFC Destination
    Thanks...
    Edited by: Dario Oliveira on Apr 8, 2009 7:42 PM

    Hi,
    I think "Implementing a GP Interface" makes no sense in this case. Take a look at <a href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/limitationsofWeb+Dynpro&">VC: Limitations of Web Dynpro</a>.
    It seems that Web Dynpro in VC is not supporting all kinds of services and functions.
    Regards,
    Christian

  • How to write plan data into Transactional Cube from Visual Composer ?

    Dear experts,
    Visual Composer is very powerfull to build a 'nice-looking' web-report (I think is much better than Web Application Designer in term of freely position the chart/graph/table/selection parameter in anywhere we like. We can't have this flexibility in WAD) plus it also has strong integration to R/3 for posting the  transactions via RFC-Enabled Function Module (such as changing customer credit limit, approve PO, approve Sales Order, etc), so that the R/3 user won't even have to know the TrxCode.
    In addition to this, I just wondering if VC also capable to write plan data into transactional cube via Write-Enable Query. We can simply insert a BW Query into VC as planning layout (set the edit-mode to "editable") plus having some Wizards to make it more user-friendly and self-explanatory for the users.
    But I am not sure how to save the changes back to transactional cube from VC.
    Could anyone please kindly advise how to achieve this.
    "Seeing is believing" is always my learning method, so I would appreciate some "actioanable" explanation or hints.
    Many thanks,
    Sen

    Hi Sen,
    As far as I know, it's not possible to write data into transactional cubes directly from a table in Visual Composer through standar method, but it's possible to integrate a WAD with your input ready query into a URL element in VC (You can fill entry variables in VC and call WAD dinamically), so it's possible to create a planning application in VC calling dinamically WAD's.
    Another way to interact through VC is creating button objects that calls planning sequences (with BAPI calling RSPLS_PLSEQ_EXECUTE). Also can fill variables in VC and pass them to sequence.
    Regards,
    Enrique

  • Tree in Visual Composer WebView

    Hi All,
    Is it possible to create a tree in VC Webview? I know this can be done in VC in NWDS. However, I believe this is not possible in the webview since I have not seen any integration with webdynpro components in webview. I am forced to use webview since I have to work on some BI data sources.
    Thanks and regards,
    Ritesh

    Hi Kirun,
    Thanks for your reply.
    I am using the Webview of Visual composer and not using the integrated feature of VC in NWDS. I am using the webview since some of the BI data sources that I am using is available only in webview and not in the NWDS integrated VC.
    In Webview, I do not see any feature wherein I can build a tree. Can you please help?
    Thanks and regards,
    Ritesh

  • Dynamic table in visual composer

    Hi Experts!!!
    It's possible create a dynamic table in visual composer? I want to show only records that exist unpaginated...
    Is it possible??
    thanks in advance!!!
    Regards!!

    Hi experts!!!
    I want that my table has the height of  the records that the BAPI return.
    any idea??

  • Exception handling in CE Visual Composer 7.1

    Hi,
    I have modeled a CAF Business Object and a custom Find operation which looks for a custom key. After that, I have exposed that operation as Web service and consumed it in Visual Composer. It is working perfectly as long as the search key exists in the Business Object backend table. When an arbitrart search term e.g. 1234 which does not exist is given, an error message is displayed and the program logic is halted.
    Error occured while executing the service: Error in connection: Could not execute Web service, consult your administrator
    My requirement is that, is it possible for me to display a custom message such as "The ID does not exist. Please enter a valid ID".
    Besides, is it possbile to bypass this service call if it is not working? In my scenario, this service is actually used to search for any existing data for a selected Customer. If there is no data, the user can proceed with a new definition. So, the above mentioned exception blocks the program flow and the user is not able to continue.
    Thanks in advance for any suggestions or ideas.
    Regards,
    Joon Meng

    I am not aware exception handling features of VC but instead of raising SOAP Fault you can also transfer log message which is user friendly to display.
    Another thing, instead of throwing exeption handle it inside try block so that program do not halt abruptly but gracefully. It is always possible to bypass existing service call like you said if output of service is not input of another.
    In other word do not map output directly but on the "Next" event of button which enable you to goto next screen to work.
    Regards,
    Gourav

Maybe you are looking for

  • Using apple remote with ipod touch 4th gen

    i've seen on the apple website that you can use the apple remote with the ipod 4th generation. how does it work? because isn't the apple remote an ir device? or does it work off bluetooth? some advice on how to use the apple remote would be great. th

  • Writing trace to ABAP proxy

    Hi Friends, is there any way to write trace message in ABAP proxy (server proxy). I have a case where during processing of the inbound proxy i want to populate some information messages as trace, which can then be seen from SXMB_MONI-trace of the mes

  • IPhoto 8.1 Garmin Oregon 550t map display problem

    I am trying to view photos captured by a Garmin Oregon 550t in iPhoto. The locations shown on the map are wrong. Further investigation of the previously reported problem with iPhoto 8.1 displaying incorrect location information in the map display rev

  • Calculations based on characteristics?

    hai i have doubt that can we do calculations using characteristics? tel me scenarios if we can do? bye srinu

  • MIGO against Scheduling agreement.

    Hello, We want to receive material against delivery schedules of Scheduling agreement. Our setting are. No MRP Delivery schedules are created manually. No confirmatin control. Issue is, delivery schedules are future date but i want to make MIGO today