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

Similar Messages

  • Variable Selection For User in Web Interface for BPS

    Hi All,
    I've created a manual Input sheet in BPS0 to upload target sales. User need to select the month, plant and then enter the target amount for each category. Its working fine.
    Now I need to create web interface for user to upload the data every month. Using BPS_WB I've created the interface (with help of Wizard). I'm getting the input sheet. But I'm not able to get screen where user can select the parameters?
    How to get this? It should work like web report, where user select the report variables then execute. Only difference here is user will have to enter the data for selected variable.
    Thanks in advance.
    Regards: Gaurave

    Hi....add the variables to a folder along with the layout. Then create the web interface.

  • Using default web interface for users

    I wish to use the default web interface for my users, I do not have the time to develop a custom app. I wish to get rid of the group and and mount point folders.
    Please Help,
    Jeff

    CM SDK 9.0.4 (released very shortly) includes the "Web Starter Application". This is a J2EE Web Application with full MVC architecture and completely open source!
    You may be able to obtain this application sooner from Oracle Consulting - it will work on the current CM SDK 9.0.3.
    JSP and Tag Libraries make up the UI. The controller framework is similar to Jakarta Struts. It offers localization support, ADA compliance etc.
    You can easily develop the application from JDeveloper and deploy to 9iAS.
    Matt.

  • 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.

  • Web interface for Address Book?

    Does anyone know of a web interface that is already installed or can be installed for the Address Book like the calendar and webmail have?

    take a look at
    http://vcardphp.sourceforge.net/

  • Web Interface for Apple TV2

    Is there any way of being able to control my Apple TV through a web interface, in a similar way to using the 'remote' app?
    I can't belive that a product as sophistcated as my Apple TV doesn't have the ability to web into it.
    If my printer can be controlled through the web interface why not this?
    Any hints people?
    I've heard tales of being jail breaking them to do a similar thing but i don't want to go down that route.

    Apple does not currently provide any kind of API for controlling the Apple TV using TCP or UDP, it is a closed protocol which theoretically could be "hacked" but it probably uses encrypted data so that they can monopolize the Remote Application.
    Apple DOES have an API for controlling the Apple TV Generation 1 - so they specifically depreciated the API so that they could monopolize the Remote App.  A lot of innovative solutions were and are available for Generation 1.
    The reason this is an important feature that apple neglects is for 3rd party control systems which do much more than just control Apple TV.  They may control lighting, security systems, cameras, TV's, and more... single button presses do multiple different things - and it'd be very nice to have an API to control the Apple TV over TCP. 
    This would also open up the ability for developers to make creative ways of controlling the Apple TV on many devices whether it's Android, Blackberry, iOS, Web, Computers, etc.  It makes perfect sense and there is ABSOLUTELY NO REASON they should not have an IP Control Protocol - it's unbelievable.
    To answer your question on the HTTP Server.  They could theoretically install a simple HTTP Server to allow some basic control and it would probably take an engineer a day to get that working (I'm sure they have it for themselves already). 
    Also they should be able to make a VERY SIMPLE Remote App for Mac in a matter of a day that would control the Apple TV.  Granted it takes time to market it, etc - but if I had the Control Protocol, I could have a "Remote App" for Mac, Windows, and Linux within about 6 hours programmed that would operate for what you guys need.  Apple already has the code used in their REMOTE APP so they could do it even faster.

  • Web Interface for RoboHelp for editing on Linux Machines?

    I work on the development and support of a software package.  We have to deal with the mistakes that will surely crop up in the documentation.  Our user's guides are written in Microsoft Word, but as the number of equations and length of the documents increase, they are getting increasingly difficult to manage.  In particular, it's difficult to have multiple people edit the documentation and tedious to post updated versions.
    We are considering purchasing RoboHelp, however, most of our employees use Linux/Unix machines, but one or two use Window's machines.  I see that the requirement for RoboHelp is a windows machine.  I'm wondering if we could install it on one of our employees' Windows machines, but then have others edit it through a web interface on their Linux/Unix machines.
    Is this possible with RoboHelp?
    Thank you for any help you can give.  I searched the forums with various search strings before posting, but didn't not find the answer.

    If you wanted to edit the HTML files that Rh creates I would say editing them externally is highly likely to give you problems. In the source files Rh is allowed to use PIs (processing instructions) that don't appear in the output but do control how things work. [See UPDATE] Also if you use Rh features, how would you write the code for those? However, you could use Rh to link to those Word files to produce its output. Then whenever you generate the output, it will look at the current version of the Word document and go from there.
    I see you are using equations. Do test that they work OK. The trial version is good for one month and is fully functional.
    UPDATE - Your external editor would not be able to write these.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • 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

  • Web Interface for Bex Maps in WAD 7.0

    Hi Everyone,
    I have a requirement to be able to display values in a table when an area on a map is clicked.
    This functionality is supported in 3.5 WAD where a property for a map layer could be set to affect values in corresponding tables within a template .The name of the property is 'Map Interaction Controls' ; value 'Click on Map to filter data providers'. Once this value is chosen, in another property 'Affected list of data providers' you specify the dataprovider (of the table) which will be affected by a user clicking on the area of a map.
    In WAD 7.0, the only property I see is 'Affected list of data providers' for a specific map layer. I do not see the 'Map Interaction Controls' property.  I have tried working with the other settings(properties) available for a layer, but none of them seem to work for invoking the interaction between the map and the table
    Does anyone know if the functionality offered in 3.5 is still supported in 7.0? Or if there is a workaround for the function to work?
    Any help would be greatly appreciated and points would be rewarded!
    Thanks,
    Mansha

    Anyone with any ideas/suggestions?
    Thanks!!

  • How to log on to visual admin and create destination service

    Hi all,
    I see this statement everywhere while trying to configure adobe forms.
    *it was only the HTTP destination FPICF_DATA_<SID> that was not created in the Visual Admin under Cluster -> Services -> Destinations*_
    I got 2 questions here:-
    1. the programs "FP_CHECK_DESTINATION_SERVICE" runs fine w/o destination check box. andwith the check box it gives the error "ADS: Request start time: Thu Nov 26 12:07:42 ........". SO how to resolve this. I have checked the blogs before and I did everything so far and stuck at the statement given above in bold.
    2. What  is this destination fp_icf_data_sid........... where to look for, I understand u need to log on to visual adm. But how is there a sap transaction "AL11" or from the web url.   if it is web url  ...   "http://server_name:port/ ....." then I am lost after this I dont see anything called cluster and services anywhere....
    And if am looking for visual admin at wrong places please provide step by step guide. I have seen steps to log on to visual admin on wesites but i dont know what am i doing, thats not clear. If someone can help from here.
    Thanks,
    Anu.

    The Visual Administrator is a Java tool installed during the installation of a Java AS. It is a separate tool that can be copied and used remotely if desired. On a system running Java AS it can be found under /usr/sap/<SID>/JC00/j2ee/admin - just run 'go' under Linux/Unix or 'go.bat' under Windows. You must have Java installed on your remote system.
    Once you have logged into your Java AS system using the Visual Administrator you can then setup your "Destinations", located under Server -> Services.
    Check Note 944221 - Troubleshooting if problems occur in forms processing ...which will make clear the errors you are experiencing and help you solve them.
    Nelis

  • 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

  • BPC NW Web Interface showing blank content

    Hi,
    When i click on the BPC Web interface from the Admin Console, it is showing a blank page with Getting started, Live Reporting Frame header. I have checked with user authorization and everything. This is happening in the Server itself. Please let me know possible causes and solution for this.
    Thanks,

    Hi,
    I've the same problem. There is only a blank page, if i want to work with the BPC Web Interface, regardless if I want to make 'first steps' or ' busisness process flow' or other.
    I've checked the internet explorer settings and for testing I set it all to the lowest security level but it's not working, i still get the 'blank page'.
    It would be nice, if you could explain which changing in the settings of the internet explorer solved your problem.
    Many thanks
    Michael Scholz

  • LIST OF VALUES not Populating in BPS WEB INTERFACE ( LAYOUTS )

    Hi BI Guru's
    I have created a WEB interface for BPS in BI ( version 7.0) .  But when i execute this in internet explorer, I do not get the LIST OF VALUES for Material. 
    When I click on "input help" the system open a new window for "Value selection".  When I specify the material code, it gives me blank LIST OF VALUES.
    But it is working for other fields like Customer, UOM in the same layout.
    Please suggest some solution.
    Thanks,
    Nilesh Labde

    hi,
    Thanks for the reply.
    Master data is avaliable for the Material Code.  The problem is in Internet Explorer and not in SAP GUI .
    If i run Planning folder for the same layou in SAP GUI it is working fine.

  • Executing the planning function while opening the web interface

    hello all,
    I have created a planning area based on multiprovider.This multiprovider is based on two transactional cube ie,COPA cube and Cost Center cube.
    This planning area is meant for enabling integrated planning.One plans in COPA cube and other plans in Cost Center cube the income statement gets planned based on this two.
    I selected planning items in multiprovider layout to display the income statement.The layout is as follows:
    <b>PlanningItem</b>  <b>Amount</b>
    Net Sales<b>:</b>    9.000,00 INR   (This comes from COPA)
    Sales Overheads<b>:</b> 200,00 INR  (This comes from Cost Center)
    Depreciation<b>:</b> 200,00 INR (This comes from Cost Center)
    Other Expenses<b>:</b> 300,00 INR  (This comes from Cost Center)
    EBIT<b>:</b> 0,00 INR
    Interest Income<b>:</b> 0,00 INR
    Interest Expense<b>:</b> 0,00 INR
    Operating Income<b>:</b> 0,00 INR
    Taxes<b>:</b> 0,00 INR
    Now EBIT planning item is to be calculated from the planning items as follows:
    EBIT = Net Sales-Sales Overheads-Depriciation-Other Expenses
    For this i have created a planning function which calculates EBIT.This function works properly,there are no issues in it.
    My problem is that i want this function to be executed as soon as i open the web interface for my planning application and the result should be as follows:
    <b>PlanningItem</b>  <b>Amount</b>
    Net Sales<b>:</b>    9.000,00 INR   (This comes from COPA)
    Sales Overheads<b>:</b> 200,00 INR  (This comes from Cost Center)
    Depreciation<b>:</b> 200,00 INR (This comes from Cost Center)
    Other Expenses<b>:</b> 300,00 INR  (This comes from Cost Center)
    EBIT<b>:</b> 8.300,00 INR
    Interest Income<b>:</b> 0,00 INR
    Interest Expense<b>:</b> 0,00 INR
    Operating Income<b>:</b> 0,00 INR
    Taxes<b>:</b> 0,00 INR
    Can anybody suggest how to go about this problem?
    Thanks in advance.
    regards,
    Yogesh

    Hi Yogesh,
    as far as i know, there is no standard functionality for that purpose, but there are workaround for it.
    1. Modify the BSP Application.
       Go to SE80 --> Repository Browser --> BSP Application --> your WI name --> page with flow logic --> double click on page1.htm --> Event handler tabstrip --> on the drop down selection press F1 --> add a function module that call you BPS function in specific event (e.g: OnInitialization).
    2. Use WI-Exit Class / WI-Extention (ABAP OO).
    Here you need to create sub class from Class: CL_UPWB_BSP_APPL, and assign the class to your WI. You can then add a function module that call you BPS function in method:
    2.1. Load --> performed only once on intial execution of WI.
    2.2. Initialisation --> called once for each server response.
    2.3. Dispatch --> called at each action and also for each WI component.
    You can see further information in SAP how to paper:
    How to Validate manual input in WEB planning application, New BPS-Features delivered with SAP BW 3.5, etc.
    You can call your BPS function with BPS API FM (See F.Group: UPC_API)
    But there is also more easier way to realize your ebit calculation. If you define your EBIT calc. manually in layout (define with manually defined Lead column). With this way, You will always get your EBIT analog with inputed values.
    Then you add your EBIT calc.function to Layout Component in WI in property: 'Function After Data Change'.
    Best Regards,
    Suan Liono

  • Error while calling RFC when using BSP Web Interface

    Hi,
    we have a problem with the Authorization when we use an Web Interface for BSP. We have assigned all roles to the user which were mentioned in the SAP standard documentation:
    R_AREA   
    R_METHOD 
    R_PACKAGE
    R_PARAM  
    R_PLEVEL 
    R_PM_NAME
    R_PROFILE
    R_STS_PT 
    R_STS_SUP
    R_WEBITF 
    S_RS_ADMWB
    S_RS_AUTH
    S_RS_COMP
    S_RS_COMP1
    S_RS_DAS 
    S_RS_ICUBE
    but we still get the error message: "Error while calling RFC".
    When using a user with SAP_ALL, it works.
    What can we do?
    Thx for your time.
    Joerg

    Actually that's surprising - because BSP (Business Server Pages) and RFC (Remote Function Call) are not related; they use totally different transport protocols (http vs. RFC). Even if an BSP application is calling a function module remotely (acting as RFC client) no authorizations for S_RFC are required - in the calling system (but in the called system, i.e. the RFC server).
    Since assigning SAP_ALL seems to "cure" the problem, it seems to be an authorization issue, indeed. In that case it makes sense to use the authorization trace (ST01 - notice: that's specific to one single ABAP application server; you might have to activate the trace on multiple instances) to find out which authorizations are checked / demanded.

Maybe you are looking for