Creating ASP Web Applications

Posted by 7WONDERS On 5:15 AM 0 comments

Creating an ASP .NET Web Application Using the SAP .NET Connector

SAP.NET Connector along with Microsoft.NET can be used to create Web Applications. The following example illustrates creating .NET project using Microsoft Visual Studio. NET. Here, a client application reads and displays customer data from an SAP System using a search value and then displays it in a data grid.

The example uses the function module RFC_CUSTOMER_GET, which requires that customer data exist in the target SAP System, for example, in IDES. Although it is possible to rename all development objects and generated proxy classes, default names are used in this example. This example is provided as part of the connector sample code (DNCWebApp).


Procedure of Creating an ASP .NET Web Application Using the SAP .NET Connector:

1. Open Microsoft Visual Studio .NET.

2. Create a new C# Web form project:
Choose New. New Project. Visual C# Projects. ASP .NET Web Application.

You can also create a project in any other common programming language for .NET, for example, in Visual Basic .NET. In this case, you must add the SAP .NET proxy classes as a separate project in the Microsoft Visual Studio .NET solution.


3. Rename the form Webform1.aspx to Default.aspx.

4.
Add Web controls to your Web form.

5. Add proxy classes to connect the Web applications to your SAP server.

a. In the Solution Explorer, right-click on your project.

b. Choose Add. Add new item.

c. Select Web Project Items.

SAP Connector Class and choose Open.

The SAP .NET Connector Wizard opens.

d. Decide from where you want to generate the proxy classes.

Proxies can be created from

- Web Services Description Language (WSDL) files that originate in an SAP interface repository (IFR)
- An SAP server
- Standard WSDL files
e. Select the client pro
xy object type and select beautify names option.

f. Select the Remote Function Modules (RFM) you want to use in your proxy object.

You can use search filters to look for the Remote Function Modules. In the example, enter the search argument RFC_CUST* in Name-Filter and select RFC_CUSTOMER_GET.

g. Add the modules to your proxy object and choose NEXT.

The proxy classes for the referenced table and structure types are automatically created and added to the project.

6. Build the solution with Build. Build Solution.

7. Create an SAP Login page to support user name and password authentication

a. In the Solution Explorer, right-click on your project.

b. Choose Add. Add new item.

c. Select Web Project Items. SAP Login Form

Leave the name as SAPLogin1.aspx.

8. Set the system connection information in the destination object of the SAPLogin1.aspx page:

a. In the Solution Explorer window find the item SAPLogin1.aspx and double-click on it to bring it up in the designer.

b. Look for the component destination1 on the bottom of the form.

c. Click on the destination component and set the properties for connecting to your SAP system (for example AppServerHost and System Number). The other properties like client, Password and username will be set from the login page.

9. Data bind the data grid to BRFCKNA1Table:

BRFCKNA1Table is the parameter of RFC_CUSTOMER_GET that contains the list of customers.

a. Select SAP Table Wizard from the SAP proxy toolbox and Drag Drop it to your working area. In the dialog box, select BRFCKNA1Table.

b. Select the data grid, and under Properties change Data Source to BRFCKNA1Table using the drop down list.

c. Customize the list of columns displayed on the data grid by modifying the Columns collection property.

10. On the default.aspx page, double-click the Button control you added earlier to create an event handler for the control.

11. Add the connect code to your project:

Select Connect code from the SAP proxy toolbox.

Drag Drop it in the source code of your event handler. A fragment of sample code is then inserted. It connects to the SAP server using the authorization settings from the Proxy Wizard. Normally, you must change these settings.



The syntax for the application will be

private void btnSearch_Click(object sender, System.EventArgs e)

{

// Declare parameters here

SAPProxy1 proxy = new SAPProxy1();

try

{

proxy.Connection =

SAP.Connector.SAPLoginProvider.GetSAPConnection(this);

// Call methods here

proxy.Rfc_Customer_Get("", txtCust.Text, ref brfcknA1Table1);

// Now update Data Bindings. On WinForms this will be automatic, on

// WebForms call the following line

this.DataBind();

}

catch(Exception ex)

{

// If SAPLoginProvider.GetSAPConnection(this) cannot get a connection,

// we might get an error.

// Normally this can be ignored as it will automatically will force a

// relogon.

}

}

12. Build and run the application.

The browser window opens and you are redirected to your SAPLogin1.aspx login page.

13. Enter connection data (for example user, password and client).

If you select SAVE this login information will be stored as an encrypted cookie on your computer and will provide an alternative single sign-on capability the next time you wish to access the site. If you do not select SAVE, the login information will still be saved in the ASP .NET session state but will be lost once the browser is closed.
14. Enter a search argument, for example A* in the Textbox field and choose Search. Thus we create an ASP.NET Application using Visual Studio .NET using Proxy classes to connect to the server and Binding the DATA GRID. Your application connects to the SAP System and displays the requested data in the Data Grid.

Category : edit post

Changing the IP address of your SAP Server

Posted by 7WONDERS On 5:13 AM 0 comments

Where do you need to change the IP address on the oss site, and how can you configure the saprouter?

