Hi Sridhar,
Qtp support SAP. I am working on it presently.
Before working with SAP, u need to do some settings in SAP which are as below
Enabling User Scripting
These are the basic settings you need to enable scripting on your SAP GUI for windows apps before you start automating it.
1) Client side setting
2) Server side setting
1) Client side setting: Whenever the user tries to connect with the SAP through QTP script, below pop up will be shown.
To overcome this do the following steps….
• Logon to SAP
• Click on the Customizing of local Layout button
• Select Options. An Option Pop Up will appear.
• Go to the Scripting Tab
• Check the enable scripting check box and uncheck the rest of the check boxes.
This completes enabling client side scripting.
2) Server Side Setting: Sometime when we need to record or spy an object, we won’t be able to do it. And we might get one popup saying – server side scripting is not enabled. In that case do the following steps to overcome this problem.
Run the transaction code RZ11 ,this opens Maintain Profile Parameters page enter Sapgui/user_scripting and click on Display button.
When you click on the display button, the below screen will appear.
Click on change value button and change the value of profileval to TRUE. This completes our Enable scripting process.
Qtp support SAP. I am working on it presently.
Before working with SAP, u need to do some settings in SAP which are as below
Enabling User Scripting
These are the basic settings you need to enable scripting on your SAP GUI for windows apps before you start automating it.
1) Client side setting
2) Server side setting
1) Client side setting: Whenever the user tries to connect with the SAP through QTP script, below pop up will be shown.
To overcome this do the following steps….
• Logon to SAP
• Click on the Customizing of local Layout button
• Select Options. An Option Pop Up will appear.
• Go to the Scripting Tab
• Check the enable scripting check box and uncheck the rest of the check boxes.
This completes enabling client side scripting.
2) Server Side Setting: Sometime when we need to record or spy an object, we won’t be able to do it. And we might get one popup saying – server side scripting is not enabled. In that case do the following steps to overcome this problem.
Run the transaction code RZ11 ,this opens Maintain Profile Parameters page enter Sapgui/user_scripting and click on Display button.
When you click on the display button, the below screen will appear.
Click on change value button and change the value of profileval to TRUE. This completes our Enable scripting process.