Refesh data on visual composer

Good day everybody,
i am busy with the design and coding the solution for the visual composer, but my challenge now is to find out how to clear or refresh data on visual composer. what i have done is that i created one big structure that will display different output data based on the selection screen. e.g if i have selected employees who exceeded overtime hours then it displays data accordingly and if select employees per cost centre it must display data accordingly but what is happening is that data overwrite the other.My function module works perfectly from where i get data from. On the visual composer what i have done is for each field i have a condition based on the output e.g.(if output = 1) BOOL(IF(#ID[ACA6OX]@OUTPUT == '1', true, false)) if (output = 2) BOOL(IF(#ID[ACA6OX]@OUTPUT == '2', true, false)) and (if output = 3) BOOL(IF(#ID[ACA6OX]@OUTPUT == '3' OR TRIM(#ID[ACA6OX]@OUTPUT)== '', false, true)). But is still overwrites can anyone help me in this regard as to how can i clear the visual compser.
Thanks in advance,
Themba.

Hi,
Salvador  Gimeno wrote:
Dear colleagues,
I need to build the functionality to do a File upload on Visual Composer. The user should be able to select a file from his local PC and upload it into a table or DSO.
I have created a function module that uses the function 'GUI_UPLOAD' to do the upload. If I execute the FM from transaction SE37 it works fine, selects the file and loads the data into the table. However, if I embed that FM into Visual Composer it does not work anymore.
Is it because it uses GUI technology that cannot be called from java environment of VC?
Yes, the GUI_UPLOAD relies on the "SAP Gui connection" which is not possible in a Web environnement like the Visual Composer.
In languages such as Web Dynpro (Java or ABAP) or BSP, you can upload file to the server.
You might have to "mix" technologies to provide upload and still keep using VC.
Salvador  Gimeno wrote:
Anybody has a hint on how to solve this? Is there any standard functionality to do it?
I think this upload functionality is about to be released with Ehp1

Similar Messages

  • Passing a range of dates from Visual Composer 7.0 to Bex Analyzer

    Dear Experts,
             I created a button in my Visual Composer model that has the following settings:
    System action:  Hyperlink
    Apply to:  Self
    Hyperlink address:  "...QUERY=BMMSEG_C01_SAS_Q0001&BI_COMMAND_1-BI_COMMAND_TYPE=SET_SELECTION_STATE&BI_COMMAND_1-TARGET_DATA_PROVIDER_REF_LIST-TARGET_DATA_PROVIDER_REF_1=DP_1&BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-CHARACTERISTIC=MBUDAT&BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-SELECTIONS-SELECTION_1-SELECTION_INPUT_STRING=08/22/2006;08/28/2006"
            Basically, what I need is to pass a range of dates from Visual Composer to Bex Analyzer on the characteristic "MBUDAT".  However, it only brings back the data with those specific dates, not the range.  
          I don't think this is the correct syntax to pass in a range value:  08/22/2006;08/28/2006  Please advise how should I do it. 
    Thank you in advance,
    Kevin

    Hi J GOEL,
           Thank you for your quick response.  I created a date range variable ZPSTDAT, and then I passed in the oncatenated value to my Bex query (for this example, let says the From date is 08/22/2006, and the To date is 08/28/2006 ).
          Here's what I passed in into the url:
    ...QUERY= BMMSEG_C01_SAS_Q0001
    &BI_COMMAND_1-BI_COMMAND_TYPE=SET_SELECTION_STATE
    &BI_COMMAND_1-TARGET_DATA_PROVIDER_REF_LIST-TARGET_DATA_PROVIDER_REF_1=DP_1
    &BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-CHARACTERISTIC= ZPSTDAT
    &BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-SELECTIONS-SELECTION_1-SELECTION_INPUT_STRING= 08/22/2006:08/28/2006
       However, it returns all the records, so it seems like it doesn't even accept the range value that I passed into the Bex.  Do you mind to please show me the url you have that pass in the date range.  I just need to see the date range part, not the entire url.
    Thanks,
    Kevin

  • Print / Export form data from Visual Composer

    Hello everybody,
    I want to print data from a visual composer form (export to PDF and print afterwards is another option). I am using CE 7.1 EHP1.
    Is there any tutorial for that?
    I only found this one [Exporting Data|https://wiki.sdn.sap.com/wiki/display/VC/Exportingdatafrom+VC]. But this is not the right one for me. Printing from a table is no problem, but I want to print data from several forms.
    How can I export the data to an adobe interactive form?
    Thanks ahead

    Hello Bernd,
    Unfortinatelly, there is no way to Export and Print from the Form View Interactor (This is ALV feature, not VC and they support only the Table Interactor)
    From the VC side, you can add the Button to the Form View Toolbar with the Print Action, but in this case, the whole application will be printed
    Best Regards,
    Luba

  • How import data in Excel into Visual Composer

    Is there a realistic way to import data into visual composer?  I could not find a data service that was Remote enabled to do this?
    Does anyone have any ideas

    Currently no solution available to import data from excel to visual composer.
    Regards
    Basheer

  • How export data in Excel From Visual Composer

    Hay everybody,
    I would like to export my data result from Visual Composer to Excel. I've tried with an export data buton, but the exported file has a very bad format in Excel. I've tried an hyperlink buton which contain the Reptname data of the query too, but I can't keep my filters. This second solution can be nice for the format. If anyone knows how I can keep my filters, I would be fine.
    Thanks

    I did not get solution by using BW 3.5 , can we export data to Excel ? I am refering
    [HOW TO EXPORT DATA FROM VISUAL COMPOSER|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/47fe4fef-0d01-0010-6f87-ed8ecb479123?overridelayout=true] following link??

  • Visual Composer Accessing Runtime Data

    Hello everybody,
    I need to access runtime data from Visual Composer such as user logged, I need to obtain this info to display it in a input field in a form view, has anyone did this before or any suggestions, thanks in advance.
    Regards,
    Ivan

    Hi,
    On your compose window, you would find something called user data under connectors. Drag and drop that inside your view and try to fetch information from that.
    Regards,
    Murtuza

  • Export in Visual Composer

    Export in Visual Composer
    Hi Experts!!!
    I have a button with the export data in excel action, but in the forms I have an image with input fields, but when I do the export in the excel file only is forms data, the image is not export.
    Any idea??
    Thanks in advance
    Regards!!

    Hi Experts!!
    I am following "How to export data from visual composer" guide, my problem is that in the guide use Querys and then it use a formula for to call Web Analyzer... can I call Web Analyzer if I use BAPI?
    Thanks in advance!!!
    Regards!!
    Edited by: Carlos Mallebrera on Jan 13, 2011 12:04 PM

  • Stored procedure in visual composer

    Hi All,
    I created an application in visual composer. I also created a stored procedure in Oracle Database. For getting Data via Visual composer, I created a JDBC system in portal.
    1. But how does this Stored procedure gets reflected under JDBC system? so that i can pull it using "Data" task panel and get data in visual composer?
    2. or how does this JDBC system pull the stored procedure in oracle database?
    what should i do for that?
    Regards,
    Divya

    Hi Divya,
    See the following link, might be helpful:
    http://help.sap.com/saphelp_nw04s/helpdata/en/97/47e742be8b7376e10000000a1550b0/frameset.htm
    Also see SAP Note 805122, tell about some limitation of using stored procedures in VC:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_ep_vc/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d383035313232%7d
    Bye
    Ankur
    Do reward points for helpful as well as solved answers!!

  • Visual Composer table horizontal scroll bar

    Hi Experts,
    is it possible to have horizontal scroll bar in visual composer iview?
    is it possible to lock initial n columns from scroll in VC iview?
    if possible the pls tell how?
    Thanks in advance
    Anupam

    Hi Anupam..
    The below info may helps you .......
    Visual Composer produces applications in a declarative form, thereby enabling completely code-free execution mode for multiple runtime environments. It provides full application lifecycle support by maintaining the connection between an application and its model throughout its lifecycle. Visual Composer is designed with an open architecture, which enables developers to extend its design-time environment and modeling language, as well as to integrate external data services.
    As a result, Visual Composer modelers increase productivity by reducing their development effort time from weeks and months to days. Domain experts gain the means to express their requirements directly rather than conveying them to developers. This narrows the gap between application definition and implementation.
    Starting with a blank canvas, the Visual Composer user draws the application in Visual Composer Storyboard (workspace), without writing a single line of code. Since no traditional programming skills are needed, business process experts can prototype, design and produce entire applications.
    A typical workflow for creating, deploying and running an application using Visual Composer is:
    Create a model
    Discover data services and add them to the model
    Select necessary UI elements and add them to the model
    Connect model elements to define the model logic and data flow
    Edit the layout
    Arranging the UI elements and the controls of the application on forms and tables.
    Deploy the model
    This step includes compilation, validation and deployment to a selected environment.
    Run the application
    The application can run using different runtime environment (such as Adobe Flex and HTML)
    Modeling Business Intelligence Data with Visual Composer - Part I
    Modeling Business Intelligence Data with Visual Composer - Part II
    http://help.sap.com/saphelp_nw04/helpdata/en/fd/4a7e40417c6d1de10000000a1550b0/frameset.htm
    http://help.sap.com/download/netweaver/nw04/visualcomposer/VC_60_SolManGuide.pdf
    Creating Model:
    http://help.sap.com/saphelp_nw04/helpdata/en/fd/4a7e40417c6d1de10000000a1550b0/frameset.htm
    Creating Portal Content:
    http://help.sap.com/saphelp_nw04/helpdata/en/fd/4a7e40417c6d1de10000000a1550b0/frameset.htm
    Customizing VC toolbar:
    http://help.sap.com/saphelp_nw04/helpdata/en/fd/4a7e40417c6d1de10000000a1550b0/frameset.htm
    Regards
    Sudheer

  • Visual Composer Export to Excel/PDF..

    Hello all,
    I have a question regarding using Visual Composer's Web API commands to export to excel/pdf etc. I've read the document "How to Export Data from Visual Composer" (https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/47fe4fef-0d01-0010-6f87-ed8ecb479123 ) and applied the steps but that is helpful for an individual data service which I was successful in doing.  In my example, for one view, I have multiple Data services pointing to different reports and have charts/graphs/tables against them. I want to be able to print all the Charts/Graphs in the one view and not individually.
    Does anyone have any insight into this? If you need more information I am more then willing to explain.
    Thank you for your help in advance.

    Hi,
    Then try with this links.
    http://searchsap.techtarget.com/generic/0,295582,sid21_gci1235161,00.html
    http://www.sap-press.de/download/dateien/1124/sappress_netweaver_visual_composer.pdf
    Thanks.
    Hemav

  • How to read a text file from Visual Composer

    Hi VC Experts,
    Please suggest me how can we read a textfile from  the local machine and pull the data from Visual Composer.
    Regards
    Kiran

    Hy kiran, is not possible to read data from flat file and put it in visual composer but you can :
    1) load this file in BI by ETL, for example on DSO object and then you can create a bex query to retrive the data
    2) if you want display the content of this file , you can use KM.
    Regards,
    Andrea

  • Data Service System In Visual Composer  7.1

    Hello,Experts:
    Recently ,i am focusing on the mirgration function of SAP NetWeaver,and visual composer is among them .
    In netweaver 2004s enterpise portal ,i have done the system connection between Enterpise Portal and ECC and BW ,and the system alias can be accessed in visual composer .Both the bapi and infocube can be got by the system alias .The Visual Composer Application based on the backend data service is ok .
    However ,i have registry the ecc system in CE Portal and its version is SAP Composte Environment SP5 .I can check out the system registry is ok . However ,when i open the Visual Composer on the CE Portal ,i couldnt find the system alias that i have registried .It is blank .Plus,we havent install SLD on the CE Java Server ,and solution manager is put forward to take the place of sld .
    Can anybody help me out ? The problem has any relationship with the Enterpise Service Repository ?
    Thanks for your help in advance .
    Eleanor

    Hi Eleanor,
    first of all if you want to use SAP BW in Visual Composer for CE then you have to install Enhancement Package 1. SAP BW resp. queries, planning functions and so on is only supported with VC 7.11 (EhP1 for CE). I also recommend you to set up the SLD in your CE system resp. that it works as a "slave SLD" when you have an existing SLD in your landscape. There are wizards available in the NetWeaver Administrator.
    Go to http://<host>:<port>/nwa to login into NetWeaver Administrator.
    Navigate to Configuraton --> Scenario --> Configuration Wizard and choose the Initial setup of functional unit SLD.
    If you want to have access to BAPIs there are two ways to access the system. You can define a portal system object to access the ECC or you can define in NWA a RFC connection to access ECC.
    [Maintaining RFC Destinations|http://help.sap.com/saphelp_nwce10/helpdata/en/5a/97a066223e440b8ead3da027b17d9e/frameset.htm]
    [Wiki to setup RFC connection|https://www.sdn.sap.com/irj/scn/wiki?path=/display/vc71/rfc+destination]
    Hope that helps,
    Best Regards,
    Marcel

  • Visual Composer 7.0: system (data source) does not appear

    Hi...
    There is a problem: system (data source) does not appear in Visual Composer 7.0
    1. There is a connector MDM. It is made by PCD. It has been tested. The test is ok.
    2. However, as the data source in Visual Composer a connector MDM does not appear.
    3. This problem affects all types of connectors, but the Web Service Connector. Connector Web Service is always there.
    What the .....?
    P.S. The role of the creator of the connector is the same user of Visual Composer
    Thanks...

    Hi...
    There is a problem: system (data source) does not appear in Visual Composer 7.0
    1. There is a connector MDM. It is made by PCD. It has been tested. The test is ok.
    2. However, as the data source in Visual Composer a connector MDM does not appear.
    3. This problem affects all types of connectors, but the Web Service Connector. Connector Web Service is always there.
    What the .....?
    P.S. The role of the creator of the connector is the same user of Visual Composer
    Thanks...

  • Date type is not captured in Visual composer 7.0 using SQL server as DB

    Date type is not captured in Visual composer 7.0 when using SQL server as DB, and field type is "SmallDateTime" in DB.

    Create new Text tab in fields of Table & select Type as Date in VC or use DSRT date function

  • How do I write data back to DSO in visual composer

    I have created a model in visual composer that queries on a write-optimised DSO in BI. Basically I have created a form that lists the all the fields (like Quotations,Materials, plants) in vc.
    The business requirement is that the users should be able to be create or change the data in the fields through this form and then I should be able to write back the data(material and plant) back to the DSO.
    But I don’t see any of the services/RFCS/BAPIs listed under SAP_BW system in Visual Composer like they are listed under R/3 systems . By services/BAPIs, I meant APIs like – RSDRI_ODSO_MODIFY_RFC or BAPI_ODSO_READ_DATA_UC.
    What else do I need to configure to see these RFCs in VC.
    Please suggest.
    Thanks a lot in advance!

    Thanks a lot prachi for you reply,
    Our SAP_BW system is already configured as 'Like R/3 system'.My admin gave my userid read/write permission under systemAdmin->permissions in portal. But I am still not able to view any BAPIs under SAP_BW system in Visual Composer.
    Can you please tell me where can I configure my user to have 'View system' permission and does this need to be added in SAP_BW under System Landscape in portal ?

Maybe you are looking for

  • Itunes on external hard drive wont open in Win7

    I have my itunes stored on an external hard drive using Windows XP. I have just changed my computer to a Win7 version, and now I cant access my library. I can see it there but cannot find the correct path to it. I have been able to access it on my ol

  • After updating Itunes...Itunes cannot connect to the server, get error message -3212

    I upgraded to Itunes 11.1.0.126 yesterday.... Getting this message when I check for updates: "The Itunes update server could not be contacted.  Please check your internet connection, or try again later." Also, I get this error message, when trying to

  • Wipe Disk, install new OS, import some items from Time Mach.

    I read in another thread to use disk utility to zero my hard disk in the following manner: Creat another Admin User Use "erase" function to delete the space where my curretn user lives This is the best way to rid one self of legacy root junk that may

  • SDK vs. JRE

    Does the developer kit come with the runtime environment? Or do I need to download both?

  • Restore lost games on ipod touch

    I DID AN UPDATE ON ITUNES AS RESQUESTED. NOW I DO NOT HAVE ANY GAME APPS. HOW DO I RESTORE ALL MY GAMES? THE NEW GAME CENTER ON THE SCREEN WILL NOT LET ME IN. ALSO IN MY LIBRARY THERE IS NO SOUCE LIST TO SYNC GAMES FROM THE LIBRARY TO MY IPOD TOUCH.