You need to check your RFC connections in SM59 and your hosts file.

If you have set up any external ftp connections to your system, you also need to check if they use IP address or hostname.

If the SAProuter runs on the server you are changing the IP address, you must create a customer message for SAP and ask them to change the IP at their site. The IP address of a SAProuter must be from an official range. You must also update your SAProuter data and change the IP on SAPNet (system-data).

In saprouttab you need to adjust the IP as well.

How to Connect to your SAP System via SAPRouter?

On your SAPRouter, edit your saproutab file,
add P xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy zzzz password) example:

P 192.168.145.130 10.240.7.10 3200 basis ---> Where 192.168.145.130 is your computer ip address on the internet, change this to * so that your saprouter will accept any ipaddress from the internet.

10.240.7.10 ---> is your SAP Server IP Address
3200 ---> 32 is constant, 00 is your PRD system number
basis ---> is the your password.

P * * * * ---> entry if you permit all

issue comman saprouter -n to reload the new saproutab file.

On your SAPGui logon screen (Remote Computer)

Description : Production Server
Application Server : 10.240.7.10
SAP Router String : /H/192.168.240.35/W/basis/H/
System number : 00

Note: (192.168.240.35 is your SAPRouter Public IP Address / basis is your password)

Category : edit post

How SAP Router Works?

Posted by 7WONDERS On 5:12 AM 0 comments

SAProuter examines any incoming data packets, checks the route and authorization and then sends them to their specified targets. The partner that sets up the connection specifies the route (from SAProuter to SAProuter and to the target). This procedure is known as source routing.

If you want a connection, from a SAPgui to an R/3 System for example, to run through a SAProuter, then you need to enter the route in the SAPgui command line.




You can use SAProuter if there is no direct IP connection between the communication partners. SAProuter must be running on a host that is connected to both IP networks. It can then receive data from the SAPgui in one IP network and relay it to the R/3 server in another IP network, and vice versa. Normal IP routing is used between the application programs and the SAProuters.

Connections established using SAProuter have the additional advantage that no end-to-end connections between the participating system are necessary on network level. For example, if accessing a frontend PC on an R/3 server with an intermediate SAProuter, it is not necessary to define the complete path between the two systems at TCP/IP level. It is
sufficient if both parties can reach the SAProuter. From an SAP communication viewpoint, this represents a point of concentration in your network that serves as a starting point for each subconnection.

Each subnetwork stored logically behind a SAProuter is therefore reduced to the network address of the SAProuter.

Without SAProuter, the Internet Protocol (IP) addresses must be unique, which cannot always be guaranteed, particularly on international networks.

With SAProuter it is possible to connect two points that have unofficial,or even identical, IP addresses. Therefore, it is rarely
necessary to adapt existing address topologies using official IP addresses.

SAP Online Service & Support now only supports SAProuter connections due to these advantages. Because SAP routes all accesses to internal systems (such as SAPNet - R/3 Frontend) and all service connections via SAProuter, the connection between SAP and the customer is reduced to a single SAProuter - SAProuter connection.

Category : edit post

FI Configuration Considerations

Posted by 7WONDERS On 5:05 AM 0 comments

Business Area Business Area is optional and is equivalent to a specific area of responsibility within your company or business segment. BA (Business Area) also allows for internal and external reporting.

Another configuration requirement for set-up in SAP are the Basic settings consisting of the following:

  • Chart of Accounts(COA)
  • Fiscal Year Variants.
  • Currencies
The COA(Chart of Accounts)

The COA(Chart of Accounts) lists all General Ledger accounts that are used by the organization. It is assigned in configuration to each company code and allows for daily General Ledger postings.

The General Ledger accounts
The General Ledger accounts are made up of such data as account number, company code, a description of the account , classification of whether the account is a P & L Statement Account or a Balance Sheet Account.

  • Control data of the GL Account is where currency is specified, Tax category (posting without tax allowed) , marking the account as a reconciliation account ( e.g. Customer, Asset, Vendors, Accounts Receivable) or not.

  • Marking the G/L Account as a �reconciliation� account allows for postings to an Asset Account ( for example) as well as automatic update to the G/L Account.

  • Configuration prevents direct postings to reconciliation accounts thereby assisting in maintaining integrity of the data.

  • This allows reconciliation between the sub-ledger and general ledger to always be guaranteed.

  • Within the General Ledger control data , you can also designate whether line item display is possible in the account. The system then stores an entry per line in an index table which links back to the account. (Display of line item details are then available for reporting purposes ,etc.)

  • Open Item Indicators can be set on the G/L Account allowing for better management of open items. Examples include: Bank Clearing Accounts, GR/IR Clearing Accounts, Payroll, etc.

Fiscal Year configuration
Fiscal Year configuration is a must and can be defined to meet your company�s reporting periods whether Fiscal (any period combination that is not calendar) or Calendar( Jan-Dec).

  • Posting Periods are defined and assigned to the Fiscal Year.
  • Within the periods you specify start dates and finished dates.
  • SAP allows for 12 posting periods along with specially defined periods that can be used for year-end financial closing.

