<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-9193275405587033740</atom:id><lastBuildDate>Sun, 29 Sep 2024 01:43:19 +0000</lastBuildDate><category>General SAP</category><category>Spool Management SAP</category><category>Unix</category><title>SAP Basis 4 Noob&#39;s</title><description>My General Notes on SAP Basis :D</description><link>http://sapbasis4noob.blogspot.com/</link><managingEditor>noreply@blogger.com (Alvin &amp; Focker)</managingEditor><generator>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9193275405587033740.post-5221368100053345963</guid><pubDate>Sun, 22 Mar 2009 15:26:00 +0000</pubDate><atom:updated>2009-03-22T09:03:28.934-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">General SAP</category><title>Process Flow on Starting &amp; Stop SAP Instance</title><description>Flow and processes on starting up SAP&lt;br /&gt;&lt;br /&gt;Starting an SAP System is performed in a number of steps and is the task of the&lt;br /&gt;operating system user &lt;sid&gt;adm.&lt;br /&gt;&lt;br /&gt;&lt;/sid&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://i42.tinypic.com/9hp1j7.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 427px; height: 285px;&quot; src=&quot;http://i42.tinypic.com/9hp1j7.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;sid&gt;Start the database:&lt;br /&gt;•The underlying element of the entire SAP system is the database. Before the&lt;br /&gt;SAP instances are started, this must have operational status. The &lt;span style=&quot;font-weight: bold;&quot;&gt;database &lt;/span&gt;is&lt;br /&gt;therefore always started as the first step.&lt;br /&gt;&lt;br /&gt;Start the central instance:&lt;br /&gt;•Next, the operating system collector &lt;span style=&quot;font-weight: bold;&quot;&gt;SAPOSCOL &lt;/span&gt;is started, this program collects data&lt;br /&gt;about operating system resources and makes this data available through the&lt;br /&gt;shared memory of all SAP instances.&lt;br /&gt;&lt;br /&gt;Follow by starting up &lt;span style=&quot;font-weight: bold;&quot;&gt;message server&lt;/span&gt; and the &lt;span style=&quot;font-weight: bold;&quot;&gt;dispatcher&lt;/span&gt; and its &lt;span style=&quot;font-weight: bold;&quot;&gt;work processes&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;The dispatcher also starts the Internet Communication manager (&lt;span style=&quot;font-weight: bold;&quot;&gt;ICM&lt;/span&gt;) and the&lt;br /&gt;SAP Web AS Java (if it is installed).&lt;br /&gt;&lt;br /&gt;When the instances are started, SAP Service reads which processes (message&lt;br /&gt;server, dispatcher) are to be started from the instance-specific&lt;span style=&quot;font-weight: bold;&quot;&gt; start profile&lt;/span&gt;. These profiles are read by the dispatcher, which starts the work processes and creates the instance-specific configuration.&lt;br /&gt;&lt;br /&gt;After the instance has been successfully started, all &lt;span style=&quot;font-weight: bold;&quot;&gt;work processes&lt;/span&gt; connect to&lt;br /&gt;the &lt;span style=&quot;font-weight: bold;&quot;&gt;database&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/sid&gt;</description><link>http://sapbasis4noob.blogspot.com/2009/03/process-jobs-on-starting-stop-sap.html</link><author>noreply@blogger.com (Alvin &amp; Focker)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://i42.tinypic.com/9hp1j7_th.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9193275405587033740.post-7283148010162603006</guid><pubDate>Sun, 22 Mar 2009 10:58:00 +0000</pubDate><atom:updated>2009-03-22T04:30:27.498-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">General SAP</category><category domain="http://www.blogger.com/atom/ns#">Unix</category><title>How to Start and Stop SAP Instance</title><description>Proper way to &lt;span style=&quot;font-weight: bold;&quot;&gt;Stop &lt;/span&gt;SAP instance and Oracle db.&lt;br /&gt;1. Stop SAP Instance&lt;br /&gt;2. Stop Oracle DB&lt;br /&gt;&lt;br /&gt;To &lt;span style=&quot;font-weight: bold;&quot;&gt;Start &lt;/span&gt;- reverse way&lt;br /&gt;1. Start listener&lt;br /&gt;2. Start Oracle db and start SAP instance&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Command to Start and Stop SAP in hp-ux/ unix / linux&lt;br /&gt;---------------------------------------------------------------&lt;br /&gt;- Login as &lt;sid&gt;adm&lt;br /&gt;- &quot;stopsap&quot;&lt;br /&gt;&lt;br /&gt;While starting&lt;br /&gt;- Login as ora&lt;sid&gt;&lt;br /&gt;- &quot;lsnrctl start&quot;&lt;br /&gt;- &quot;su - &lt;sid&gt;adm&quot; (login as &lt;sid&gt;adm)&lt;br /&gt;- &quot;startsap&quot;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Alternative command to Start and Stop SAP instance and Oracle database in Unix&lt;br /&gt;&quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;stopsap all&lt;/span&gt;&quot; - stop r3 and database.&lt;br /&gt;&quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;stopsap db&lt;/span&gt;&quot; - stop only the database.&lt;br /&gt;&quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;stopsap r3&lt;/span&gt;&quot; - stop r3 instance only.&lt;br /&gt;&lt;br /&gt;&quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;startsap all&lt;/span&gt;&quot; - starts r3 and database.&lt;br /&gt;&quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;startsap db&lt;/span&gt;&quot; - starts only the database.&lt;br /&gt;&quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;startsap r3&lt;/span&gt;&quot; - starts r3 and assumes that the database is already started.&lt;/sid&gt;&lt;/sid&gt;&lt;/sid&gt;&lt;/sid&gt;</description><link>http://sapbasis4noob.blogspot.com/2009/03/how-to-start-and-stop-sap-instance.html</link><author>noreply@blogger.com (Alvin &amp; Focker)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9193275405587033740.post-8914001860099267806</guid><pubDate>Sun, 22 Mar 2009 10:21:00 +0000</pubDate><atom:updated>2009-03-22T03:47:25.136-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">General SAP</category><category domain="http://www.blogger.com/atom/ns#">Spool Management SAP</category><title>Basic Spool &amp; Printing Concept</title><description>&lt;span style=&quot;font-weight: bold;&quot;&gt;Spool request&lt;/span&gt; is the SAP naming convention for output job or print job, but in SAP terms a spool request is made up of the spool request record (administrative information to manage the print jobs), the data that are sent to the printing devices, and the actual output request. A spool request is not necessarily meant just for printing, it also can be generated for other communication or archiving devices.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Output requests&lt;/span&gt; are the component of the spool request which actually formats the output data and sends it to the host spool system to be printed. You can submit multiple output requests for a single spool request. Eg you can have a spool request printed on different printers or reprint a request if it could not be printed successfully the first time.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Access methods&lt;/span&gt; are how the SAP spool work process communicates with the host spool system&lt;br /&gt;SAP scripts is SAP own text editor which is used for creating and formatting documentation in SAP, such as online help, forms, implementation guide texts, mail message and so on.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;List Output&lt;/span&gt; is a generic name for the output that is generated by ABAP reports and that is not formatted using SAP Scripts. The spool system handles both types of output that generated by SAP Scripts text editor and the results of an ABAP report.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Forms &lt;/span&gt;define the page layout for texts, report list, and the like that are specially prepared for display or for printing.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Layout &lt;/span&gt;sets are maps of output pages that specify where the text is placed on the page what its attributes are.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Temse &lt;/span&gt;stands for the temporary sequential object database, which is a special place where the SAP system stores the spool request data and other SAP objects such as the background job logs.</description><link>http://sapbasis4noob.blogspot.com/2009/03/basic-spool-printing-concept.html</link><author>noreply@blogger.com (Alvin &amp; Focker)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9193275405587033740.post-304510925075249424</guid><pubDate>Sun, 22 Mar 2009 07:23:00 +0000</pubDate><atom:updated>2009-03-22T03:19:27.055-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Spool Management SAP</category><title>SAP Printing System</title><description>SAP provides its own spooling and printing system within the SAP applications to enable a uniform interface for all printing functions, independently of the system platforms supporting both printing devices and application services. This is one of the features of the traditional open client/server architecture of the SAP Basis system.&lt;br /&gt;&lt;br /&gt;There is at least one running spool work process when a SAP application server is configured for  a spool server. This does not mean that the application server is not running other types of SAP services. These servers can be small, dedicated workstations with a high speed network connection to the other servers, which are used for connecting and configuring the host printers used by the SAP system.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://i39.tinypic.com/25jcn55.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 445px; height: 302px;&quot; src=&quot;http://i39.tinypic.com/25jcn55.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Printers or other output devices defined in SAP spool system have a primary spool server designated; that is a server with one or more spool work processes running on it. This server is in charge of processing spool requests for those printers and devices. If the primary spool server becomes unavailable, it is possible to specify an alternate spool server in order to process the spool request from those printers and devices.&lt;br /&gt;&lt;br /&gt;The host spool system is the ultimate component in charge of sending the print job to the physical printer. This is basically how the printing system works in SAP WAS.&lt;br /&gt;&lt;br /&gt;***A spool request is not necessarily meant just for printing. It can also be generated for other communication or archiving devices.</description><link>http://sapbasis4noob.blogspot.com/2009/03/sap-printing-system.html</link><author>noreply@blogger.com (Alvin &amp; Focker)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://i39.tinypic.com/25jcn55_th.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9193275405587033740.post-1923401070185452206</guid><pubDate>Sat, 14 Mar 2009 15:05:00 +0000</pubDate><atom:updated>2009-03-14T09:38:32.902-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">General SAP</category><title>What are the 3 Layer in SAP R/3 architecture?</title><description>&lt;div&gt;&lt;div&gt;They are:- &lt;/div&gt;&lt;ul&gt;&lt;li&gt;Presentation Layer&lt;/li&gt;&lt;li&gt;Application Layer&lt;/li&gt;&lt;li&gt;Database Layer&lt;br /&gt;&lt;br /&gt;&lt;img style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 437px; CURSOR: hand; HEIGHT: 316px; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;http://i41.tinypic.com/2m7x3qb.jpg&quot; border=&quot;0&quot; /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;Presentation Layer&lt;/strong&gt; is the system with GUI where the enduser works and directly&lt;br /&gt;collect the requirment from end users to be process to on the next layer(Apps Layer &amp;amp; DB Layer)&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;The &lt;strong&gt;Application Layer&lt;/strong&gt; of an R/3 System is made up of the application servers and the message server. Application server is where the dispatcher distribute the work load to the different work processes(like Dailog workprocess, Background workprocess, Spool workprocess, Update Workprocess, and Enque workprocess)and makes the job done.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;strong&gt;Database Layer&lt;/strong&gt; is where it contains three buffer( Database buffer,SQL buffer and Redolog buffer )and as Actual database where the commited data is stored.&lt;/div&gt;&lt;/div&gt;</description><link>http://sapbasis4noob.blogspot.com/2009/03/what-are-3-layer-in-sap-r3-architecture.html</link><author>noreply@blogger.com (Alvin &amp; Focker)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://i41.tinypic.com/2m7x3qb_th.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9193275405587033740.post-4400030107601433478</guid><pubDate>Sat, 14 Mar 2009 13:10:00 +0000</pubDate><atom:updated>2009-03-15T02:07:06.935-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">General SAP</category><title>What is SAP stands for?</title><description>The meaning of &lt;strong&gt;SAP&lt;/strong&gt; is: &quot;Systeme, Anwendungen und Produkte in der Datenverarbeitung&#39;. (in German Language)&lt;br /&gt;&lt;br /&gt;It&#39;s stands for &quot;Systems, Appilications and Products in Data Processing&quot; in English.&lt;br /&gt;&lt;br /&gt;When &lt;strong&gt;SAP&lt;/strong&gt; came to America, it changed to Systems, Applications and Products. In the 1980s it was Systems, Applications and Products in Data Processing, a literal translation of the German wording.&lt;br /&gt;&lt;br /&gt;Simple and straight forward answer. Comment me if i&#39;m wrong.</description><link>http://sapbasis4noob.blogspot.com/2009/03/what-does-sap-stands-for.html</link><author>noreply@blogger.com (Alvin &amp; Focker)</author><thr:total>0</thr:total></item></channel></rss>