Wanted Computer Hardware Engineers

Fill the following form to apply for the post of 'Computer Hardware Engineer'

*(denotes required field)

Powered by Fast Secure Contact Form

Posted in Jobs by Raj. No Comments

Step-by-step procedure to set Operation Modes in an SAP system

An SAP system need to have more number of dialog work processes during the day instead of night. Because, Many users will work on their desktops to do their day-to-day transactions during the day. They have to interact with the system at faster rate. So they need more number of dialog work processes than background or any other work processes. Because less number of end users will interact with the SAP system during night, less number of dialog work processes are enough. During night time many background works will be carried out. That is, The system need more number of background work processes during night. We can do this assignment using the concept of Operation Modes. You can distribute work processes to each operation mode according to your company’s requirement and assign them to different time periods. You can Follow the steps given below to do experiment of creating and setting operation modes in an SAP system.

  • RZ04 (This t-code is used to create operation modes in an SAP system) – This also can be opened using the navigation Tools – CCMS – Configuration – Operation Modes/Instances
  • Click Operation Mode in the Menu bar – Click on Create
  • Enter any name in the Operation mode field Ex: Day
  • Enter Short description Ex: Day Operation mode
  • Click Save button in the Standard toolbar
  • Click Operation Mode in the Menu bar – Click on Create
  • Enter any name in the Operation mode field Ex: Night
  • Enter Short description Ex: Night Operation mode
  • Click Save button in the Standard toolbar
  • Click Instances/operation modes button in the Application toolbar
  • Click Instance in the Menu bar and click Create new instance
  • Enter the host name of the server on which the instance is running
  • Enter the system number in the SAP system number field
  • Click Current settings in the Application tool bar
  • As soon as you click Current settings in the Application tool bar, Remaining fields will be filled with appropriate values
  • Click Save button in the Standard toolbar
  • Work process distribution screen will be displayed
  • Select the operation mode as Day or Night
  • Select the field value for which work process you want to change
  • Click + or – according to your requirement
  • You can change the Background, Update, Enqueue work processes – Dialog work processes will be adjusted automatically.
  • You can not change the spool work process number
  • After changing work process numbers, click Save button in the screen
  • Click Exit after distributing work processing to each operation mode which are all created previously. (Day and Night)
  • Click Yes in the dialog box which will be displayed after exit from the screen of work process distribution, which will save the work process distribution
  • Click Save button in the Standard toolbar
  • The production instance data was saved information is displayed in the status bar
  • Click Instance – Exit and Operation mode – Exit
  • SM63 (This t-code is used to create operation modes in an SAP system) – This also can be opened using the navigation Tools – CCMS – Configuration – Operation Mode Calendar
  • Select Normal operation (24 hr) – Click Change button
  • Select the start time – F2, End time – F2. That means you are dividing total 24 hr time into one or two parts.
  • Select the time period and click Assign button in the Application toolbar, Select the Op. mode from the screen that appears
  • Repeat the above step until you assign all 24 hrs. to Operation modes.
  • After Assigning time periods to Operation modes, click Save button in the Standard toolbar
  • Click Operation mode in the Menu bar and click Exit
  • RZ03 (This t-code is used to create operation modes in an SAP system) – This also can be opened using the navigation Tools – CCMS – Control/Monitoring – Control Panel
  • Click Choose operation mode in the Application toolbar
  • Select the operation mode and click choose in the Application toolbar
  • Select the server name – Click control in the Menu bar – Select Switch operation mode – Click Selected servers
  • Click Yes in the Switch operation mode dialog box
  • With this operation mode is changed
  • You can view the change of operation mode form the process overview (SM50). You can observe the change of number of work processes assigned to each operation mode.

This topic is very easy to understand by doing above experiment 2-3 times. You will feel like it is very simple after understanding the concept. If you need online explanation of this topic, please contact me at punarvasi@gmail.com or fill the form below and send your message as comment to this blog post. I will fix an appointment for online class. There is a fee of 5 USD for this online one-to-one interactive class. I will demonstrate this topic by showing steps on live SAP system. I am also providing complete SAP basis training, with which you will get hands on experience on each and every topic of the SAP basis administration. So plan to join the SAP basis training. All the classes are one-to-one interactive.

Posted in SAP Basis Notes by Raj. No Comments