Currencies
Currencies are another basic configuration setting requirement which defines your company�s legal means of payment by country.
  • It is recommended that all Currency set-ups in SAP follow the ISO Standards.
  • The ISO Standards ensure Global conformity across businesses worldwide utilizing SAP.

Category : edit post

SAP FICO Module

Posted by 7WONDERS On 4:53 AM 1 comments

Once a business has decided to use the SAP FI(Financial Accounting) Module, there are several Configurations prerequisite steps that must be completed.Determining the organizational structure is one of the first steps in setting up the business functions in SAP as well as your reporting requirements.

The Organizational structure is created by defining the organizational units consisting of the following:
Client
Company
Company Code
Business Area

Client is the highest unit within an SAP system and contains Master records and Tables. Data entered at this level are valid for all company code data and organizational structures allowing for data consistency. User access and authorizations are assigned to each client created. Users must specify which client they are working in at the point of logon to the SAP system.

Company is the unit to which your financial statements are created and can have one to many company codes assigned to it. A company is equivalent to your legal business organization. Consolidated financial statements are based on the company’s financial statements. Companies are defined in configuration and assigned to company codes. Each company code must use the same COA( Chart of Accounts) and Fiscal Year. Also note that local currency for the company can be different.

Company Codes are the smallest unit within your organizational structure and is used for internal and external reporting purposes. Company Codes are not optional within SAP and are required to be defined. Financial transactions are viewed at the company code level. Company Codes can be created for any business organization whether national or international. It is recommended that once a Company Code has been defined in Configuration with all the required settings then other company codes later created should be copied from the existing company code. You can then make changes as needed. This reduces repetitive input of information that does not change from company code to company code as well as eliminate the possibility of missed data input.

When defining company codes, the following key areas must be updated:
Company Code Key- identifies the company code and consists of four alpha-numeric characters. Master data and business transactions are created by this key.
Company Code Name- identifies the name of the business organization within your organizational structure.
Address- identifies the street address, city, state, zip code for the company code created. This information is also used on correspondence and reports.
Country- identifies the country to which your business is based. Country codes within SAP are based on ISO Standards.
Country currency- identifies the local currency for the company code that you have defined.
Language- identifies the language to be used for you company code and is also used for text in your documents. SAP unlike other applications, offers over thirty languages including EN( English) , ES (Spanish), FR (French), DE (German), EL (Greek), IT(Italian), AR( Arabic), ZH (Chinese) , SV (Swedish) , and JA (Japanese) to name a few.

More FI configuration considerations:

Business Area, COA, GL, Fiscal year and Currencies

Business Area is optional and is equivalent to a specific area of responsibility within your company or business segment. BA (Business Area) also allows for internal and external reporting.

Another configuration requirement for set-up in SAP are the Basic settings consisting of the following:
Chart of Accounts(COA)
Fiscal Year Variants.
Currencies

The COA(Chart of Accounts) lists all General Ledger accounts that are used by the organization. It is assigned in configuration to each company code and allows for daily General Ledger postings.

The General Ledger accounts are made up of such data as account number, company code, a description of the account , classification of whether the account is a P & L Statement Account or a Balance Sheet Account.

Control data of the GL Account is where currency is specified, Tax category (posting without tax allowed) , marking the account as a reconciliation account ( e.g. Customer, Asset, Vendors, Accounts Receivable) or not.
Marking the G/L Account as a “reconciliation” account allows for postings to an Asset Account ( for example) as well as automatic update to the G/L Account.

Configuration prevents direct postings to reconciliation accounts thereby assisting in maintaining integrity of the data.
This allows reconciliation between the sub-ledger and general ledger to always be guaranteed.
Within the General Ledger control data , you can also designate whether line item display is possible in the account. The system then stores an entry per line in an index table which links back to the account. (Display of line item details are then available for reporting purposes ,etc.)

Open Item Indicators can be set on the G/L Account allowing for better management of open items. Examples include: Bank Clearing Accounts, GR/IR Clearing Accounts, Payroll, etc.
Fiscal Year configuration is a must and can be defined to meet your company’s reporting periods whether Fiscal (any period combination that is not calendar) or Calendar( Jan-Dec).
Posting Periods are defined and assigned to the Fiscal Year.Within the periods you specify start dates and finished dates.
SAP allows for 12 posting periods along with specially defined periods that can be used for year-end financial closing.
Currencies are another basic configuration setting requirement which defines your company’s legal means of payment by country.
It is recommended that all Currency set-ups in SAP follow the ISO Standards.
The ISO Standards ensure Global conformity across businesses worldwide utilizing SAP.
Contents taken from

Category : edit post

SAP Enterprise Support

Posted by 7WONDERS On 4:47 AM 0 comments

To operate in IT landscapes shaped by business networks, globalization, and integrated business functions, you need holistic, solution-oriented support that helps you integrate your solutions.

With such support, you can manage continuous and accelerated innovation – without disrupting business operations. And you can control complexity while reducing risk and total cost of ownership.

SAP Enterprise Support is a key enabler for leveraging built-in innovation (PDF). Our consultants can help you integrate and standardize your end-to-end solution operations via SAP enhancement packages, support packages, and overall maintenance strategy.

