RZ70 SLD CONFIGURATION

RZ70 SLD CONFIGURATION In the post i am covering below points: What is SLD. How to push ABAP system data to SLD <Step by Step procedure with screenshot> What is RZ70 and What we don in RZ70. SLD is System Landscape Directory ,A central repository containing complete System Landscape information  in terms of System component,Hardware Components,Software Updates and many more. RZ70 TCODE is used to configure SLD to that local system and used to send ABAP system data to SLD.Please follow below steps to send System data to Central SLD. GO to TCODE : RZ70 –> Proceed as per below ……

How To Check Kernel Version in Sap

How To Check Kernel Version in Sap There are 2 ways to Check Kernel version and Patch level in SAP. 1> From ABAP Level (Via SM51) 2> From Operating System (Via disp+work) From ABAP Level Goto : transaction SM51 Click on Release Notes as below screenshot: Below screen will come,Please refer below screenshot and see Kernel level and Pach level ,we can get it from ABAP itself. There is another way to get Kernel Version from Operating System.There is a kernel program. disp+work. You can execute below program /Command to get same kernel version and patch version from OS level.

SAP TMS CONFIGURATION

SAP TMS CONFIGURATION This is SAP TMS CONFIGURATION Guide,It covers step by step screenshot of all the steps which we need to perfrom in order to SAP TMS CONFIGUARTION.TMS stands for Transport Management System. Exactly same steps we need to perform for TMS Configuration after System Copy. TMS Configuration via SE06. Login to client 000 using DDIC ID.  Transaction: SE06          Select “database copy or database migration” and click on ‘Perform Post-Installation Actions’ button.                      Yes             click on the continue button.( Make ……

How to Deploy SCA file using SDM Software Deployment Manager Command Line

Software Deployment Manager tool SDM | How to Deploy SCA file using SDM Command Line Software Deployment Manager SDM tool comes with the SAP Java stack. In SAP Netweaver 2004 ,We used to deploy java support patches using Software Deployment Manager SDM but later JSPM (JaVa Support Pack Manager) came into picture in NW 2004s JSPM was advance tool compare to SDM.It automatically calculate Queue and import Java Patches ,We can say easy method to deploy java Patches. But internally JSPM calls SDM only and patches are deployed with SDM only. So we can say SDM is core of JSPM Java ……

How to import SAP transport request STMS Import

How to import SAP transport request – STMS Import To apply SAP transport in system please follow below mentioned steps,I have also included live screenshot of STMS import. Step 1: > Execute T-CODE “stms_import”: Step 2 >You can see the following screen: Step 3: Click on refresh button: Step  4: Do Cntr+F to find the TR number to be imported in the List: Once you get the transport in the list.you can now import it in the system. In case of you are not able to find TR after search then Goto Extra–> Add the TR in the inport list. Step 5 ……

SAP MARKETPLACE COMPLETE KILLER GUIDE

  SAP  MARKETPLACE SAP MARKETPLACE is also known as SAP SERVICE MARKETPLACE. This articles covers belows ponits: What is SAP MARKETPLACE. Why SAP MARKETPLACE  is important for SAP Administrator. How we can access SAP Service marketplace. What can be done with SAP Service Marketplace. Lets cover one by one- What is SAP MARKETPLACE. SAP Marketplace is single place provided By SAP for doing all support activities.Whenever we need anything from SAP interm of help,support,Sap softwares, SAP Marketplace is single place for it. SAP MARKETPLACE In Deep I am SAP Basis consultant,so i always need to download software patches,search and download SAP ……

How to install SAP Host Agent

How to install SAP Host Agent This article covers the steps to install SAP HOST AGENT ,Please follow below steps to install SAP HOST AGENT  .{Below example is for UNIX/AIX/LINUX OS } Login as root as <sidadm> doesn’t have permission for executing SAP HOST AGENT commands. cd /usr/sap/tmp mkdir hostagent {create new directory} cd hostagent Uncar SAP HOST AGENT Sar file as belowSAPCAR –xvf SAPHOSTAGENT114_114-20005727.SAR  <SAPHOSTAGNET SAR FILE ,We need to download it from service market place> Execute command as below ./saphostexec -install  {Execute from root user} Validate if it is installed correctly ,Below 3 processes should be running.

HOW to Check SAP HOST AGENT Version

HOW to Check SAP HOST AGENT Version This article covers the steps to check SAP HOST AGENT Version,Please follow below steps to check version.{Below example is for UNIX/AIX/LINUX OS} Login as root as <sidadm> doesn’t have permission for executing SAP HOST AGENT commands. cd /usr/sap/hostctrl/exe {navigate to directory where sap host agent is installed} execute command ./saphostexec -version Please screenshot shows SAP Host Agent version of my system is at 721_REL and patch level 15.

How to Check SAP Version / SAP Netweaver Version

How to Check SAP Version / SAP Netweaver version I received many query from fresher  how to check SAP version and SAP Netweaver version ? On which SAP or Netweaver version our SAP system is running ? This article solves all these query- I cover for ABAP Application server from SAPGUI: Login into SAP system via SAPGUI: From the Main menu navigate to SYSTEM –>STATUS (below screen will open) In the Component version you are seeing SAP ECC 6.0 ,it means this system is running on SAP ECC 6.0 . To check in more details,click on search bottom    it’ll open component ……

How to check Sap Java Version

How to check Sap Java Version SAP JVM is SAP’s certified Java Virtual Machine and JDK,Previously we were using HP JDK 1.4 which is now out of support by SAP and SAP introduced it’s own JAVA which we say SAP JVM. This article covers how we can check SAP Java version to know on which SAP JVM version our SAP system is running. Execute below command from command prompt: hostname > java -version java version “1.4.2_34” Java(TM) 2 Runtime Environment, Standard Edition (build 4.1.036) SAP Java Server VM (build 4.1.036 24.45-b08, Dec 2 2013 03:46:37 – 41_REL – optU – ……