Banner 468 x 60px

Friday, January 18, 2013

Fwd: Error during call of SAP back end system in MOPZ

0 comments

Error:

 

While generating stack.xml in maintainance optimizer Error during call of SAP back end system

 

 

Solution:

 

OSS User id password has been changed and this did not reflected in sap servers. By changing the password to old password connection worked fine.

 

Reference


Note 982045 - Error calling the SAP back-end system

 

 


Read more...

Tuesday, January 15, 2013

SAP GUI Confiuration for Mobiles and Tablet PCs

0 comments

Requirement:

 

Users should be able to access SAPGUI, ESS from their android and ios based devices like mobile and tablets

 

Solution:


Configurations in SAP

 

You need to configure WEBGUI in sap. You can refer following link for configuration of WebGUI

http://scn.sap.com/docs/DOC-29485

 

Configurations in IOs Device

 

There is an applications in Apple market place 'SAP Launcher'. You can download this application and install on the device. By providing connection details you can  easily connect to sap webgui. I presume that you have connected to Wifi of your local office network.

 

Configurations in Android Based Device

 

You do not have sap gui application directly available for android devices. In this case we will make use of SAP WebGui.

 

As webgui works with host name resolution  we will  add host entry in android devices. For this I have used an application ' hosts editor ' which is available in android market. By this application you can maintain host entry similar to windows pc.

 

You can access webgui through following url

 

http://hostname:8000/sap/webgui?sap-client=client-number

 

VPN Connectivity:

 

Following applications found useful for connecting VPN. For vpn parameters you can take help of network team.

1.       NCP VPN Client – This application has facility of importing pcf files

2.       VPN Cilla

Apart from above you can find plenty of applications for vpn connectivity.

 

In the same way you can connect to your ESS Portal using following url

 

http://hostname.domainname.com:5nr00/irj/portal

 

 

 

 

 


Read more...

Changing Branding Image in Java Stack Login Page

Requirement: 
 
Change branding image which appears in login screen of ESS/Portal/Java Stack

Solution:

 
Navigate to
following path and replace the image branding-image.JPEG.

\usr\sap\<SID>\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\portalapps\com.sap.portal.runtime.logon\layout\

Reference:
 
http://wiki.sdn.sap.com/wiki/display/EP/Branding+Image+and+text+in+Portal+logon+page

Read more...

Tuesday, January 8, 2013

You do not have authorization to send to address

0 comments

Requirement :

 

User wants to send mail to other user by giving his user id only and not the mail address.

 

Steps to reproduce Error:

 

Im getting error You do not have authorization to send to address in SBWP > Recipient > F4 > Organization Unit > press enter and slect user > After this i select user name > enter by this im getting error You do not have authorization to send to

 

address even i have sap_all and Sap_new authorizations i get same error.

 

 

 

Solution

 

Goto TCode SO16 > and uncheck No sending between SAP Users

 

 

Uncheck will some more types in sbwp > F4

 

 

Reference Threads

 

http://scn.sap.com/thread/3289289

http://scn.sap.com/thread/1685855

http://scn.sap.com/thread/3280442

 


Read more...

Disable Import all truck in STMS


Requirement

Disable import all transport truck from STMS

 

Solution

Logon to development server / domain controller. Go STMS and click on Systems Overview

 

 Click on target system

 

 Navigate to Transport tool tab and make NO_IMPORT_ALL = 1

 

 It will prompt you for activation and distribution of transport configuration

 

 After activation you can find only single truck in stms of target system.

 





Read more...

Sunday, December 30, 2012

Auto Login to SAP GUI

Requirement :

User will be given a short cut on his desktop for his frequent access transaction codes from his favorite tcode list  and he do not need to enter user name and password every time.

Solution:

Create a desktop icon for his tcode.  

Login into sap with user id and right click on transaction and select create shortcut on desktop


Icon on desktop will be created.



After logging out from sap click on the icon. It will open the PO create screen but it will prompt you for password.




To enable autologin follow below procedure 


Right click on icon and edit menu.



By default Password field is disabled. To enable this make following changes in windows registry. 

Navigate to HKEY_CURRENT_USER  > Software > SAP > SAPShrotcut > Security > Create new string value EnablePassword and the value shoud be 1.




This will enable password field in above screen. Enter the password and save the entries. Once You click on desktop icon it will open transaction window without prompting for password.



Read more...