Key elements of SAP Enterprise Support

  • Innovation – Delivers SAP enhancement and support packages that accelerate innovation, protect your IT investment, and help lower total cost of ownership
  • End-to-end solution operations – Provides an overall blueprint to optimize the operation of your SAP solutions and helps ensure the availability of your mission-critical business processes by managing performance and volume and improving data transparency and consistency across your entire landscape
  • Run SAP methodology – Offers a proven methodology and clear roadmap for using SAP standards to implement end-to-end solution operations
  • Mission-critical support – Provides continuous quality checks that help you perform several critical activities: analyze technical risks, implement continuous improvement activities, maintain custom codes, access the mission control center, communicate via a channel that delivers 24/7 mission critical support through a support advisory – and generate service-level agreements involving initial reaction on corrective action for priority one messages and initial reaction on commitments for priority two messages
  • Global support backbone – Facilitates support – via the enterprise edition of SAP Solution Manager – for implementing distributed systems, providing the quality management methodology, processes, and tools needed to perform advanced testing and implement solutions deployment, operations, and continuous improvement initiatives

Through this service, which reinforces SAP's long-term commitment to partnering with customers, SAP consultants work with you to help you holistically manage your IT landscape throughout the life cycle of your SAP-centric solutions.

Benefits of SAP Enterprise Support

Our consultants can help you realize several significant benefits:

  • Protect your IT investments while enabling innovation.
  • Manage the integration of solutions throughout each solution's life cycle.
  • Leverage industry-leading standards to perform operations.
  • Provide consistent quality management processes for your entire SAP landscape and across your entire technology and code base.
  • Support mission-critical operations.
  • Control – via enhancement packages – the fast pace of innovation and integration while lowering total cost of operation for customers.
  • Manage custom code via root cause analysis and additional checks to help avoid conflict between custom code and enhancement packages.

Category : edit post

Financial Excellence

Posted by 7WONDERS On 4:42 AM 0 comments

Global competition, market turbulence, and rising shareholder expectations are transforming the responsibilities of finance. Your new role as business strategist is to realize a vision of financial excellence.

How can you achieve financial excellence? By aligning your resources, people, and technology in ways that optimize financial processes, decrease operating costs, drive business performance, and mitigate risk.

But how do you translate financial excellence into improved business performance? By using solutions from SAP and our partners to realize business critical objectives:

  • Deliver faster, more accurate financial reports
  • Manage profit, cost, and risk more strategically
  • Provide employees with opportunities to transform information into effectively executed and strategically aligned business activities

With SAP Services, you can gain transparency into your systems and processes. Our consultants can work closely with you to streamline your financial reporting and month-end closing – and provide your financial team with the information it needs to guide your operating units towards better performance. As a result, you can more effectively review your financial processes and adopt industry best practices.

Category : edit post

Financing of SAP Solutions

Posted by 7WONDERS On 4:41 AM 0 comments

To compete in today’s increasingly volatile global markets, and to respond to the shifting customer demands and emerging economic trends arising from this volatility, your company needs an integrated business management application that can help it improve productivity, increase quality, and expand offerings.

But the upfront costs of investing in such a solution are often prohibitive. And dealing with third-party financing companies is usually inconvenient. Add to this the unforeseen expenses involved in implementing a new system, and the financial risks in upgrading your IT landscape may prove too numerous and too daunting for your organization’s decision makers to accept.

You have, however, an option: SAP Financing.

Offered by SAP and administered globally with our trusted SAP Financing partners, SAP Financing can provide companies – of all sizes – with affordable, all-inclusive, and predictable financing options that cover the entire cost of your SAP solution, including expenses related to hardware, software, customization, implementation, training, and first-year maintenance.

Our financing options can help you simplify your budgeting process, lower your total cost of ownership, and plan your predictable IT investment-related expenses – for up to seven years. Our customer-focused options also accommodate your particular financial needs – such as allowing you to defer payments until after your SAP solution proves productive and generates revenue.

SAP Financing offers you numerous benefits:

  • Competitive finance rates
  • Manageable, fixed monthly payments that cover your entire IT solution
  • Optimized cash flow
  • More capital available for other strategic investments
  • Payments that you can offset against taxable profits – and that are unaffected by interest rate changes
  • Accelerated return on your investment
  • Financing arrangements customized to your individual needs
  • Wide range of innovative financial products and reliable, customer-driven services, provided by SAP Financing Partners, accomplished in providing both financial and technological expertise

To learn how SAP Financing can help you, contact your SAP representative or one of our SAP Financing partners. With SAP Financing, you can surmount your financing barriers, achieve financial transparency, and identify the predictable costs and low-risk options in using – across entire life cycles – the SAP solutions you need to succeed.


Category : edit post

SAP Application Hosting

Posted by 7WONDERS On 4:40 AM 1 comments

Has the volatile global economy driven you toward reducing your investments in IT infrastructure and IT-oriented personnel training? SAP Services understands your challenge – and can help you resolve it without compromising your operational competitiveness.