How to Administer and Maintain SAP System profiles

We can edit system parameters in profile files which are stores at \usr\sap\<SAPSID>\SYS\profile directory. This method of changing is not recommended, because the user must ensure that the changes are performed and also should be documented properly. If you configure parameters wrongly in the system profiles, the instance may not start at all. To make easier profile administration, SAP has integrated profile administration or parameter maintenance option inside the SAP system. We can administer or maintain SAP system profiles using simple T-Code RZ10.

When the SAP system is initially installed, 3 profile files will be created at operating system level. We have to import them into the SAP database to administer them.

Steps to import profiles into SAP system

  • Enter RZ10 (T-Code) in the command field in the SAP easy access menu
  • Click ‘Utilities’ – ‘Select Profiles’ – Click ‘Of active servers’
  • Display Profile Check Log will be displayed
  • That means you have successfully imported profiles into the database
  • Now you can change the parameters in the SAP system

During this import, the system performs a consistency check and a check of the way in which the parameters interact. Changes are stored in the database and written back to the OS file level. These changes are effected only when they are read by the system. These profile are read when the system is started. That means, You must restart the system to get the effect of the changed parameters. You can stop the SAP system using SAP Management Console, Shortcut will be available on the desktop of the server. There are three types of profiles available in each SAP system to make changes. I have explained about 3 types of profiles in my previous article. There are 3 levels to maintain the profiles. They are

  • Administrative Data
  • Basic maintenance
  • Extended maintenance

Administrative Data: The administration data contains the type of profile, short description, the file path at OS level, name of the instance and the last activation time.

Basic maintenance: Basic maintenance allows you to adjust the most important parameters and supports the user through the use of logical descriptions.

Extended maintenance: Extended maintenance displays the technical names of the profile parameters. In extended maintenance, you can also add new or delete existing parameters.

Step-by-step procedure to change a profile parameter

  • Select the profile type you want to change from the initial screen of RZ10
  • Select the Edit profile level (Ex: Administrative, Basic or Extended maintenance)
  • If you do not want to create new or delete existing parameter, Select Administrative or Basic maintenance and click display or change button. Display button will displays the parameter name and corresponding value. Change button allows you to change the parameter value
  • If you want to create new parameter or delete existing parameter, select the Extended maintenance option
  • After clicking on change button, You will get the screen where you can do many operations, such as creating a new parameter, deleting existing parameter or display existing parameter…etc
  • After any modification, you have to click Copy button which is available on the Application toolbar, When you do this, the changes are temporarily copied
  • Click profile from the menu bar and click exit
  • The initial screen of the profile maintenance screen again will be displayed
  • You can observe there is a version number field which will be incremented by 1 after clicking on the Save button in the Standard toolbar
  • As soon as you click Save button, Activate profile dialog box will be displayed, Click Yes
  • Now the Information box will be displayed. This information box is informing you that the changes are stored in the database and activated.
  • You must be able to see the changes now in the profile files at OS level after performing above step
  • Log off from the SAP system and restart the SAP system using SAP MMC
  • You can check the changes by following same steps mentioned above. You may also use display button instead of Change button to view only changed parameter values.

Changes to the default profile takes effect only after a restart of all instances in the entire SAP system. Some of the advantages of administering profiles within the SAP system instead of editing direct OS level profile files, are as follows

  • Central administration and maintenance of the instances is possible
  • Changes in profiles can be checked for consistency
  • We can have the facility of Administration of multiple versions of a profile
  • We can compare actively used profile and the profile stored in the database
  • Immediate activation of selected parameters

This topic is very easy to understand by reading carefully. You will feel like it is very simple after understanding the concept. If you need online explanation of this topic, please contact me at punarvasi@gmail.com or fill the form below and send your message as comment to this blog post. I will fix an appointment for online class. There is a fee of 5 USD for this online one-to-one interactive class. I will demonstrate this topic by showing steps on live SAP system. I am also providing complete SAP basis training, with which you will get hands on experience on each and every topic of the SAP basis administration. So plan to join the SAP basis training. All the classes are one-to-one interactive.

Posted in SAP Basis Notes by Raj. No Comments

Remote IDES Access at affordable prices

