Wednesday, December 8, 2010

Print Architecture and Printing Methods 

Print Methods
1.Local printing 2.Remote printing (network) 3.Frontend Printing



1. After the user triggers the print process, the print requests are sent to the spool server, which contains the dialog and spool work processes required for the processing.
2. A dialog work process (D-WP) of the spool server forwards the spool data to the spool database for temporary storage.
3.When the data is explicitly sent to an output device, an output request is generated from the spool request. This is forwarded to the spool work process (S-WP).
4.The spool work process formats the output request data.
This converts an internal data stream of the SAP Systems to a data stream that the output device understands.
5. After formatting, the spool work process forwards the print request to the host spool system (operating system spooler). The host spool system has the following tasks:
Wait queue management
Transferring the data to the output device
Depending on the situation of the host spool system, one of the following print types is used:
local: The print requests are forwarded to the printer through a local network. The host spool system and the spool work process are on the same host.
It is irrelevant whether the output device is directly connected to the server, or whether it is defined using a remote print server.
remote: The print requests are forwarded from the spool work process to the printer through a remote network. The host spool system is on a different host to the spool work process. This remote host is called the target host.









Thursday, September 30, 2010

How to Start the Visual Administrator

How to Start the Visual Administrator


1. Starting the tool:

a. For ABAP + J2EE system:

On Windows:

Run \usr\sap\\DVEBMGS\j2ee\admin\go.bat.

On UNIX:

Run /usr/sap//DVEBMGS/j2ee/admin/go.

b. For a J2EE system:

On Windows:

Run \usr\sap\\JC\j2ee\admin\go.bat.

On UNIX:

Run /usr/sap//JC/j2ee/admin/go.

2. Logging in.

a. J2EE system

Choose Connect to use the Default login and enter the password for the Administrator user of the SAP J2EE engine.

b. ABAP + J2EE system

i. User Name: J2EE_ADMIN

ii. Host: of the J2EE engine

iii. Port:

The following convention applies for the port: 504. For example, if your J2EE instance number is 15, the P4port is 51504.

Enter the password for the J2EE_ADMIN user and choose Connect.