We offer long-term hosting of your SAP systems in high-performance data centers, which are equipped with the innovative hardware platforms that provide you with high availability to your SAP solutions. To support your business activities effectively, SAP experts will be assigned to work closely with you – via customized levels of global, 24/7 support – in providing you with the infrastructure, system, and SAP components that can help you meet your IT performance objectives:

With the help of SAP application hosting experts, you can perform six critical IT-related activities:

  • Use your resources to perform your core business activities
  • Access your hosted SAP systems with high availability
  • Optimize your resources via innovative virtualization and automation systems
  • Adapt your SAP solutions quickly and flexibly
  • Reduce your infrastructure investments and cut training costs
  • Predict your IT costs via fixed-prices contracts

Category : edit post

Services for SAP Hosting

Posted by 7WONDERS On 4:39 AM 0 comments

How can you increase agility and responsiveness while gaining the capacity to overcome roadblocks? By teaming with SAP Hosting Services.

Our hosting experts can help reduce operating costs and increase flexibility and visibility – without requiring you to invest in an infrastructure that depletes your capital and in a personnel training program than exhausts your resources.

  • SAP Application Hosting – Offers assigned SAP experts – delivering customized levels of global, 24/7 support – and long-term hosting of your SAP systems in high-performance data centers equipped with the innovative hardware platforms that can provide you with high availability to your SAP solutions
  • SAP Implementation Hosting – Provides the expert support you need to understand the dynamics of implementation, such as enabling you to adjust the term of your contract (from four months and up) and identify a hardware quantity schedule
  • SAP Ramp-Up Hosting – Helps you avoid committing to hardware or sizing at an early stage, enabling you also reduce your project’s duration
  • SAP Upgrade Hosting – Provides you with the IT infrastructure you need – within a matter of weeks – to stay ahead of competitors

Category : edit post

SAP Hosting

Posted by 7WONDERS On 4:38 AM 0 comments

Changes in the global economy are breeding much volatility and uncertainty in the world’s marketplaces. Now, more than ever, organizations – of all sizes and in all industries, and all under immense internal and external pressure to thrive – are seeking solutions that can improve performance and boost productivity by optimizing existing business processes and IT systems and infrastructure. Many are selecting SAP Hosting Services to gain the proven expertise and value-generating benefits that can enhance their capacity to compete.

Our experts provide a comprehensive range of timely, on-demand hosting services for helping you integrate business processes and derive maximum value from your SAP solutions. With SAP Hosting Services, you gain freedom from your IT challenges: While our experts are planning, building, and running your SAP systems, you can direct your attention and resources toward realizing your business objectives and strengthening your market position.

Experience

Our more than 10 years of experience in operating SAP solutions has enabled us to expand our offerings to include a broad range of hosting support, from the routine to the innovative. We offer reliable and scalable service, up-to-date support, and cost transparency for projects ranging from small, straightforward initiatives to long-term service partnerships.

Flexibility

With SAP Hosting Services, you can access applications and infrastructure that go live quickly, adapt to increasing requirements, and help your critical business systems deliver expected results for your organization. And to help your business processes run smoothly and reliably, around-the-clock and around the globe, we guarantee system availability, rapid response times, and assigned experts who can provide the tailored support you require.

  • Services for SAP Hosting – Reduces your operating costs and increases your flexibility and visibility – without requiring you to invest in an infrastructure that depletes your capital and in a personnel training program than exhausts your resources

Category : edit post

Business Process Outsourcing

Posted by 7WONDERS On 4:24 AM 0 comments

To become leaner and more efficient, companies often review their value propositions and restructure their operations. An increasing number of organizations are also choosing to outsource their peripheral activities – selecting business process outsourcing (BPO).

By working with external providers, you can also realize cost-cutting alternatives to internally implementing such non-core business processes as human resources and procurement. As a result, your organization can focus on developing its core competencies and better allocate and leverage the resources that drive growth and innovation.

SAP-Enabled BPO Services

SAP is not a BPO provider. Instead, it supports BPO providers by setting up services that can generate sustainable business benefits – reduced costs, fewer risks, and improved process quality.

Using delivery platforms based on SAP solutions, BPO providers can differentiate their services from traditional BPO offerings. These platforms are based on the latest versions of SAP applications and deployed to provide cost-effective and standards-compliant solutions. In selecting our dedicated services of solution design, delivery, and management support, you can gain up-to-date support and state-of-the-art performance that complement your core business function.

As a global solution provider for shared-service centers, SAP can also support many BPO segments. Our customers benefit from implementing such BPO-aligned applications as SAP ERP HCM and SAP SRM as well as industry-specific processes.

BPO Powered by the Market Leader

SAP powers dozens of large, complex BPO operations worldwide through the services of our select BPO providers.

BPO Providers Powered by SAP

By working closely with our providers, and providing them with our BPO certification and other services like SAP Enterprise Support and SAP Safeguarding, SAP can help our providers maintain a high level of technical expertise in SAP solutions and proven support capabilities.

Business Benefits

How does SAP technology – and its BPO-specific deployment – provide better BPO? Through lower costs, better risk management, and improved process quality.

