Visual composer buttons distorted after translation

Hi,
      I have generated translation worklist for one visual composer iview. For polish and czech transaltion the buttons size are changed and they grew bigger. Please suggest some solution. i tried to change the size from model but no success.
Regards
Imran

Hi
Just try with the 'Actual Size' & 'Absolute' Layout of the button. Also make iView & Form also as 'Actual Size'.
There is one more work around, try with giving spaces after the button name in the display tab of the button properties.
Either of it should work, Please let me know if there is any other issue.
Regards
Sandeep

Similar Messages

  • Loading Visual Composer....

    Hi
    I am trying to open Visual Composer in browser, after proper authentication, the browser stuck up at "Loading Visual Composer....", however nothing shows up...it is absolutely blank screen with empty two frames.
    Just to give you little background, I have installed it with NW2004s. And also I have added my local domain in trusted zones in IE, however as I have firefox as my default browser, http://localhost:50100/VC/default.jsp always open up in firefox browser, so I don't know if the adding local domain to IE trusted zone would help in firefox.
    I will really appreciate any help on this.
    And thanking all of you in advance

    Thanks,
    I tried to make my internet explorer as default (after going to Tool->Internet Option->Prog-->Set the Internet Explorer as default.
    However, inspite of that still VC would open in Firefox. Even if I copy and paste the URL for VC in IE, the system would open new windows in Firefox and IE will be just empty.....
    I uninstalled the Firefox, and now when I run in IE, the message I get that Application is not found......!!
    Another input is that when I installed NW2004s, IE7 and Firefox were already installed. However after NW2004s, installation I uninstall IE 7 (because of some issue in E. Portal) and now I uninstalled Firefox, and I am getting the message "Application Not Found" .......Does it mean that NW2004s keeps references to different type browsers at the time of it's installation. And incase you change the browsers (the way I did), I might have to set/reset/refresh the entries either in config or in Visual Administration.
    Any tip/feedback will be highly appreciated.
    PS: I re-started the J2EE engine,after I uninstalled browser.

  • Create a sequence of actions in the toolbar button in Visual Composer

    Hi!
    I've a problem with the toolbar buttons in visual composer. On a table, I would like to have one button which launch 2 actions. For example, I want to call an event (custom action) and after that I want to select a row in another table (system action, select).
    It works fine when I create 2 buttons with the toolbar buttons but my wish is to have only one button with several actions (like a sequence of actions). Is it possible?
    Thanks for any help!

    Hi Ronan,
    I think you can achieve your requirement by creating the Wizard in SAP Visual Composer.
    The following link provides the detailed steps to Create the Wizard in SAP VC.
    http://help.sap.com/saphelp_nw04s/helpdata/en/88/fedb4269b2f340e10000000a1550b0/content.htm
    Please have a look.
    Thanks,
    Prashant
    (Please reward points for useful answer)

  • After translation "buttoned" process with procedurecall don't work anymore

    Hi all,
    I have a application with a procedure called from a buttonclick which works fine before the translation.(en-us->nl) . After translation the application seems to work fine with the translated texts, except this buttonclick with procedure call.
    When i delete the translation mapping all works fine again.
    What's happening?
    greetz,
    Mark

    Hi Scott,
    Excuse me for not giving you the exact answers.
    "My question again is: did the process associated with this button in the translated application not fire when you used this button?"
    -- the process did not fire --
    "Was that other button an "item button" or a "region position" button?"
    -- It was a region position button --
    "Why do you mention the conditions on the process? Are you just explaining that as part of the experiment ... "
    -- yes, i didn't know of some of the conditions are involved with the disfunctionality of the button --
    "If the other button is an item button and the original problem button is an item button, is it the case that one would fire the process but the other would not?"
    -- as you read, that was not the case --
    "A button in a region position caused this reaction." "I have no idea what you mean."
    -- While building some new functionality in the form, i've noticed that on a certain moment the procedure/process (without the conditions, as described before) fires after a click on another region position button. --
    "So what is your conclusion? That item buttons in translated applications won't allow associated processes to fire? That may be the case (and it would be a bug we would fix) but I want to know if this is your conclusion or if there is some uncertainty."
    -- I'm new with translating an application and dissapearing functionality ;-)
    Likewise functionality is soon needed in other parts of the application. If you wish i'll keep you informed.
    Scott, thanks for your patience! Your first question about the kind of button did it for me.
    Mark

  • Visual composer report not working after change backend function ?

    We already suffered from strange behaviour of visual composer reports totally not functioning at all at some times.
    now I made a change in a function which is called in a function that is used by visual composer. after transporting the change the VC report is not working anymore (while the function itself in the backend is working fine)
    how comes that the VC report is not working anymore after inside changes of the functions it calls ??
    kind regards
    arthur

    As you have made changes to the function those changes wont be reflected to the VC.so you try to re call the function into VC then it will work fine.

  • Visual Composer Exit Button

    Hi Experts,
    In Portal My page contains 2 iviews.
      1) KM Document Iview.
      2) Visual Composer Iview.
    In Visual Composer Iview there is a Table,Submit and Exit buttons are there.
    When i click on the Exit button, the iview is getting closed. But the problem is, whenever we click on the Exit button, then it will close the entire window.
    Could you tell me how to close entire window, whenever we click on the Exit button in the Visual Composer.
    Regards,
    Vijay.

    Hi,
    Under Exit button proberties you can find System Action Radio button. Select System Action Radio button.
    There  you can find some formulas to exit.
    Regards,
    Vijay.

  • 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

  • No access to Enterprise Services via Visual Composer

    Hi,
    I've configured the new landscape of EsWorkplace (HU2/800) in the Visual Administrator.
    After I start the Visual Composer and log in I get the list of Enterprise services normally, but when I click on the Enteprise Service to get the Data service to model in the story board, nothing happens and I can't get the Data service.
    Can anybody help in this issue?

    Hi Ghosh,
    I had used fine the EsWorkplace environment until the update of the landscape, when the system id was FU2. I used the Enterprises Services directly in Visual Composer and  used in the NetWeaver Developer Studio by CAF Services too.
    When SAP changed the landscape (system id HU2)  I received another password for my userid.
    I changed my WebService Security in the Visual Administrator and when I started the test, I see that I don't get to use the Enterprise Services directly in the Visual Composer.
    The applications that I created in the Developer Studio still work fine, but When I select the button "Find Data",  select the HU2 system , and select the search button the result is showed at the screen , but when I click on the Enterprise Service nothing happens, and I can't get the Service for model at the Story board.
    thanks,
    Márcio

  • ZBAPI in Visual Composer

    Hi
    Can we call ZBapi Function modules in  our Visual Composer.
    Thanks
    Latha

    Hai Latha ,
    here is step By Procedure for Creating system
    Contents
    Connectivity: Installation Guide     2
    1     Preparation     2
    1.1     Purpose     2
    1.2     Prerequisites     2
    2     Installation     2
    2.1     Preliminary steps     2
    2.2     SAP Systems     3
    2.2.1     Connecting to an SAP R/3 Dedicated System     4
    2.2.2     Connecting to an SAP R/3 Load Balancing System     8
    2.2.3     Internet Transaction Server     14
    2.2.4     Web Application Server     15
    2.2.4.1     Connecting to WAS System u2013 BSP     15
    2.2.4.2     Connecting to WAS System u2013 BEx     17
    Connectivity: Installation Guide
    1     Preparation
    1.1     Purpose
    This installation guide provides the information you need to set up the connectivity for the SAP Best Practices for SAP Enterprise Portal system landscape, including connections to the backend SAP R/3, SAP BW, and SAP CRM systems. 
    1.2     Prerequisites
    SAP Enterprise Portal 6.0 and backend systems must be installed and configured.
    If you plan to use the WebGUI, ESS or MSS, you must install ITS in your SAP R/3 landscape.
    If you plan to launch the SAP R/3 Windows GUI from the Enterprise Portal, the latest release of SAP WinGUI (6.2 patch 37 or above) must be installed on each client machine.
    2     Installation
    2.1     Preliminary steps
    Use
    For each system you connect the portal to, you must create an entry for the system which stores all the relevant system connectivity information such as System ID, Server, Port, etc.  Before creating portal entries for all your target systems, you should first create a folder to store these in so that you can find them easily later.
    This task creates the folder structure on the Portal to store the system settings for SAP R/3, and can be used to create additional folders for SAP BW and mySAP CRM..
    Prerequisites
    Log on to the Portal as the Administrator.
    Procedure
    You must first create the portal content folder, Systems, to store the systems.
    1.     Navigate to the Portal Content Directory
    SAP Enterprise Portal     Content Administration  Portal Content
    2.     Create a folder named My Folder according to building block N04: General Settings.
    3.     Right-click the Portal Content folder and choose New Folder.
    4.     Create the folder with the following settings.
    Field name     User action and values     Remarks
    Folder Name     My Folder     This entry is required.
    Folder ID     myfolder     This entry is required.
    Master Language     Your language (e.g., English)     This entry is required.
    5.     Right-click on the folder My Folder, then choose New  Folder.
    6.     Create the folder with the following settings.
    Field name     User action and values     Remarks
    Folder Name     Systems     This entry is required.
    Folder ID     systems     This entry is required.
    Master Language     Your language (e.g., English)     This entry is required.
    7.     Right-click on the folder Systems, then choose New  Folder
    8.     Create the folder with the following settings.
    Field name     User action and values     Remarks
    Folder Name     SAP R3     This entry is required.
    Folder ID     sap_r3     This entry is required.
    Master Language     Your language (e.g., English)     This entry is required.
    9.     Choose Save.
    10.     To create folders for additional systems, follow steps 8 and 9 above, using folder names and folder IDu2019s that are appropriate, such as SAP CRM, sap_crm and SAP BW, sap_bw.
    Result
    You have created folders to store the portal System object.
    2.2      SAP Systems
    Use
    In this activity, you define SAP systems that will be connected to the Enterprise Portal and specify the necessary attributes and web access details through the System Landscape Wizard. There are two types SAP backend systems. Depending on your system landscape, you will define only one of the following types:
    u2022     SAP_R/3_Dedicated: This system has only one application server and the portal connects to it directly. For more information, see Connecting to an SAP R/3 Dedicated System.
    u2022     SAP_R/3_LoadBalancing: The message server is used in this case for load balancing and the portal connects to the message sever. For more information, see Connecting to an SAP R/3 Load Balancing System.
    2.2.1     Connecting to an SAP R/3 Dedicated System
    Use
    Run the System Landscape Wizard to create a system. The resulting object connects directly to the application server that is defined.
    Prerequisites
    Log on to the Portal as the Administrator.
    Procedure
    1.     From the portal top-level navigation, choose System Administration System
    Configuration  System Landscape..
    SAP Enterprise Portal     System Administration  System Configuration  System Landscape
    2.     Navigate to Portal Content  My Folder  Systems  SAP R3
    3.     Right-click on the SAP R3 folder, then choose New  System
    This launches the System Landscape Wizard.
    4.     Choose Dedicated Application Server for R/3 System and choose Next.
    5.     Make the required entries for the system you want to connect to the Enterprise Portal, and choose Next.
    Field name     Description     User action and values     Note
    System Name     This is a display name, the name that appears in the Portal Catalog, and in any form, dialog box, and window that displays a list of systems.      SAP_R3     This field automatically displays the same name as that of the component that you choose in the previous step. If you want to change the name, overwrite the name that appears.
    System ID     A unique identifier for the system     for example, AID     This is the identifier registered in the PCD (Portal Content Directory). The system ID may include any of the following: a-z; A-Z; 0-9; '.'; '_'; '-'; '%'; '~'; '/'; '('; ')'.
    System ID Prefix     A prefix for the system name     for example, com.mycompany     If you want all your systems to follow a specific naming convention, making them easier to locate, you can add a uniform prefix to each system you create.
    You can leave it blank.
    Master Language     The language in which you want the system properties to appear     English     
    Description     A brief description          This is an optional description of the system.
    6.     In Step 3: Summary, review the options you selected for the new page.
    To make changes, choose Back to return to the appropriate screen.
    Then choose Next till you reach the Summary page, review, and choose Finish.
    7.     Choose Open the object for editing and choose OK.
    The Property Editor iView will open.
    8.     Select Connector in the Property Category dropdown.
    9.     Enter the fields below according to your SAP system.
    Field name     Description     User action and values     Note
    Application Host     SAP application server     For example, nspal05.pal.sap.corp     You will enter the IP address or host name of your system.
    SAP Client     SAP client     For example, 100     Enter the appropriate client to which your users need connection.
    SAP System ID (SID)     SAP System ID     For example AID     
    Server Port     Port number of application server or message server     For example, 3200     The first two digits are a fixed value for SAP R/3 for a dedicated system, and the second two digits represent the system number.
    SAP System Number     SAP system number     For example, 00     System number
    System Type          SAP_R3     
    10.     Select User Management from the Property Category dropdown list.
    11.     Enter the fields below.
    Field name     User action and values
    Logon Method     UIDPW
    User Mapping Type     Admin,user
    .NOTE u2013 For purposes in SAP Best Practices, we use User ID/Password mapping.  If you are using Single Sign-on, please refer to SAP Help Documentation on User Authorization and Single Sign-on under SAP NetWeaver u201904.
    12.     Choose Save.
    13.     Select System Aliases in the Edit dropdown list. This opens the System Alias Editor, and displays the existing list of aliases created for this system.
    14.     In Alias, enter SAP_R3. Choose the Add button.
    15.     Choose Save to save your changes and close the page.
    Result
    You have created a system to access a back-end application, and have included it in the Portal System Landscape. The Property Editor opens automatically, displaying the properties of the system landscape object as defined in the XML profile of the system application.
    2.2.2     Connecting to an SAP R/3 Load Balancing System
    Use
    Run the System Landscape Wizard to create a system. The resulting object connects directly to the message server that it defines.
    Prerequisites
    Log on to the Portal as the Administrator.
    1.     From the portal top-level navigation, choose System Administration System
    Configuration  System Landscape..
    SAP Enterprise Portal     System Administration  System Configuration  System Landscape
    2.     Navigate to Portal Content  My Folder  Systems  SAP R3.
    3.     Right-click on the SAP R3 folder, then choose New  System.
    This launches the System Landscape Wizard.
    4.     Choose R/3 System with Load Balancing and choose Next.
    5.     Make the required entries for the system you want to connect to the Enterprise Portal, and choose Next.
    Field name     Description     User action and values     Note
    System Name     This is a display name, the name that appears in the Portal Catalog, and in any form, dialog box, and window that displays a list of systems.      SAP_R3     This field automatically displays the same name as that of the component that you choose in the previous step. If you want to change the name, overwrite the name that appears.
    System ID     A unique identifier for the system     for example, AID     This is the identifier registered in the PCD (Portal Content Directory). The system ID may include any of the following: a-z; A-Z; 0-9; '.'; '_'; '-'; '%'; '~'; '/'; '('; ')'.
    System ID Prefix     A prefix for the system name     for example, com.mycompany     If you want all your systems to follow a specific naming convention, making them easier to locate, you can add a uniform prefix to each system you create.
    You can leave it blank.
    Master Language     The language in which you want the system properties to appear     English     
    Description     A brief description          This is an optional description of the system.
    6.     In Step 3: Summary, review the options you selected for the new page.
    To make changes, choose Back to return to the appropriate screen.
    Then choose Next till you reach the Summary page, review, and choose Finish.
    7.     Choose Open the object for editing and choose OK.
    The Property Editor iView appears.
    8.     In the Property Category dropdown, select Connector.
    9.     Enter the fields below according to your SAP system.
    Field name     Description     User action and values     Note
    Group     Group of SAP application servers      for example, PUBLIC     
    Message Server     Address or name of SAP Message Server (load balancing component)     Fro example, nspal014.pal.sap.corp     
    SAP Client     SAP client     for example, 100     Enter the appropriate client to which your users need connection.
    SAP System ID (SID)     SAP System ID     For example AID     
    Server Port     Port number of application server or message server     for example, 3641     The first two digits are usually a fixed value u201836u2019 for SAP R/3 message system, and the second two digits represent the system number.
    System Type          SAP_R3     
    10.     Select User Management from the Property Category dropdown list.
    11.     Enter the fields below.
    Field name     User action and values
    Logon Method     UIDPW
    User Mapping Type     Admin,user
    12.     Choose Save.
    13.     In the Edit dropdown list, Select System Aliases. This opens the System Alias Editor, and displays the existing list of aliases created for this system.
    14.     In Alias, enter SAP_R3. Choose the Add button.
    15.     Choose Save to save your changes and close the page.
    Result
    You have created a system to access a back-end application, and have included it in the Portal System Landscape. The Property Editor opens automatically, displaying the properties of the System Landscape object as defined in the XML profile of the system application.
    2.2.3     Internet Transaction Server
    Use
    In this activity, you define Internet Transaction Server (ITS) systems that will be connected to the Enterprise Portal. Additionally, you specify the necessary attributes and web access details through the System Landscape Wizard. 
    Prerequisites
    Log on to the Portal as the Administrator.
    Procedure
    1.     From the portal top-level navigation, choose System Administration System Configuration  System Landscape.
    2.     Right-click on the name of the SAP System for which you want to set up the ITS connection and choose Open  Object.
    3.     The Property Editor will open automatically.
    4.     In Property Catalog, use the dropdown to select ITS.
    5.     Set your SAP system properties according to the details in the table below.
    Field name     Description     User action and values     Note
    ITS Description     Description of the ITS     for example, AID     
    ITS Host Name     Hostname of the ITS     for example, hspal14:8002     The first section of the name is the host, the second portion of the name after the colon, is the port
    ITS Path     Path in the ITS     /scripts/wgate     This field usually stays the same unless you have modified it in your ITS system.
    ITS Protocol     Protocol of the ITS     http     
    10.     Save your settings.
    11.     In the Edit list, use the dropdown to select System Aliases. This opens the System Alias Editor, and displays the existing list of aliases created for this system.
    12.     In Alias, enter SAP_R3. To create a new alias, choose New.
    13.     Save your changes and close the page.
    Result
    You have set up the ITS on your existing SAP system.
    2.2.4     Web Application Server
    Use
    The mySAP CRM system runs Business Service Page (BSP) technology, which requires the Web Application Server (WAS) connection properties to be set up for BSP application.  mySAP CRM reports originate from the mySAP BW system. 
    The mySAP BW runs the SAP Business Explorer, which requires the WAS connection properties to be set up for SAP Business Explorer application. 
    In this activity, you define WAS systems that will be connected to the Enterprise Portal. You also specify the necessary attributes and web access details through the System Landscape Wizard.  
    2.2.4.1     Connecting to WAS System u2013 BSP
    Use
    Run the System Landscape Wizard to create a system. The resulting object connects directly to the application it defines.
    Prerequisites
    Log on to the Portal as the Administrator.
    Procedure
    1.     From the portal top-level navigation, choose System Administration System Configuration.
    2.     From the Detailed Navigation iView of the navigation panel, choose System.
    3.     Navigate to Portal Content  My Folder  Systems  SAP R3 and choose New System.
    This launches the System Landscape Wizard
    4.     In Step 1: Template Selection, choose Dedicated Application Server for R/3 System or R3 System with Load Balancing and then choose Next.
    5.     Make the required entries for the system you want to connect to the Enterprise Portal.
    Field name     Description     User action and values     Note
    System Name          for example, SAP_R3     This is a display name, the name that appears in the Portal Catalog, and in any form, dialog box, and window that displays
    a list of systems.
    System ID          for example, AID     This is the identifier registered in the Portal Content Directory (PCD).
    The system ID may include any of the
    following: a-z; A-Z; 0-9; '.'; '_'; '-'; '%'; '~'; '/';
    This system ID has to be the same name as the WinGUI.
    System ID Prefix          for example, com.mycompany     If you want all your systems to follow a specific naming convention, making them easier to locate, you can add a uniform
    prefix to each system you create.
    Master Language          English     
    Description               This is an optional description of the system.
    6.     In Summary Details, review the options you selected for the new page. To make changes, choose Back until you return to the appropriate screen. 
    7.     Choose Open for editing when wizard completes. The Property Editor will open automatically when you choose Finish.
    8.     Select Web Application Server (WAS) in the Property Category dropdown list.
    9.     Set your SAP system properties according to the details in the table below.
    Field name     Description     User action and values     Note
    WAS Description     Description of the WAS     for example, AIO     
    WAS Host Name     Hostname of the WAS     for example, nspal05:50068     The first section of the name is the host, the second portion of the name after the colon, is the port
    WAS Path     Path of the WAS     for example, sap/bc/bsp/sap     This field usually stays the same.
    To find the path, logon to your BW system and use transaction code SICF
    WAS Protocol     Protocol of the WAS     http     
    14.     Save your settings.
    15.     In the Edit list, use the dropdown to select System Aliases.
    This opens the System Alias Editor, and displays the existing list of aliases created for this system.
    16.     In Alias, enter SAP_R3 or SAP_BW or SAP_CRM. To create a new alias, choose New.
    17.     Save your changes and close the page.
    Result
    You have created a system to access a back-end application, and have included it in the portal system landscape. The Property Editor opens automatically, displaying the properties of the system landscape object as they were defined in the XML profile of the system application.
    2.2.4.2     Connecting to WAS System u2013 BEx
    Technically, connecting the BW system is similar to connecting the SAP R/3 System. The only difference is the path setting of the Business Explorer Service (BEx) within the system.
    Use
    Run the System Landscape Wizard to create a BW system. The resulting object connects directly to the application it defines.
    Prerequisites
    Log on to the Portal as the Administrator.
    Procedure
    1.     From the portal top-level navigation, choose System Administration System Configuration.
    2.     From the Detailed Navigation iView of the navigation panel, choose System Landscape.
    3.     Navigate to Portal Content  My Folder  Systems  SAP R3 and choose New System.
    This launches the System Landscape Wizard
    4.     In Step 1: Template Selection, choose SAP_R3_Dedicated or SAP_R3_LoadBalancing and then choose Next.
    5.     Make the required entries for the system you want to connect to the Enterprise Portal.
         Field name     Description     User action and values     Note
    System Name          SAP_BW     This is a display name, the name that appears in the Portal Catalog, and in any form, dialog box, and window that displays a list of systems.
    System ID          for example, BW1     This is the identifier registered in the PCD.
    The system ID may include any of the
    following: a-z; A-Z; 0-9; '.'; '_'; '-'; '%'; '~'; '/';
    This system ID has to be the same name as the WinGUI.
    System ID Prefix          for example, com.yourcompany.system     If you want all your systems to follow a specific naming convention, making them
    easier to locate, you can add a uniform prefix to each system you create.
    Save As          System     The systems you create based on this template will all inherit the templateu2019s properties, no matter how far down the chain they may be.
    Master Language          English     
    Description               This is an optional description of the system.
    10.     In Summary Details, review the options you selected for the new page. To make changes, choose Back until you return to the appropriate screen. 
    11.     Choose Open for editing when the wizard completes. The Property Editor will open automatically when you choose Finish.
    12.     Select Web Application Server (WAS) in the Property Category dropdown list.
    13.     Set your SAP system properties according to the details in the table below.
    Field name     Description     User action and values     Note
    WAS Description     Description of the WAS     for example, BW1     
    WAS Host Name     Hostname of the WAS     for example, nspal05:50068     The first section of the name is the host, the second portion of the name after the colon, is the port. This information can be found under transaction code SMICM. Choose menu path GoTo  Services and you can find the hostname and port for the HTTP record.
    WAS Path     Path of the BW service     for example, sap/bw/BEx     This field usually stays the same. To find the path, logon to your BW system and use transaction code SICF.
    WAS Protocol     Protocol of the WAS     http     
    18.     Save your settings.
    19.     In the Edit list, use the dropdown to select System Aliases. This opens the System Alias Editor, and displays the existing list of aliases created for this system.
    20.     In Alias, enter SAP_BW. Choose Add.
    21.     Save your changes and close the page.
    Result
    You have created a system to access a back-end BW application, and have included it in the portal system landscape.
    Regards ,
    Venkat
    Note : Reward Points if Useful .

  • Error while making iview with visual composer

    I am trying to make an iview usign visual composer.
    In the document that i have for making the iview , it says that when you have the bapi list you need to drag and drop the bapi to the empty iview pane . When i do so it gives me the following error ...
    "Portal request failed
    (com/sap/mdi/ObjectFactory)"
    What do i do ?
    Would appreciate a prompt help!
    thanks again for making me move ahead
    I had a conversation with a parson on the forum named Venkat . I am posting the same for other people in the forum to understand what exactly is my problem and how much have we explored .
    Regards
    Deepak Singh
    Hi Venkat ,
    I tried to do so research on the problem and it is being talked about in a thread on the forum . They ask to refer to the sap note 765461 to resolve the mdi reference . In the note they ask you to refer the installation guide of the installed version of EP . I have EP 6.0 SP2 . The installation guide says the following ...
    7.1.2 Adding References
    To enable some of the features in the portal environment, add references to reference file.
    To add a reference:
    1. With a text editor, open the file:
    Windows: <installation drive>:\usr\sap\<SAP J2EE instance name>\j2ee\<instance
    number>\cluster\state\services\file\work\managers\reference.txt
    Unix: /usr/sap/<SAP J2EE instance name>/j2ee/j2ee_<instance number>/
    cluster/state/services/file/work/managers/reference.txt
    2. Look for the line:
    reference service:eisconnector library:jco
    3. After the line mentioned in previous step, add the following in a new line:
    reference service:eisconnector library:com.sap.mdi
    4. Save your changes and close the file.
    5. Delete the file:
    Windows: <installation drive>:\usr\sap\<SAP J2EE instance name>\j2ee\<instance
    number>\cluster\state\services\file\work\managers.bin
    Unix: /usr/sap/<SAP J2EE instance name>/j2ee/j2ee_<instance number>/
    cluster/state/services/file/work/managers.bin
    6. Restart the SAP J2EE Engine. See Starting the SAP J2EE Engine [Page 60].
    7. Restart the SAP J2EE Engine again.
    I did the same ....but now my server is not starting . By chance i didn't keep a bakup of the file which they asked me to delete .
    Now what do i do ?
    I think i am stuck up badly here .
    EVERYBODY IN THE FORUM PLEASE HELP
    I am not sure how a thing that is mentioned in the installation guide cannot work !
    Regards
    Deepak Singh
    Deepak,
    It is not that bad. By deleting you are recreating that managers.bin file during startup based on the reference.txt and library.txt (recollecting from my memory). This could also happen if there is a typo or some special characters in the reference.txt
    I don't know what J2EE patch you are at, but after PL22 you can actually add the reference using the "add reference" command from the administrator console.
    could you please send the error you are getting? To revert back the simplest thing is removing the line you have added and restart.
    Hope this helps.
    -Venkat Malempati
    Note: Please reward points if your problem is solved or useful.
    Venkat ,
    I am using J2EE engine 6.20 SP2 .I tried to get the server started by the following two methods
    1) I removed my entry in the reference.txt file and then start the engine by running go.bat from the required path .
    2) I got the original file managers.bin which i deleted and then placed in the required path and restarted the server
    Both the options didn't work .
    I am not getting any error when i restart the server. When i run the batch file go.bat it starts the console and shows me the various managers loading . After it shows the Clustermanager loading , it stops and gets stuck .
    Not sure what should i do now .Is reinstallation the only solution ?
    Is there a solution from the administrator console ?
    Regards
    Deepak Singh
    Deepak,
    No you don't need to re-install. Try the following.
    1. First start the state controller by runing go.bat in the following directory.
    /usr/sap/xxx/j2ee/cluster/state/go.bat
    You get the message waiting for cluster manager.
    2. start the server in a different window
    /usr/sap/xxx/j2ee/cluster/server/go.bat
    You get the message waiting for cluster manager
    3. Start the dispatcher
    /usr/sap/xxx/j2ee/cluster/dispatcher/go.bat
    Please let me the know the error messages.
    You can chat with me between 10:00 - 11:00 PM US EST.
    Regards
    -Venkat Malempati

    People ,
       I tried to do what venkat suggested . Infact I had mailed him the snapshot of the screen when i start the state controller as he suggested . For other people in the forum this is what is happening . When i start the state controller it displays an error and then the window closes immediately . I have managed the screen shots somehow and in those i could find two messeges in the begining and the end which could be useful for debugging the problem ...they are
    1) [DBMS]: ID3004:DB file header do not match exception .
    com.inqmy.services.dbms.server.interfaces.DatabaseException: Error while opening database ...
    2) ID000544: Error statrting service dbms. DBMS service not started properly due to: Errro while opening database
    [Framework -> criticalShutdown] Service dbms startup error !
    After the state controller window closes i run the server in a different window and i get a message waiting for the cluster manager as suggested . Now i start the dispatcher and i get the same messege there as well ie waiting for the cluster manager .
    What is to be done now . Is this information sufficient to suggest me something ? Please let me know if you require any other information .
    Regards
    Deepak singh

  • 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

  • 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

  • Visual Composer 7.0 and LoadRunner VueGen

    Has anyone been able to make Visual Composer 7.0 work with Vuegen (v8.1 FP3)? Running on NW04s SPS10 J2EE and Portal. The model is rather simple it executes an ABAP BAPI and returns Exchange rate data. Works great in the browser with no issue.
    VueGen receives the data (seen in the playback), but then has a fatal issue, with message = Fatal Communications error, cannot retrieve the data. The https is definitely working Ethereal proves that. VueGen always works a little differently than the IE6 browser based on Ethereal (that's a mystery).
    Anyway, I am guessing that the Web-HTML and Web-SAP Protocols simply cannot handle the Flash bytecode that is streamed back to the Vuegen process. It must be trying to do something with it, and failing.
    Any ideas or success stories with Visual Composer 7 / Flash (not WebDynPro), and Vuegen would be greatly appreciated? And if you are about to try it , good luck.

    Hi Frank,
    From what I understand you are talking about recording Flex applications and not VC design time, right?
    If so, I do remember having some problem with VUGen. I think that what helped me was using the option of using the old recording engine. This can be set in VUGen-> Recording Options->Advances->Recording Engine.
    Also, I don't think you need the SAP-WEB, just use the Regular Web-HTTP.
    After you record should see web_custom_request going to "com.sap.visualcomposer.vcbroker". I would put some web_reg_find before these requests and supply some expected returned data to search for.
    Best Regards,
    Noam

  • Visual Composer 7.0 roadmap

    Hello experts,
    We have NetWeaver EP 7.0 installed with Visual Composer in our C&B and DEV environment. We haven't started developing with it yet.
    My questions to you is:
    What is the future of Visual Composer 7.0?
    My understanding is that SAP has put a lot of energy integrating Visual Composer into CE 7.1. This new version has significant changes compare to it's predecessor. Visual Composer for CE 7.1 seems to be the way to go if one needs to create applications based on existing data services. In short terms, both versions will coexist. Bbut in long terms...?
    Can anyone help me find the Visual Composer roadmap?
    Thanks a lot for your help,
    Nathalie

    Hi,
    This is a quote from the Visual Composer main page on SDN: (/people/jarrod.williams/blog/2009/09/14/whats-new-in-visual-composer)
    "_Visual Composer 7.0_
    In light of the progress made relating to parity between Visual Composer 7.0 and Visual Composer CE, our investment in Visual Composer 7.0 will be limited to maintenance after the release of enhancement package 2 for SAP NetWeaver 7.0. We are confident that with the provisions made for migration to Visual Composer 7.1 enhancement package 1 or Visual Composer 7.2 and the great feature set in Visual Composer for enhancement package 2 for SAP NetWeaver 7.0, our existing customers running Visual Composer 7.0 will enjoy the best of both worlds: the option to upgrade to Visual Composer 7.2 or to stay with the latest release of Visual Composer 7.0."
    I'll stress the last part, though VC on CE is a great version, staying with the latest release of Visual Composer 7.0 is also good, depending on your needs of course, for instance - the attractive Flash runtime which is currently exclisive for VC 7.0, the "Flash Components" feature that was entered on SP5 of 7.01 (and in 7.02) , which enables you to consume custom 3rd party flash components or Xcelsius controls inside Visual Composer,, which makes flash black-boxes easier to consume than in CE, .. etc..
    still - VC on CE of course has it's own advantages - the ability to consume clustered services, life-cycle management, it's intergration with the other CE components etc..
    and so if you'll find that VC 7.0 is not enough, you could always upgrade and migrate to the CE versions (7.1 or 7.2).
    bottom line - it's a win win situation.

  • Create a Table in Visual Composer 7.0

    Is there a way to create a custom table, as part of the model, where you can define some custom fileds, then have users add, delete or update those table fields from a form?  Similar to how you would use MS Access?
    Thanks
    John

    Hi John,
    You can add, delete or update the table entries from a form using system actions in visual composer. But you should create a form manually and also need to make buttons with system actions addrow, deleterow etc,. to set the system actions.
    Regards
    Basheer

Maybe you are looking for

  • How do i transfer itunes library to another computer

    Have an ipod 06 era, trying to transfer music to another pc, and create a library for it in the itunes account on that pc. Any tips?

  • No longer authorized to play items on iPod

    I have connected my iPod for the first time since upgrading to Snow Leopard 10.6.1 and to iTunes 9.0.1. I now get a message box saying that the computer is no longer authorized to play 54 of the songs that are on my iPod. I've found that I get the sa

  • Copy file in different folder

    Hello, I am trying to save a file in a different folder but I am currently having problems. I use new BufferedWriter(new FileWriter(file)); I tried to instantiate the File file with a URI but it is a known bug when I m giving it a full path, it has a

  • How can i eject a bad cd from macbook air external drive?

    I have a Macbook Air and an external superdrive. On the mac keyboard doesn't have an eject button.. how to eject a bad cd? Thanks in advance!

  • Down payment with reference to sales order only

    We are posting Customer Down payment w.r.t Sales order number with line item number. How come we enter sales order number only without line item number at the time of down payment. Q2- After the down payment posting F-29 , how its possible to change