Remote IDES access is the fast and easy way to practice on any SAP module without having high end computer to install ECC, CRM, SCM or BI. SAP IDES (Internet Demo and Educational System) are fully functional regular SAP Systems that are already configured systems by SAP to show how ideal implementations should look like. SAP has developed IDES  for lot of its products. Some Examples are, APO IDES, CRM IDES, SRM IDES BW IDES, ECC IDES etc. Above all, IDES shows you the possibilities of the integrated applications in the SAP System. IDES cover all aspects of business enterprise, including Financial Accounting and Controlling, Sales and Distribution, Human Resources, Product Cost Planning, Overhead Management, Profitability Analysis, Planning, Sales and Distribution, Materials Management, Production, and much more. IDES have also integrated document administration and third-party CAD systems within the IDES system. This means that you can call up and display external documents, or access CAD drawings. SAP IDES is a normal SAP software but with lots of DEMO data. SAP IDES – the “Internet Demonstration and Educational System” in the SAP System, represents a model company. It consists of an international group with subsidiaries in several countries. IDES contains application data for various business scenarios that can be run in the SAP System.

With our IDES remote access, You can practice following modules.

  • Financial Accounting (FI) Controlling(CO)
  • Sales and Distribution (SD)
  • Materials Management (MM)
  • Plant Maintenance (PM)
  • Production Planning (PP)
  • Project System (PS)
  • Warehouse Management (LE-WM)
  • Quality Management (QM)
  • Asset Accounting(FI-AA)
  • Treasury(TR)
  • Enterprise Controlling (EC)
  • Customer Service (CS)
  • Personnel Administration and Payroll Accounting (PA)
  • Personnel Development (PA-PD)
  • Basis Components (BC)
  • Business Work Place (BWP)
  • Advanced Business Application Programming (ABAP)
  • Customer Relationship Management(CRM 7.0)
  • Supply Chain Management (SCM 7.0)
  • Business Intelligence (BI 7.0)

Our prices are very reasonable and affordable by a normal student. You can practice many of the above module with single access. 24/365 online servers along with best BASIS support. Before buying any of our services, Please contact us. We will analyze your requirement and suggest you the best solution.

Posted in Remote Access by Raj. 2 Comments

Configuring SAP system parameters

SAP system is built up of one or more instances. Configuring these instances and therefore of the entire SAP system is performed using the different system parameters. Defaults of these parameter values are defined in the kernel’s program code.

We can change the default system parameter values defined in the kernel’s program code using profile files. The system will read these profile files while the instance is started. These profile files are created when the SAP system is installed. We can edit these profile files whenever we want using any type of editor. Because profiles files are read only when the system is started, we must restart the instance or entire sap system after changing any system parameter using profile files. Then only, the changed system parameter will take into effect.

Profile files are created in the operating system directory \usr\sap\<SAPSID>\SYS\profile. This directory can be read by SAP system using the share or mount technique. There are three type of system profiles will be created during sap system installation. They are…

  • Start Profile- This profile specifies for each instance which processes are to be started. Structure of this profile file is START_<instace><instance number>_<host name>. Ex: Message server and dispatcher
  • Default Profile – This profile is read by all the the instances. The default profile is only available for each SAP system. This profile file contains system-wide settings like default logon client, name of the database server and enqueue server. DEFAULT.PFL is the structure of this profile file.
  • Instance Profile – The structure of the instance profile looks like <SAPSID>_<instance><instance number>_<host name>. This profile file defines parameters that apply to one instance. Ex: The number and type of work processes and the definition of size and allocation of main memory used.

How to display the current values of the System Parameters

There are 2 ways to do this operation in the SAP system. They are

  • RZ11 (T-Code) Enter this T-code in the command field and hit enter. Type the system parameter and click Display button to get the value of the entered parameter.
  • RSPFPAR – (Report) – You can run this report using T-Code SA38. Enter the Report name RSPFPAR, Enter the parameter that you want to know the details about. Click Execute button from the Application toolbar.

We can also display the values of the profile parameters at OS level using the user <sapsid>adm using the program sappfpar.

‘C:\sappfpar <parameter name>’ displays the current value of the parameter

‘C:\sappfpar all’ displays list of all the parameters

‘C:\sappfpar check’ We can check the parameter that are set

‘C:\sappfpar help’ displays the short overview of the possible options