Category : edit post

SAP Data Protection

Posted by 7WONDERS On 6:19 AM 1 comments

SAP data protection, SAP high availability, and SAP disaster recovery. LifeKeeper for SAP was the first commercially available clustering solution for SAP on Linux and continues to be the leader in both the breadth and depth of SAP protection with the latest version of LifeKeeper supporting SAP R/3 4.6C, SAP R/3 4.7, SAP NetWeaver 2004, and SAP NetWeaver 2004s).

SAP NetWeaver and earlier versions have no native method to provide protection of SAP data. The databases the SAP use to store its data provide native tools that can be difficult to manage and many times do not meet all of your SAP data protection requirements. The SteelEye Protection Suite for SAP includes SteelEye Data Replication, which provides the "3 R's of SAP Data Protection: Replicate, Rewind and Recover"

Replicate

SteelEye Data Replication is the real-time synchronous or asynchronous data replication engine that assures your SAP data is safely replicated to one or more targets across a LAN or WAN. SAP file systems (which contain SAP profiles, executables, etc.), the database data files, log files, and archive log files can all be replicated, guaranteeing you the highest level of recoverability.

Rewind

SteelEye Data Replication provides true CDP functionality as defined by SNIA, including any point in time rewind on the target system. Using the integrated Data Recovery Wizard, administrators have the ability to easily rewind the SAP file systems and database to any point in time, providing another level of data protection in the event of file system or database corruption, virus outbreak, user error, etc.

SAP Recovery

The SAP data recovery process can be completely automated, as is the case in LifeKeeper HA clusters, or can be triggered in manual fashion as is often the case in LifeKeeper Disaster Recovery configurations. Either way, SAP recovery takes just a few minutes and involves a very simple process where LifeKeeper unlocks the target drives and starts the database and SAP. When you are ready to bring the original SAP server back into service, the switchback process involves a simple push of a button to initiate the recovery.


Category : edit post

SAP Disaster Recovery

Posted by 7WONDERS On 6:18 AM 2 comments

SAP recovery in the event of a complete site loss is often the worse nightmare of an SAP administrator. The SAP recovery process takes much time and planning and is generally very hard to test. In addition to the downtime involved, the recovery could involve a significant amount of data loss due to the fact that the databases need to be restored from the latest available backup. Using The SteelEye Protection Suite for SAP, you are able to easily and quickly resume operations in the event of a disaster with little to no data loss.

WAN Optimized Replication

SteelEye Data Replication is optimized for replication across WAN links. Having nine levels of compression allows you to customize your environment to get the best WAN efficiency, host workload and data throughput. In addition, SteelEye Data Replication is architected is such a way that it is already optimized for the WAN, therefore the use of hardware based WAN accelerators is not necessary to achieve optimal throughput, regardless of the speed or latency of the WAN link.

Unattended or Manual Failover

Disasters can strike anytime, anywhere. Some disasters are localized to a particular room or building, and others are more regional in nature. In times of disaster, it is not always possible to have every staff member available to assist in the recovery process. To help you guarantee SAP recovery regardless of who is available, the SteelEye Protection Suite for SAP can be configured in one of two ways: unattended or manual recovery.

When configured with unattended or "automatic" failover, a prolonged outage of the primary site would automatically trigger SAP recovery in the DR site with no intervention. For those who want more control over when your DR site comes into service, automatic failover can be disabled and manual recovery can initiate with a simple push of the button in the LifeKeeper GUI.

Automated DR Testing

Having a disaster recovery plan in place is only half the solution. It is important that this plan be tested on a regular basis. The SteelEye Protection Suite for SAP allows administrators to easily switch SAP to the DR site for testing purposes and then easily switch SAP back to the primary site when testing is done.

Alternatively, you may wish to leave SAP in service in the primary site while still completing DR testing. In this case, you can simply unlock the target data, bring SAP into service on the backup system and using the tools provided by LifeKeeper, simply redirect a single test user or subset of users to verify recovery. This method allows you to confirm the recoverability of SAP, with minimal impact to your production network.

Category : edit post

SAP High Availability

Posted by 7WONDERS On 6:17 AM 0 comments

Proactive Monitoring of Resources

LifeKeeper actively monitors and protects all resources required SAP, including volumes or file systems, file shares or NFS, IP, the database (Oracle, DB2, MaxDB, or MS SQL Server) and SAP itself.

LifeKeeper's active monitoring helps to ensure the highest level of availability; going beyond just checking whether the server is alive, as seen in many other products. LifeKeeper also verifies that SAP is running, file shares or NFS exports are available, and databases are mounted and available and that clients are able to connect.

Protection of additional SAP Components

The SteelEye Protection Suite for SAP provides the user the ability to not only protect SAP, but also any other SAP or third-party applications that may be dependent upon the SAP system. Using the LifeKeeper Generic Application recovery kit and the sample recovery scripts, LifeKeeper provides complete protection for your entire SAP infrastructure.

Flexible Configurations

LifeKeeper for SAP server can be configured in any one of the following configurations:

  • Replicated or shared storage clustering
  • 2-node active/passive cluster
  • N+1 cluster (multiple active with single backup)
  • Cascading failover (up to 32 nodes)
  • Cross subnet clustering supported (failover across data centers)

