Posts

Printers installation in SAP

Image
  Printers installation in SAP. Step-by-Step guide Prerequisites. You want to know more about printer installation in SAP. For example, you want to use Zebra ZQ520 thermo-printer together with SAP EWM. But this step by step approach will be useful and for other Vendors and ABAP systems.   Resolution. Step 1. Finding the required Printer Vendor Wizard Note For Zebra: 1173046 – Printer Vendor Wizard Note: Zebra https://launchpad.support.sap.com/#/notes/1173046 For HP: 1135055 – Printer Vendor Wizard Note: HP https://launchpad.support.sap.com/#/notes/1135055 etc List of all Printer Vendor Notes here –  https://launchpad.support.sap.com/#/notes/1097990 Step 2. Explore Printer Vendor Wizard Note For Zebra we must explore Note #1173046 where we can find such Relation for Printer Model and Device Type for our printer. Step 3. Explore Vendor site for required Device Type For our Example https://www.zebra.com/us/en/support-downloads/knowledge-articles/device-type-used-to-print-to-...

ST22 Dump Analysis & Troubleshooting (Top 18 SAP Common ABAP Dumps)

Image
Top 18 SAP Common ABAP Dumps in ST22 & Troubleshooting The standard SAP Transaction code ST22 compiles the ABAP Dumps occurred in the SAP System. In this article, I will detail the Top 18 most common ABAP dumps�in ST22. It may help through troubleshooting as the first step. Second, you can search for, if exists a SAP Note which can correct the issue or ask SAP for help. Common ABAP Dumps in ST22 (1) STORAGE_PARAMETERS_WRONG_SET The problems with the dump STORAGE_PARAMETERS_WRONG_SET are mainly related to the general restrictions of the 32bit OS. You can address up to 4�GB of virtual memory. Each process in OS is running in its own context and can address max. 4�GB. The parameters which are related to heap memory ie- abap/heap_area_dia, abap/heap_area_nondia, abap/heap_area_total are should be set to 2 GB. Common approaches which we can take for this dump are: Please use in the ‘boot.ini’ file the switch 3GB and restart your whole computer as described in the below SAP Notes: SAP No...

Sap R/3 Architecture

Image
What is SAP R/3? SAP R/3 is a 3 tier architecture consisting of 3 layers Presentation Application Database In simple words, it’s a client server architecture. R  signifies Real-time system 3  represents – 3-tier architecture. User’s PC:-  Users can access SAP system in two ways:- Through SAP GUI Through Web browser It’s called front-end. Only the front-end is installed in the user’s PC not the application/database servers. Front-end takes the user’s requests to database server and application servers. Application Servers: –  Application server is built to process business-logic. This workload is distributed among multiple application servers. With multiple application servers, the user can get the output more quickly. Application server exists at a remote a location as compared to the location of the user PC. Database Server: – Database server stores and retrieves data as per  SQL  queries generated by ABAP and  Java  applications. Database and Ap...

SAP Basis

Image
This chapter explains the following topics − the role of a BASIS Administrator , tasks related to SAP BASIS Administration , and categorization of SAP Administrative tasks. We can subdivide the roles of a SAP BASIS Consultant into the following categories − Server Administrator Interface Analyst Solution Specialist System Architect Network Administrator Transport Administrator Batch Administrator Database Administrator Security Specialist ABAP Specialist DDIC Manager OS Administrator SAP DBA System Administrator Roles of a SAP BASIS Consultant The following illustration depicts the typical roles performed by a SAP BASIS Consultant − Tasks Performed under Different Roles We can further categorize the tasks performed under different roles − System Architect Sizing SAP systems Design SAP landscape Transport Administrator Change control across SAP landscape Batch Administrator Create and manage batch jobs across landscape Security Specialist Design, monitor, and manage access to SAP landsc...