This topic is straight forward to understand. You can understand this topic very easily if you read carefully. Once you got the concept, you will feel like it is very simple. To conclude above topic, there are default system parameters already defined in the kernel of the SAP system, The profile files are enables you to modify system parameters according to your requirement. If you need online explanation of this topic, please contact me at punarvasi@gmail.com or fill the form below and send your message as comment to this blog post. I will fix an appointment for online class. There is a fee of 5 USD for this online one-to-one interactive class. I will explain this topic by showing live SAP system. I am also providing SAP basis training, with which you will get complete hands on experience on each and every topic of the SAP basis administration. So plan to join the SAP basis training. All the classes are one-to-one interactive.

Posted in SAP Basis Notes by Raj. No Comments

SAP Installation

SAP installation knowledge is required for any body who wants to practice on sap functional modules like SD, MM, PP, HR, FICO and technical modules like ABAP and BASIS in the sap system. I have created sap installation screen shots when I was installing sap ecc 6.0 on my computer. These sap installation screen shots will make you more knowledgeable to install sap ecc 6.0 on your computer. I have explained each step in detail under below. Go through them and try to install sap on your own. If you need installation screen shots document, contact me by submitting the form.

Installing VMware

VMware is Virtualization software with which we can install multiple operating systems in single physical computer. I am using VMware because VMware is the market leader in virtualization. You can use any virtualization software to install windows server operating system. On the server operating system, you can install sap. You can use this server os to install any version of the sap software. SAP R3 versions include 4.6b, 4.6c, 4.7, ecc 5.0, ecc 6.0..etc

Installing Server Operating system

Windows server 2003 or server 2008 can be used to install sap. I can suggest you to install windows server 2003 for 32bit processors and 2008 for 64bit processors. On these operating systems, you can select ecc 6.0 sr2 for 32bit processors and ecc 6.0 ehp4 for 64bit processors. Select the proper host for your server and generate solution manager key in the solution manager system before proceeding with the installation of sap. You have to plan for SAP SID to generate solution manager key.

Partitioning HDD to install SAP ecc 6.0

Normally most of the branded laptops comes with single partition along with windows 7. With single partition, managing files and folders are little bit difficult. We can not install sap system directly on windows 7. We have to install VMware software and create virtual machine on windows 7.  Then, while installation of VMware, you have to select 50% of the hard drive for virtual machine and again 15% of HDD for C: drive in the virtual machine, 65% for D: drive and 20% for E: Drive. For example, if you have 1TB HDD in your laptop or desktop, you can allocate 500GB for virtual machine. In the allocated 500GB for virtual machine you can choose 75GB for C: Drive, 325GB for D: drive and 100GB for E: drive. Make sure that which version of ecc 6.0 you are using. according to it you have to select the partitions. You have to select 15% for C: drive while installing windows server operating system. You can make remaining partitions after completion of the operating system. You have to make D: and E: drives after completion of os installation. You have to use E: drive for sap software dump. D: drive should be used for installing actual sap software.

Configuring paging file to install sap ecc 6.0:

paging is one of the memory-management schemes by which a computer can store and retrieve data from secondary storage for use in main memory. the paging file is used by Windows to hold temporary data which is swapped in and out of physical memory in order to provide a larger virtual memory set. We have to configure this paging file using performance options from system properties. Total paging file size for all drives should be 3 time of your physical RAM. Then only the installation of sap will be continued without any problem.

Installing and configuring network adapter:

SAP system works on server operating system and it should be connected always to the network. Then only the users from client computers can access sap system using their graphical user interface(GUI). But for individual who wants to practice on single computer may not be on continuous network. So you have to install Microsoft Loopback Adapter to install sap on a standby computer. You have to assign any IP address after installation of network adapter. You can install Loopback adapter using Add Hardware icon which can find from control panel. You have to do ping test after assigning IP address. You should get the reply message 4 times without any packet loss.

Installation of j2sdk:

All of the sap installation screens will open only when j2sdk software installed and configured properly on your computer. So you have to install proper version of j2sdk in your computer. After installation of j2sdk, you have to set the user variables and system variables within environment variables option in system properties advanced tab. System properties can be opened by right clicking on My computer – Properties. After configuring user and system variables, you have to check whether java is working or not from the command prompt. Ex: type java and javac commands at command prompt. These commands should give the result of help without any error. After completion of this check, if it is passes, You can proceed further to install sap.