Category : edit post

SAP system with a new or improved wireless network and mobile computers, for real-time data collection in your warehouse or manufacturing facility.

Mobile solutions for SAP R/3 include:

  • Console Connect for SAP R/3 - Three-tier architecture appropriate only for "SAP always up" implementations. This solution offering is normally associated with a character mode translator (i.e. SAPConsole) functionality used in conjunction with a VT/ANSI telnet enabled device.
  • Web Connect for SAP R/3 - Three-tier architecture incorporating the use of SAP's Web Application Server (WAS) that is appropriate only for "SAP always up" or "SAP usually up" implementations. This solution offering is normally associated with the use of a graphical client in both a connected and sometimes disconnected fashion
  • Remote Connect for SAP R/3 - Three tier architecture appropriate for "off premise" or "disconnected" mobile applications. This solution offering is normally associated with the use of a graphical or palm device where SAP R/3 connectivity is established at limited intervals.

Project Service Offerings:

  • Structured Methodology
    Project Justification Analysis
    Project Specification
    Project Implementation
  • System Integration
  • Go-Live Support
  • Multi-Site Rollout Planning and Support
  • Custom Application Development
  • PLC - Mechanical Interfaces

Application Solutions:

  • CRM
    Field Service
    Field Sales
  • SAP Console
    Supply Management
    Logistics Execution (LES)
    Warehouse Management
    Data Collection
    Barcoding Solutions
  • SAP Web Application Server (WAS)
  • Real Time Solutions
    Wireless / "Wi-Fi"(RF)
  • Disconnected Applications
    Remote Connectivity
  • Multi-Platform (Dos, Palm, CE, other)

Category : edit post

System Requirements

Posted by 7WONDERS On 6:01 AM 0 comments

  • Ethernet-equipped broadband connection for Access Point Mode
  • One computer with a web browser for configuration
  • 802.11b compatible device for wireless clients
  • Ethernet-equipped device for Bridge Mode

Items
Specs
Frequency 2.4 Ghz Direct Sequence Spread Spectrum
Range Approximately 12 miles dependent on environment
Radio Data Rate 11 Mps, with automatic fall-back rates of 5.5 Mbps, 2Mbps & 1 Mbps for increased operating range
11 Mbps maximum data rate Provides Ethernet speed to mobile computers
Maximum Computers 200 plus. Limited only by available bandwidth.
Roaming Unrestricted throughout coverage area
Interface 1 RJ-45 45 10/100Mb broadband port
Antenna Connection Electrical Properties - Impedance: 50 Ohms nominal
- Connector: N-Female
Compatibility Broadband: Compatible with any broadband connection with an ehternet port (RJ-45 connectors).
Wireless: Works with other IEEE 802.11b (Wi-Fi) complaint devices including all WIALAN Products
Ethernet: IEEE 802.3 and 802.3u complaint
Warranty 1 year limited parts and labor
Support Unlimited technical support in the US and Canada
Box Contents - WG-SAP Wireless Broadband Gateway
- 8db Omni Directional Antenna
- Power over Ethernet injector/power supply.

Category : edit post

features and benifits

Posted by 7WONDERS On 6:00 AM 0 comments

Features
Benefits
Dual compatibility with WIALAN Wireless LAN and backwards compatibility with cable, xDSL and dialup modems Works inside and outside of WIALAN WANs as well as with popular broadband modems with available RJ-45 Ethernet port
802.11b compatible Supports any wireless 802.11b compatible device, such as PC and PCI cards, and USB adapters
Web based configuration Configurable from a Mac or PC
DHCP server and client support Allows easy setup for both the broadband connection and the local network
Network Access Translation (NAT) support Shares a single IP address from your ISP with multiple computers
Firewall protection Protects your computer(s) from unwanted access via the Internet
PPPoE support Compatible with ISP's that use PPP over Ethernet
User configurable TCP and UDP ports Run special Internet applications, such as games, without exposing the computer on your local network to the Internet
Built-in VPN Server with 128bit hardware accelerated MPPE encryption and MS-Chap-v2 user Authentication. Compatible with IPSec and PPTP virtual private networking client software (built-into all Windows versions).
Access control for individual clients or groups Allows filtering of Internet content to either a single computer or a workgroup

Category : edit post

With the WG-SAP station, service providers can provide wireless broadband Internet access without having to invest in expensive infrastructure.

Experience the freedom of mobile network access anywhere.

  • Easy to install and configure using your web browser
  • 11 Mbps maximum performance
  • Integrated 19dbi antenna yields up to 10Km for a WG-CPE and 15Km with another WG-SAP Long Range
  • IEEE 802.11b Wi-Fi compatible
  • 100% T1/DSL/cable compatible (ethernet)
  • Bridge or Route between wired and wireless networks
  • Extend the range of your wireless network with WDS Bridge mode
  • Built-in VPN Server for unbeatable security
  • Encrypt Point to Point links with AES 128bit

In Access Point Mode:

