Posts

SAP IBP & HCI

Image
SAP IBP Integrated Business Planning is the process used to address supply chain challenges, risks, and opportunities. Oliver Wright provides definition: “Integrated Business Planning is the business planning Process for the post-recession era, extending the principles of Sales & Operation Planning (S&OP) throughout the supply chain, product and customer portfolios, customer demand and strategic planning, to deliver one seamless management process”. The balance of demand and supply is typically associated with S&OP. However, IBP extends the principles of S&OP across the supply chain by using advanced demand and supply planning, which integrates with financial plans and links a strategic plan with operational execution. SAP Integrated Business Planning offers solution for supply chain monitoring, sales and operation planning, demand management, inventory planning, supply planning and response management. S&OP is the core of Integrated Business P...

PRE – REQUISTIES

Installation Pre-Requisites: Download the Installation Guide from SMP 1. http://service.sap.com/instguides 2. http://service.sap.com/sltoolset 3. http://service.sap.com/swdc 4 http://launchpad.support.sap.com 5. http://service.sap.com/pam 6. http://service.sap.com/platforms 7.Install the Operating System and its patches as per the SAP Note specified in the installation guide. 8.setup the File System as per OS recommendations in the SAP Note 9.setup the File System as per DB recommendations in the SAP Note 10.setup the shared mount /sapmnt 11.Install the Java Runtime Environment if Required(SAP JVM is inbuilt in SWPM) 12.Install the database and required patches.(some databases may be installed along with SAP. EX; HANA,MaxDB,SYBASE) 13.Copy the Software to a folder[folder(subfolder Names))should not contain any spaces or special characters etc. 14.Use the SWPM(Software Provisioning Manager) software and navigate to the executable sapinst.exe or script ‘sapinst’ double ...

Client Creation

Client Creation: Execute SCC4 to create New Clients: Click on Change–>new Entries Specify the Client Number Specify the Description: TESTING Specify the Location: HYD Specify the Currency: INR Specify the Role: SAP Provides 6 Standard Client Roles CUSTOMIZING UNIT_TESTING SAND_BOX QUALITY_TESTING TRAINING PRODUCTION CUST    TEST    SAND   QTST    TRNG   PROD These Clients are represented with Four Characters. Specify the Client Specific Changes: The Changes are allowed at Client Level Specify the Cross Client Changes: The Changes are allowed at Client Level Specify the Repository Object Changes: The Changes are allowed at Client Level Specify the Protection Level: 0, 1, and 2: Client Specific Options: Changes without Automatic recording: The Changes are allowed in this client but not recorded for transportation it is set for SAND/TEST Client Automatic Recording of Changes: The Cha...

SAP Post-Installation

Post-Installation Actions: Install the GUI (740) and define the connection entries logon to the System and create admin Users other then sap* and DDIC. Lock the sap* User and disable the sap* logon by setting the parameter login/no_automatic_user_sapstar=1 in RZ10. Execute SICK to check the Compatability between OS/DB and SAP Kernels.if sick results in error then OS/Patch,Update,DB/Patch, Update,SAP Kernel Update May be required.Ex: Windows 2008 SR1 Requires SP Update    Oracle patch sets (1) are not Supported by SAP(9.2.0.1/10.2.0.1/11.2.0.1/12.1.0.1 are not supported. Certain SAP Kernel has to be Updated to higher versions before start working on the system.It will also checks whether the memory,buffer and processes parameters are configured optimally.(Example Btc=0,enq=0,upd=0,spo=0 buffer pxa nill then system restart will thrown an error). Run SGEN to Compile the Programs and reduce the Compilation and Run time.it needs certain space in the database. Ensur...

SAP DATA TYPE

SAP Software is imported into Data Folders sapdata1, 2, 3, and 4 etc… It contains the Data in three layers: Repository layer: These are standard Objects which are in the namespace A-X and not allowed to be modified by any user except developers. These Objects are generally locked and requires a Key from SAP for Modification or Repair. There are 4 million Objects in the Current Version of ERP Customer can develop their Objects in the namespace ‘y’ or ‘z’. The Customers can also have their own namespace registered with sap and develop in the namespaces /company/A to Z* Cross Client Objects: These are table entries which are applicable to all the clients in the System ex: T000, TBDLS, TACT, and USR40 Client Specific Objects: These are table entries which are specific to the Client and applicable to that client only. Ex: User Master, Material Master vendor, Customer etc. Install/upgrade basis 2006 Download software Login as Sid adm Switch to Trans dir. ...

WORK LORD ANALYSIS

Average Response Time : The Sum of (WAIT TIME+ROLL-in+Roll-out+ENQ+PROC+LG+RFC+DB). Execution Time= Response Time-Wait Time. Wait Time+Execution Time=Response Time GUI Time : The Time taken by the User Request to reach the Dispatcher is called as GUI Time. Generally, it should take around 200 ms. if it more then this then considers the following. 1.Network traffic/Bandwidth Usage is too high or Some other Groups of Users are sharing the same network.(switch,router,hub issue). The Users are logging to the server using VPN 2.Presentation Servers are outdated…(due to resources(CPU, mem, warranty) 3.The Request from the user is Expensive.(check Program/transaction/inputs) 4.GUI version is outdated(Update the GUI to the latest) 740 PL 6 5.GUI is Virus Prone.(Update the Systems with Antivirus Wait Time : The Amount of Time the User request waits in the queue to allocate a process based on FIFO.Generally, the wait time should not be more than 50 ms or 10% of Response time. ...

SAP R3 Buffer

Buffer Analysis: Buffers are used to store the frequently accessed and rarely modified data based on parameter settings in RZ10 and table technical settings in SE13. Buffers reside in memory and completely lost when the instance is restarted. Buffers contain screens, menus, programs, tables, common user attributes, calendar, table field and table definitions etc… The buffers are organized in the memory in the form of directories. Each directory consumes space, so buffers are organized by number of directories and space in KB Buffer Mechanism: 1. User submits the request. 2. The request goes to the database and fetches the content into application server. 3. The content is checked for its eligibility to store in buffer (RZ10/SE13), if it is eligible to store then it occupies directory along with some space, if a relative directory is available then uses the same directory with some space (memory). 4. If the directories are not sufficient the directory overflow occurs and ...