Banner 468 x 60px

Tuesday, January 15, 2013

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

Thursday, November 8, 2012

Friday, November 2, 2012

SAP Authorization Objects Tables

0 comments

Table Name Description
TOBJ Authorization Objects
TACTActivities which can be Protected (Standard activities authorization fields in the system)
TACTZ Valid activities for each authorization object
TDDAT Maintenance Areas for Tables
TSTCSAP Transaction Codes
TPGPABAP/4 Authorization Groups
USOBTRelation transaction > authorization object
USOBX Check table for table USOBT
USOBT_C Relation Transaction   > Auth. Object (Customer)
USOBX_C Check Table for Table USOBT_C


User Tables

Table Description
USR01User master record (runtime data)
USR02 Logon data
USR03 User address data
USR04User master authorizations
USR05 User Master Parameter ID
USR06 Additional Data per User
USR07Object/values of last authorization check that failed
USR08 Table for user menu entries
USR09 Entries for user menus (work areas)
USR10User master authorization profiles
USR11 User Master Texts for Profiles (USR10)
USR12 User master authorization values
USR13Short Texts for Authorizations
USR14 Surchargeable Language Versions per User
USR30Additional Information for User Menu
USH02 Change history for logon data
USH04 Change history for authorizations
USH10Change history for authorization profiles
USH12 Change history for authorization values
UST04 User masters
UST10CUser master: Composite profiles
UST10S User master: Single profiles
UST12 User master: Authorizations


Read more...