How to Activate Business Function sap

What is Business Function in sap When we upgrade our SAP system ( EHP upgrade or Version Upgrade) during Stack generation file ,we select Business Usage and Technical usage and based upon our selection for Technical Usage at the end of the upgrade some additional Business Function comes in our upgraded system. In order to get those business functionalities in upgraded system ,we need to activate corresponding Business Function else There is no use of upgrade from Business point of view. How to Activate Business Function sap Go to Sap T Code : SFW5   Click on Continue: Select related ……

BDLS Logical System Name Conversion in sap

BDLS Logical System Name Conversion    BDLS is used for LOGICAL System Name conversion after System Refresh activity.When we refresh our quality system (QAS) from Production system (PRD) then in Quality system production system entries come in database that need to changed with Quality system’s entry in order to Quality system work properly . BDLS conversion is mandatory step in Post System Refresh Steps ,In BDLS Conversion ,Production Logical System Name is changed to Quality Logical System Name. Example: If we are doing refresh from PRD Client 300 to QAS Client 300 then we need to run BDLS for PRDCLNT300 ……

How to Prepare SAP SYSTEM for Daylight Saving Time Change

On Sunday 2016, November 6th  at 2:00 AM Local time (where servers reside, here its ET), annual Time Change to daylight savings will take place. Daylight Saving Time Details: Year DST Start (Clock Forward) DST End (Clock Backward) 2015 Sunday, March 8, 2:00 AM Sunday, November 1, 2:00 AM 2016 Sunday, March 13, 2:00 AM Sunday, November 6, 2:00 AM 2017 Sunday, March 12, 2:00 AM Sunday, November 5, 2:00 AM During this time of one hour “Fall Back” on the clock, as is our Basis team best practice (SAP Note #7417, #102088 and others) we intend to gracefully shut ……

SE06 System Change Option

SE06 System Change Option SE06 is used for 2 purpose: 1>SE06 post installation actions for transport Organizer,It has been already explained in my separate article Please Read:  SE06 Post Installation TMS Configuration 2> Another important use of SE06 is for System change option: SE06 is used to modify the system objects across the Client ,Setting from SE06 will be applicable to all the client while setting from SCC4 is limited to particular client where we made changes in SCC4 When SE06 System change system option is required over SCC4  I have explained earlier : How to Open Client to change client specific ……

How to Open Client in Sap

How to Open Client in Sap Many time we receive request from functional team to Open Client in Sap. Why to Open Client in SAP: There are many objects which can’t be modified without Open Client So this request comes from Development team. How to Open Client in SAP : Transaction SCC4: Go to Transaction SCC4 and make the changes as per below screen and Save it.

How to Suspend Sap Background jobs – BTCTRNS1 and BTCTRNS2

Suspend and Release Background Jobs with BTCTRNS1 & BTCTRNS2 : Whenever we are doing any SAP upgrade or Sap System Refresh Post activities ,In these scenario ,we need to Suspend SAP Jobs which are in released status with the execution of SAP Report BTCTRNS1 and BTCTRNS2. Why we need to Suspend SAP Background Jobs: If we’ll not suspend released jobs then in the middle of our upgrade activity ,Jobs will execute and impact our upgrade. How to Suspend Sap Background jobs before Upgrade execution(BTCTRNS1 ): Goto SE38 –> Enter Report Name BTCTRNS1 –> Execute –> DONE Result: It Moves all ……

How to Change Permalink in WordPress with No traffic Loss

How to Change permalink in WordPress with No traffic Loss Last week i changed permalink in WordPress for my technical website: http://www.sapbasis1solution.com without loosing my current traffic of the website: So i thought to share the Tip and procedure with all the bloggers whoever wants to change it for SEO best practice after posting couple of articles as we have biggest challenge to keep website traffic in place while changing Permalink in wordpress / URL of the wordpress website. What is Permalink: Lets start with Basic , specially for Newbie bloggers who recently started their blogging career Below image explains what is ……

WHAT IS SAPCPE AND HOW TO EXECUTE

WHAT IS SAPCPE: SPACPE is kernel program It copies selected files and directories from a source directory to a target directory based upon paramter that we give with sapcpe command.You can find it under /sapmnt/SID/exe/ SAPCPE is used to sync kernel files across the server.It is highly usefull for application server kernel upgrade.   Run SAPCPE Central Instance: It is recommended to execute sapcpe command from work directory as we can check log files of sapcpe command in work directory: cd /usr/sap/<SID>/DVEBMGS00/work sapcpe pf=/usr/sap/<SID>/SYS/profile/<InstanceProfile> It copies Global Exe kernel files from /sapmnt/SID/exe to /usr/sap/SID/DVEBMGS00/exe In work Directory check the logs ……

SAPROOT.SH and ORAROOT.sh

SAPROOT.SH & ORAROOT.SH saproot.sh and oraroot.sh are necessary to setup the ICMBND/BRTOOLS ownership and permission at OS level and script needs to be executed as root user. Aftter kernel upgrade we need to execute these scripts before starting SAP. Where to get These scripts: These files comes when we extract below files downlaoded from Sap Service Marketplace: SAPEXE.SAR >>It contains Database Independent executables files >> Contains saproot.sh script SAPEXEDB.SAR >>It contains Database Dependent executables files >> Contains oraroot.sh script Please follow as below: 1. Login as sidadm user 2. cd to /sapmnt/SID/exe 3. su (change as root user) 4. ./saproot.sh SID 5. ./oraroot.sh SID ……

How to Check Sap Kernel Unicode and Non Unicode

How to Check Sap Kernel Unicode & Non-Unicode: Before doing kernel upgrade it is mendatory step to check existing kernel whether it is Unicode and Non Unicdoe: There is a kernel program in kernel executables files disp+work.You can find it under /sapmnt/SID/exe/ Execute below disp+work Command from OS level. It provides 3 useful information: 1> Kernel Type : Unicode or Non Unidoe 2> Kernel Version 3> Kernel Patch level Please refer below screenshot,In the Blue box you’ll find Kernel Type,In our case it is Unicode. Based upon Unicode and Unicode kernel,We download related kernel files from SAP Marketplace. Please read complete Kernel ……