Web Interface Tools

Hi All
Please let me know is there any documentation regarding web interface tools, like to prepare our Web Layout Fancy like colour changes for companies, to change the size of the layouts. I have 2 layouts different sizes but client need these layouts must be equal size irrespective of rows and columns.
I appreciate your input regarding this.
Regards,

Hi Babu,
See if this How To Guide helps
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a861d590-0201-0010-248a-fc70d8d29f26

Similar Messages

  • Performance Problems with Web Layouts in web interface

    Hello Gurus,
    We have a a BPS web interface tool which has the following design:
    1> A web interface with several tabs
    2> Each tab has around 3-4 input layouts which are dependent on each other
    3> In all there are 120-140 layouts that the tool uses...
    My questions were in term of performance
    1> Is there a limit to how many web layouts you can use per page/tab/view or if SAP recommends specific number of web layouts per page/tab/view ?
    2> If there is a limitation...our intention was to convert all the display layouts into BW reports so as to increase the performance of the tool....
    3> Would like to know the restriction on the number of users who can log into the tool as a specific point of time ? We may have 50-60 minimum using this tool.
    I would appreciate your help in this regard.
    Thanks in advance

    Hello Rashmi,
    Have you got a chance to look at the performance guide and SAP notes on BPS performance. If not here are the details
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/performance guide - sap sem bw bps.pdf
    Enclosed are the few SAP notes related for improving performance.
    358921 - Oracle database parameterization for SEM
    459897 - SEM-CPM: Performance when reading transaction data
    566713 – Required information for the analysis of performance problems 
    560369 - Proposals BW aggregates for SEM-BPS
    180605 - Oracle database parameter settings for BW
    124361 - Oracle parameterization (R/3 >= 4.x, Oracle 8.x / 9.x)
    358529 - Overview of performance notes
    350011 - Technical performance: Using the business content
    340246 - Techn. performance: Overview of statistics   
    417091 - Optimize execution time of planning functions
    Some of them are Oracle specific, ignore them if you are not oracle database. Hope this helps.
    Thanks,
    Praveen
    PS.Dont forget to reward points

  • Web Interface Builder+BPS+BSP

    Hi All
    I need some online study material for Web Interface builder(BPS_WB transaction).
    I have to design a interface for the Planning .can any one send me some link
    or PDF's for the same .
    I need documents for web Interface Tool(Builder) BPS and BSP
    If any step by step discription is there then i will be thankful
    My mail id is [email protected]
    Regards'
    Saurabh

    <FONT FACE = "Tahoma", Font Color = "Blue">
    Hi
    <Br>
    Please check out the following URL:<Br>
    <U>http://help.sap.com/saphelp_sem40bw/helpdata/EN/c4/b2af6569e64418a21bd0ab4d83be83/frameset.htm</U>
    <Br>Hope it helps.
    <Br>
    Cheers
    Abhijit<Br>* It's a good habit to reward someone with points in SDN if you think his/her
    response was helpful to you</FONT>

  • Administration Tool (11g) -  can I get it from OBIEE web interface (Analytics)

    Hello,
    My users do not have the right of installing anything by themselves on their workstation. But for testing reasons I have to provide the Administration Tool. Can I download it somewhere from web interface (for example as we can download BI Desktop Tools)?
    Version of OBIEE is 11.1.1.7.
    Thanks for your answer.
    Regards,
    Dominic CHITAC

    YOURSERVER/saw.dll?bieehome <-- There's a download link but you will still need to install it. That will just get you the binaries.
    Alternatively they lie on your server under INSTALLFOLDER/MiddlewareHome/Oracle_BI1/clients

  • How can I find out the web interface a module function is executed from?

    Hello all,
    I was wondering if anybody knows how would be possible de determine the web interface a function is being launched from, within the function.
    I've got this function that is used for a exit variable that updates the variable value depending on another variable in a web interface. The thing is that this very same function and variable will be used in many web interfaces and the "source" variable will be different for each mask.
    So, for example, mask 1 will have variable 1 as a selector variable and variable X will be updated by it. Then I also have variable 2 in mask 2 as a selector variable and variable X will be updated by it as well.
    I want to develop a code, within the function module, that depending on the web interface that is calling it, it will use a source the correct variable and for this I need to know which web interface is calling the function.
    I hope to have been able to explain myself clearly. It's a purely technical question.
    Thanks in advance.
    Best regards.

    Hi Francesco,
    Are you talking about that ??? )) It will explain you about to get the name of the web page when you are executing an abap function for determining the values of variables...
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how%20to%20make%20a%20variable%20even%20more%20flexible%20in%20bw-bps.pdf">How to make a variable even more flexible in BW-BPS?</a>
    This is weird: I wrote that document a few weeks ago, it is theorically published on SDN but this is not possible to find it by using the research tool... Maybe because it applies only to BPS in 3.5. I did not have enough time to migrate that solution to BI-IP 7.0.
    Regards
    Laurent

  • What's the best out-of-the-box web interface for a SQL DB?

    I'm developing a Java web application that will be backed by an Oracle database. Users would like a simple web interface that allows them to accomplish what they could with SQL queries without knowing SQL. The basic operations would be:
    * displaying a database table in a table format
    * downloading the table as a text or Excel file
    * customizing the columns in a table display
    * displaying a query result set in a table format
    * constructing a query using drop-down menus
    I'd probably want to program in a simplified UI for a few common queries.
    This really looks like functionality someone should have invented before me. Question: what is the right tool for me to be using? I'm surprised I haven't found something by searching.
    It looks like I could just directly write JSP, but I think something else might be simpler. I think related functionality exists in Spring, but I didn't find exactly what I'm looking for, and Spring brings a lot of other stuff also. Nothing in my application is more complicated than this, so I'd be happy to keep things simple.
    How would you write this?
    Edited by: 1010007 on Jun 5, 2013 7:22 AM

    Welcome to the forum!
    >
    I'm developing a Java web application that will be backed by an Oracle database. Users would like a simple web interface that allows them to accomplish what they could with SQL queries without knowing SQL. The basic operations would be:
    * displaying a database table in a table format
    * downloading the table as a text or Excel file
    * customizing the columns in a table display
    * displaying a query result set in a table format
    * constructing a query using drop-down menus
    I'd probably want to program in a simplified UI for a few common queries.
    This really looks like functionality someone should have invented before me. Question: what is the right tool for me to be using? I'm surprised I haven't found something by searching.
    It looks like I could just directly write JSP, but I think something else might be simpler. I think related functionality exists in Spring, but I didn't find exactly what I'm looking for, and Spring brings a lot of other stuff also. Nothing in my application is more complicated than this, so I'd be happy to keep things simple.
    How would you write this?
    >
    I wouldn't write it. I would just use Oracle's FREE Apex application which does all of that and more and is fully supported even on Oracle's FREE Express edition data database.
    http://www.oracle.com/technetwork/developer-tools/apex/overview/index.html
    >
    About Application Express
    Oracle Application Express (Oracle APEX), formerly called HTML DB, is a fully supported "no-cost" option of the Oracle Database. Oracle Application Express is certified against all editions of the Oracle Database 10.2.0.3 and above, including Oracle Database 10g Express Edition (Oracle XE).
    Oracle Application Express installs as part of the seed database installation with Oracle Database 11g.
    >
    The feature page (http://apex.oracle.com/pls/otn/f?p=4600:6:0) describes some of the major features of Apex
    >
    Browser Based
    Using only a Web browser and limited programming experience you can develop data centric applications in minutes. Browser-based development enables you to develop applications on most computers using only a modern Web browser.
    Rapid Application Development (RAD)
    Use simple wizards and declarative programming to create powerful reporting and data entry applications. You can create applications from spreadsheet uploads, or on existing database tables and views. Oracle Application Express includes SQL Workshop to create and manage the database objects that support your application.
    Application Express Components
    Application Builder - Database Applications
    Application developers use wizards to declaratively assemble applications organized in pages. Page content is organized into regions. Regions can contain text, custom PL/SQL, reports, charts, maps, calendars, web service references or forms. Forms are made up of fields (called items) which can be selected from the multitude of built-in types (such as text fields, text areas, radio groups, select lists, check boxes, date pickers, and popup list of values) or a developer can create their own types using plug-in support. Table update functionality is built-in and PL/SQL can be used to process data. Session state (or application context) is transparently managed and the user interface presentation is separated from the application logic so that the look and feel of an application can be changed simply by selected a different theme.
    Application Builder - Websheets
    Using Websheet Applications, end users can manage structured and unstructured data without developer assistance. Page sections contain unstructured data and are edited using a WYSIWYG editor. Reports provide access to database data by writing SQL. Data Grids can manage structured data without writing SQL. Adding columns, renaming column, and validations are defined using runtime dialogs. Each page and row of data grid data can be annotated with files, tags, notes, and links. Pages can contain sections as well as reports and data grids and all can be linked together providing navigation. All information is searchable and completely controlled by the end-user.
    SQL Workshop
    The SQL Workshop provides tools that enable you to view and manage database objects. Object Browser enables you to use a tree control to view object properties and create new objects. The SQL Command tool enables you to enter ad-hoc SQL. Query Builder enables you to create join queries using drag and drop. SQL Scripts enables you to store and run scripts. The Data Workshop enables you to load and unload text, DML, and spreadsheet data.
    RESTful Services
    RESTful Services allow for the declarative specification of RESTful services mapped to SQL and PL/SQL.
    Team Development
    Team Development helps manage the life-cycle of an application's development. It provides tracking and management of application features, to do entries, bugs, and end user feedback. Team Development is tightly integrated with the Oracle Application Express Application Builder. For example, edit page lists open feedback, bugs, and to do's.
    Administration
    Each Oracle Application Express workspace is a separate application development environment that is fully insulated from other workspaces. The administration component provides workspace management, including services (available schemas, space requests, and preferences), users (both developers and end-users), and workspace activity (page views, login attempts, and developer activity). Access is limited to Oracle Application Express developers who have workspace administration privileges.

  • CUCM 8.6, UnityCon 8.6 and Presence 8.6 on ESXi 5 C200 web interface lag

    When trying to bring up any web interfaces or even vSphere it is so slow as to also not be usable.. Brand new install on 2 C200 UCS servers.
    Before you ask. Yes LRO is disabled according to Cisco's instructions and confirmed. I have CUCM and Presence on one NIC and Unity Con by itself on the other NIC.
    Restarting Tomcat does nothing to help..
    Even restarting the entire cluster does nothing to help..
    All 6 machine Pubs and Subs of each application type were created in ESXi 5 with .ova files and unchanged.
    Sent from Cisco Technical Support iPad App
    Update!!!!
    All lag stops if I turn off the presence subscriber!?!?!?!?!?
    What the heck..

    Hi mate,
    What does RTMT or CLI show about CPU memory and process usage?
    Probably should not affect GUI but is correct VMware tools installed as well?
    Once you verify apps check what VMware says about performance.
    What size ovas did you use? Are you over subscribed?
    How long have you waited? Is it just cups performing sync and hogging resources for example
    Cheers,
    Tim
    Sent from Cisco Technical Support iPad App

  • Looking for a Web Interface for Editing Data in an Oracle 10g Database

    Greetings all!
    My organization is implementing Oracle 10g Release 2 Enterprise version. We have an employee who will need to edit data in the database which will hold staff phone numbers, email addresses, and other contact information. This employee will never need to administer the database or develop tables, queries, etc. They will only need to add and remove rows of data and edit text values stored in a database table.
    Does Oracle 10g have a built-in, browser-based tool that can be used to edit data in a table via a friendly user interface? If no, can you please recommend an easy to use tool for editing data in an Oracle database?
    Thanks for any help you can provide!
    Rachel

    Justin,
    Thanks very much for the tip!
    Do you know if Oracle 10g has any kind of built-in tool for editing data? I have heard of "The Vault", but that appears to be a tool for administering database users, reports, etc. I am looking for some kind of tool that shows the data in a grid layout (like Microsoft Excel) and allows someone to edit and save data in that grid. A web-based tool would be best, but a desktop tool (especially if it's already part of Oracle 10g) would also be good.
    Thanks again,
    Rachel

  • Wrt54g v8 web interface does not load properly

    Hi,
    There is a similar thread concerning the v6 web interface, where the background loads, but no text and no links. I also see some data in my case, using a v8 router.
    I do not want to start with a firmware upgrade since I am not sure which version I have, since the interface does not work. The v6 problem seemed to be related to Zone Alarm, but I am not using that. I tried shutting down my firewall - didn't help.
    I am using Vista SP1, tried IE7 and Firefox.
    One thing I did notice was that during router config using the supplied tool there was an error about failing to load a language pack. I wonder if there is anything I can do about that. The original plan was to use the web UI to investigate, but as I said, the web UI won't load properly.
    Thanks

    Insert the CD for the router setup .... do not run the Setup ,,,,,
    Right click & explorer ... it shows folder for language .... open it ... & choose the sorrect language ...

  • SGE2000 Web Interface not loading

    Getting a white screen in both frames of the web interface after logging in. Can't figure out why it won't load.
    SW ver 3.0.0.18
    Boot: 2.0.0.03
    HW Ver: 00.00.01
    Have tried using Easy Upgrade tool and get a warning : Did not find device information. Application will terminate.
    Step1:Trying to open telnet connection...
    Step1:Gathering information
    show system--checking result for "show system unit 1-2
    Step1:Type        :   
    Step1:OID         :   1.3.6.1.4.1.9.6.1.72.2000.2
    Step1:Sys Name    :   Corporate
    Step1:Location    :   ServerRoom
    Step1:Sys Contct  :   IT
    Step1:Mac-Address :   f0:25:72:89:9e:e2
    Has anyone else run into this issue? Any ideas how to resolve?

    Hi parking, if the GUI will not load please try the following;
    The same computer using IE, Firefox, Chrome,etc
    Different computer with the mentioned browsers (preferably  Windows 7 or older)
    If none of these work, try to factory reset the switch as it sounds like the software is hung

  • Can't login to router web interface anymore (Authentication Required fails)

    After upgrading to Firefox 9.0.1 (or another recent version), I can't login to the web interface of my router anymore, even though I can login with other browsers.
    I've tried to login to 192.168.1.1 using Firefox 9.0.1 and my saved credentials (admin/********), but the authentication pop-up just showed up again. The same thing happened when I manually entered the same information. Using safe mode and/or private browsing didn't help either.
    To be sure that is was a problem with the Firefox browser, I wrote the address, login and password in a text file, then copied-&-pasted the information into both Firefox and Google Chrome. The result: after repeating this a couple of times, it always worked on Chrome and never on Firefox.
    The login process used to work flawlessly with previous versions of the browser, but I'm not sure if the problem appeared on 9.0.1 or the version before.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • WEB Interface for Visual Admin

    Hi,
    I'm told there is a web interface for the visial admin tool which can be launched from the examples section of the j2ee home page.
    In order to do this you must first deploy the tool.
    I've search the net and marketplace for the tool to download and am unable to find it.
    Has anyone else come across this before??
    Thanks
    Jim
    Message was edited by: Jim OShea

    Hi Jim,
    Are you looking for the Netweaver Administrator?
    Links:
    http://service.sap.com/nwa ( you will need a SAP Service Marketplace user ID for this)
    Introducing SAP NetWeaver Administrator -NWA
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/fc03a2a2-0a01-0010-b497-87518550e132
    Blog : SAP Developer Network Blog: XI: NetWeaver Administrator - first look - Logs & Traces (by Michal Krawczyk)
    /people/michal.krawczyk2/blog/2005/05/27/xi-netweaver-administrator--first-look--logs-traces
    Cheers
    Manish

  • Web interface to search database

    Currently I need to implement a web interface for search & enquiry of databases.
    The senario is there is a page to provide search criterion, the criterion may comes from column A from Table 1, column B from table 2 (all thse tables can be joined). After speicified these criterion, the search result can display fields from various columns of various table.
    Is there any framework does it?

    No. If there were a simple way, they wouldn't be able to charge money.
    There are free tools, but they aren't nearly as easy to integrate and use.
    See iReport / JasperReports.
    Works best with Ant and Eclipse.

  • When is Linksys going to fix the WPS54g web interface that's crashing?

    Since the last update 6049 in September 2005 which fixed problems but also introduced a new problem. If you used Firefox or Internet Explorer 7 both will completely crash the print server. Now with Internet Explorer 6 it works fine. The problem is you can't get Internet Explorer 6 with Vista, and also Microsoft is updating all Windows XP boxes to Internet Explorer 7 though the auto update. I love the web interface and the Admin tool is not as powerful as the web interface. There has not been an update since September 2005.Personally I use Ubuntu Linux and Firefox started crashing the server immediately with the update , but I needed. It was ok because I had a Windows VM with IE 6, and I figured Linksys wasn't going to give me the time of day. Any workarounds maybe?
    (Edited for guideline compliance. Thanks!)Message Edited by JOHNDOE_06 on 02-21-200709:59 PM
    Message Edited by jerone on 02-22-200701:08 PM
    I ask Johndoe_06 that you not edit this into a question that is not relavent. The problem is a problem that Linksys needs to fix.Message Edited by jerone on 02-22-200701:09 PM
    Message Edited by jerone on 02-22-200701:10 PM

    This is not a security setting problem. Firefox first exposed this problem and now IE 7 is exposing it. The print server should not crash if a web browser is viewing it. No matter if you are under Windows or Linux . I first saw this problem using Firefox under Linux. But IE 6 worked fine under Windows. But now IE 6 is now gone to the way side and both Firefox & IE 7 send commands to access web pages is exposing a serious problem in the WPS54g firmware.Message Edited by jerone on 02-22-200701:10 PM

  • Jumbled text in web interface after updating Web Services / firmware

    I got a message on the screen of my Officejet 6700:
    Update Recommended
    An update is available for Web Services (ePrint and Apps).
    Do you want to proceed?
    I selected Update Now, and it installed fine, or so I thought.
    I checked the web interface for the printer, and find there is a bunch of jumbled text, like the code is messed up for the web server.
    I had just finished checking the status of ink cartridges (and subsequently replaced one), therefore I fortunately still have the fully functioning webpage open on another machine, so I can tell exactly what the before-and-after is on that one page.
    On the Tools > Ink Gauge page, on the good (old) page the table says (title, first row, first column):
    Installed Cartridges
    Color | Magenta | Cyan | Yellow | Black
    Part Number
    Type
    End-of-Warranty Date (Y-M-D)
    First Installation Date (Y-M-D)
    Ink Zone
    USE
    HP
    But after updating the software, it says this:
    Print Self Test Page
    L@S#0456 | Number of Logged Events | L@S#0462 | L@S#0552 | L@S#0450
    Accumulated Media Usage
    Date
    L@S#0477
    L@S#0561
    L@S#3345
    Also, the "Order Supplies" link, with a popup text of "Order printing supplies"
    now says "Ink Cartridge", with a popup text of 'Block unwanted faxes"
    And "Print Printer Status Report" now says "L@S#2567".
    I went to the support section, and found a firmware update, but upon downloading and running it, upon finding the printer, it says it is already Up-to-date, and won't let me select it to try and re-apply the firmware update (as that's evidently what going through the touchscreen menu has already done).
    Do I need to just restore to factory settings? I would think firmware wouldn't be changed by doing that. There isn't an old version of the firmware available on the product support page, to revert to an older version.
    Via the printer touchscreen menu, a printed Printer Status Report says the firmware version is MPM3CN1322DR.
    How do I force a re-install of the firmware, or get them to fix the firmware that was published on 2013-06-25?
    This question was solved.
    View Solution.

    michaelprang,
    You are unable to revert back or reinstall the firmware since it has already been downloaded and updated.
    Have you attempted to use a different web browser?
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

Maybe you are looking for

  • Indesign CS5 Interactive PDF not really an Interactive PDF?

    I have created an online Interactive SWF file using Indesign for a corporate Newsletter and it works fine. However, when asked if I could produce a PDF version I thought "sure, just convert it to an Interactive PDF!" I was shocked to find that it doe

  • AGO Function doesn't use full previous period

    Hi, I am using ago function in obiee 11.1.1.6. If my current period is April, AGO (quantity, MONTH, 1) only returns the data from 1 to 30th of March and not the full month. Seems it's trying to match the number of days in the current month and uses t

  • I tried updating my iPod touch like 5 or 6 times and rite at the end it says ios 6 can not download error why didn't it work?!

    I have an iPod touch 4g and I tried to update it to ios6 today and all it kept saying was error help me please!?

  • Org Modeler Deletion Issue

    Hi all, I am having a similar issue to Steve as described here: OrgModeler - Deleting scenarios When I try to delete scenarios they don't disappear. Is there a config setting I should update to resolve this? Thanks, James Edited by: James Michael II

  • Convert Date to Integer

    I want to take this years number and convert it to an int. I have tried the following and i get errors saying it cannot resolve symbol: parseInt. Date thisyear = new Date(); int thisyearint = Integer.parseInt(thisyear.getYear()); Can anbody tell me h