Installation of database(RDBMS) software:

The whole sap installation will goes into RDBMS. You can choose any of the RDBMS software from Oracle, MSSQL, DB2 or MAXDB and any other supported for sap installation. I have chosen oracle database software for all of my sap installations. This software may comes along with the actual sap software. You can check for the RDBMS DVDs in your starter kit of sap software. Install this software using the batch file which is provided by sap within the RDBMS DVD. The batch file will install only the structure of the database instead of installing whole default database. Select the proper SID for your database. You have to remember this SID. The installation master will ask you to enter it later during the installation of sap.

Installation of central services instance of sap ecc 6.0:

This phase of the installation is major portion of sap installation. This step takes more than 10 hours. This phase can be started with the help of Installation Master DVD. sapinst.exe is the executable file which will be used to start actual sap installation. In the Welcome to Installation Master screen, You have to choose proper sap system under correct database software. Software dump should be ready in your E: drive. Installation Master will ask you to show correct path to of the export DVDs, Oracle client and kernel cds. Installation Master will also ask you to enter SAPSID and Master password. You have to select the proper SAPSID for which you have the Solution manager key ready. You have to select the password and remember. This is the password will be used to login to the sap system through GUI after completion of sap installation. After clicking next in the Parameter Summary screen, The Installation Master will ask you to enter the solution manager key. You have to enter correct key to proceed further. Otherwise entire pre-installation steps are useless. If everything goes well you should get the message “The task has been completed successfully”. To get this message you have to wait approximately 10-20 hours. This time may vary computer to computer depending on their resources like RAM and processor allocated for this sap installation.

Presentation server or GUI installation

SAP GUI should be installed after above message to access installed sap system. This software can be installed either in the server or in the client computer to access installed sap system. You have to set the proper parameters of the sap system in sap logon pad before accessing. Then you can use the entry in the sap-logon pad to enter into the sap system. Always remember to start the sap system using sap management console every time you switch on the computer. You can check the following procedure to start and stop the sap system.

Starting and stopping SAP server

After completion of the sap central services instance installation, the SAP Management console icon will be created on the desktop. You have to open that icon, right click on SAPSID and click start. After 3-5 minutes the color of the SAPSID will become green. You can click on WP ABAP Table in the left pane and look for the status column should be wait and Start column should be Yes in the right pane. Now your sap system is started and ready for access.

Posted in SAP Installation by Raj. No Comments

Step-by-step procedure to do Local client copy in an SAP System

Step-by-step procedure to do Local client copy in an SAP System provided here under. Please get back to me for any more further clarification on this topic.

  1. Login to the SAP system using previously created client. There is no user to login to this client initially after creating a fresh client. But, we can login to the system using new client with the help of sap* which is virtual. The password of this user is pass
  2. Type the t-code sccl to start local client copy
  3. Select the profiles SAP_ALL (All Client-Specific Data w/o Change Documents)
  4. Select the source client as 000. You can also select any other client which is already available for logging in to the system
  5. Select the source client user masters as 000
  6. Click schedule as Background Job (F8). This job will take more than 1/2 an hour to finish, so that we should run this job in background. The background work process will do this job.
  7. Hit enter in the information box (Profile SAP_CUST recommended for copying from client 000)
  8. Select the background server which is optional and select the check box immediately
  9. Click Schedule Job (F6)
  10. Click continue in the verification screen
  11. Hit enter in the message screen “Background job was successfully scheduled, log is displayed in scc3″

This article is one the topic of My online interactive training on SAP basis administration. You can understand this topic even better by attending my training. Please write a message if you need more information about SAP basis administration online interactive training.

Disclaimer: Step-by-step procedures provided in this blog are only for your reference to do experiments on your test system to learn SAP basis administration. I am not responsible for any type of disturbances to your live or demo system. Please be careful while doing any experiment.

Posted in SAP Basis Notes by Raj. No Comments

Step-by-step procedure to create a client in an SAP system