The WG-SAP Wireless Broadband Gateway combines a high performance 802.11b wireless access point for local wireless connections and a 10/100 Ethernet port for a cable or DSL connection which physically separates the local computers from the broadband network. The Gateway automatically routes traffic from the wireless network to the broadband connection.

In Bridge Mode:

The WG-SAP Wireless Broadband Gateway combines a high performance 802.11b wireless bridge, and a 10/100 Ethernet port which also gives you the flexibility to bridge wired networks. The Bridge automatically routes traffic from the local wireless clients, wired clients and other WG-SAP units.

The WIALAN WG-SAP Wireless Broadband Gateway includes a robust web-based management system that allows local or remote users to configure the Gateway from any device that can run a browser. PPPoE (point to point protocol over Ethernet) and DHCP (Dynamic Host Control Protocol) client support make configuring the broadband connection extremely easy. Additionally, the Gateway supports DHCP serving and NAT (Network Address Translation) which simplifies the installation process and provides natural firewall security by logically isolating the local network from the broadband cable or DSL network.

Advanced routing features of the WIALAN WG-SAP Wireless Broadband Gateway includes support for:

  • Special Internet Applications, such as video streaming and on-line games, that require two-way communications
  • Virtual Servers which enable users to install a web, email or other TCP/IP based server on the local network and have it accessible from the internet
  • Exposed Computers which provide an unrestricted two-way internet connection for a computer on the local network.
  • In Bridge mode, it works as a transparent switch between all the client connected to it and the either another bridge or the main base.

In addition to a full suite of advanced routing features, the WIALAN WG-SAP Wireless Broadband Gateway is a Wi-Fi compatible access point that includes support for 128bit MPPE encryption, and access list security enabling users to protect their wireless network by either encrypting the data or by specifying the address of a wireless adapter before allowing it access to the Ethernet network.

Category : edit post

NETAPP AND SAP

Posted by 7WONDERS On 5:34 AM 0 comments

SAP and NetApp work closely together to deliver the lowest possible total cost of technology ownership for the enterprise. NetApp storage solutions address SAP software requirements for storage consolidation, disaster recovery, backup and recovery, and archiving. NetApp lowers SAP storage and data-management costs by up to 50% compared with other storage solutions – and accelerates SAP upgrades and deployment cycles.

Alliance Overview

NetApp is an SAP global technology and software partner and a member of the SAP enterprise services architecture partner ecosystem. The SAP Customer Competence Centers in Walldorf, Germany, and in Research Triangle Park, North Carolina, focus on joint development initiatives and customer support.

NetApp and SAP also have a joint global customer support agreement to support enterprises that run SAP software on NetApp technology. NetApp is a founding development partner of FlexFrame, the first solution for the SAP adaptive computing infrastructure, which was jointly developed by SAP, Fujitsu Siemens Computers (FSC), and NetApp for low total cost of ownership (TCO) and superior flexibility. NetApp won an SAP Pinnacle Award for delivering advanced enterprise storage solutions tailored to SAP adaptive computing environments.

Key Customer Benefits

NetApp delivers two key benefits: lower TCO and faster SAP deployments and upgrades. NetApp lowers SAP storage and data management costs by up to 50% compared to alternate storage solutions in the market and helps IT management better deploy staff and improve asset utilization. In addition, NetApp storage and software management tools enable stress testing with cloning and fast backup and recovery, reduce test cycle periods, and facilitate smooth rollouts – all of which help to reduce the downtime and risk associated with upgrades and migrations.

Capabilities and Industry Expertise

NetApp simplifies the SAP storage infrastructure and enables rapid deployments and upgrades of SAP software in the following areas:

  • Consolidation – Help you simplify your landscapes to increase the manageability of the SAP infrastructure
  • Upgrades – Help you reduce risk, avoid downtime, and accelerate upgrade processes
  • Business continuity – Provide automated SAP data management solutions for rapid, space-efficient, disk-based SAP backup, rapid restore and recovery – facilitating nondisruptive replication of heterogeneous SAP data
  • Adaptive computing – Help you lower TCO within a flexible SAP infrastructure, lower the server and storage resources on demand, and increase IT asset utilization
  • Archiving and compliance – Integrate SAP archived data within a secure, tiered storage framework and improve SAP application performance, as well as fulfill compliance regulations

Alliance Focus Areas

  • SAP ERP application upgrades
  • SAP application life-cycle management
  • Adaptive computing and enterprise services computing
  • Integration of service-oriented architecture (SOA) with SOA-based storage services
  • Archiving with WebDAV
  • Microsoft-SAP collaboration on Duet

NetApp/SAP References

NetApp and SAP are mutual customers. SAP runs business-critical software production and e-mail systems on NetApp technology. NetApp runs its entire service management operation on SAP software. Enterprise customers worldwide, such as CONSOL Energy, Braun Medical, Bennett, Coleman, and Siemens Shanghai Mobile deploy SAP software on NetApp solutions to reduce SAP storage and data management costs, to facilitate rapid SAP deployments and upgrades, and to enhance their competitive edge in the marketplace. Detailed case studies are available.

Category : edit post