Step-by-step procedure to create a client in an SAP system is given below. Follow the steps as it is to get the experiment success. Please get back to me if you need further help.

  1. Double click on SAP logon icon which is located on your desktop
  2. Select your SAP system in the SAP logon pad and click Log on button
  3. Enter 000 in the client field
  4. Enter sap* in the user field
  5. Enter the password in password field. This password would be either 06071992 or the password which is assigned by you while installing SAP system
  6. Hit Enter in your keyboard
  7. SAP Easy Access screen will be displayed
  8. Navigate ‘Tools – Administration – Administration – Client Administration – Client Maintenance’ or You can use T-Code SCC4 in the command field in SAP standard Toolbar
  9. Display View “Clients”: Overview screen will be displayed
  10. Click Display->Change button in Application Toolbar or you can use Ctrl+F1
  11. Click on continue button in message warning window
  12. Click on ‘New Entries’ button in the Application Toolbar
  13. New Entries: Details of Added Entries screen will be displayed
  14. Enter Client Number 100 in the client filed. You can use any number from 000 to 999. Except 000, 001, 066 these three clients are SAP standard clients.
  15. Enter Client Description in the beside client number field
  16. Enter City in the City field
  17. Enter Currency short code in Std Currency field
  18. Select customizing in the Client Role selection box
  19. Click on Save Button in the Standard toolbar
  20. Click Go Back button in the Standard Toolbar
  21. You can see the New Client Entry in the Change View “Clients”: Overview screen

Steps to log-in to new client

  1. Double click on SAP logon icon which is located on your desktop
  2. Select your SAP system in the SAP logon pad and click Log on button
  3. Enter 100 in the client field
  4. Enter sap* in the user field
  5. Enter password ‘pass’ in the password field
  6. Hit enter in your keyboard
  7. SAP Easy Access screen will be displayed

This article is one the topic of My online interactive training on SAP basis administration. You can understand this topic even better by attending my training. Please write a message if you need more information about SAP basis administration online interactive training.

Disclaimer: Step-by-step procedures provided in this blog are only for your reference to do experiments on your test system to learn SAP basis administration. I am not responsible for any type of disturbances to your live or demo system. Please be careful while doing any experiment.

Posted in SAP Basis Notes by Raj. No Comments

SAP BASIS Training in Hyderabad.

Learnin Technologies is the leading Training Provider located in Hyderabad, India. Trainings are delivered by some of the most experienced SAP Consultants in the market today. Our SAP Training courses are designed for both corporate level and for individuals willing to expand their SAP Knowledge.
We are providing the Online/Classroom training on the following Modules of SAP.
SAP ABAP/CA
SAP BI / BW
SAP BPC 7.5
SAP FICO
SAP SD
SAP MM
SAP HR
SAP PP
SAP PM
SAP PS
SAP BASIS

Our Faculty:
1. SAP certified Consultants
2. Experience in multiple SAP Implementations
3. More than 7 years of industry experience

Course Highlights:
1. Real time Project scenarios and Sample project discussed during the class
2. Training by Certified Professionals / Real Time Experts / Corporate Trainers
3. Course Material will be provided along with the Training
4. We provide Skill assessment tests / Assignments at appropriate times
5. We will provide sample resumes, help you in resume preparation and Interview preparation
6. 100 % Placement Assistance

OUR APPROACH:
• Resume preparation and mock up interviews
• Walk in to attend a free demo
• Attend classes free for the first 3 days
• 100% placements assistance
• 24 hours lab facility / 3 months of server access.

For More Information regarding course syllabus, Fee and to register for a Free Demo Please contact learnintech@gmail.com / training.learnintech@gmail.com

LearnIn Technologies.
Plot-16, G-1, Tricom towers,
Harsha Mess Lane,
Srinivasa Colony(West), Ameerpet,
Hyderabad – 500016
040-66445501/02,
+91 9248065505.

SAP BPC 10.0 NW Online Access, SAP BPC 10.0 NW Online Server Access

Hi,

We provide the online Server access to SAP BPC10.0 NetWeaver Version.

We also provide the remote access for all the SAP Servers like

SAP BPC 7.5 NetWeaver
SAP BI & ECC6
SAP BI & BO
SAP CRM 7.0
SAP IS Oil & Gas
SAP IS Retail

For more information, Please contact me on +91 9248476303 or raj.micait@gmail.com

**Important : These software are only for learning & practice purpose and not for any commercial use.