basis presentation.ppt

Upload: richa-chauhan-bhawsar

Post on 03-Apr-2018

225 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/28/2019 Basis presentation.ppt

    1/41

    1 2010 Wi ro Ltd Internal and Restricted

    BASIS Overview

  • 7/28/2019 Basis presentation.ppt

    2/41

    2 2010 Wi ro Ltd Internal and Restricted

    SAP Architecture

    SAP Operation-Mode

    Background jobs

    Agenda

  • 7/28/2019 Basis presentation.ppt

    3/41

    3 2010 Wi ro Ltd Internal and Restricted

    TCP/IP

    This slide depicts how an application server works. Users make requests at the presentation

    layer and through TCP/IP these requests get sent to the application server. The dispatcher

    then takes the requests and assign them to work processes which handle the requests.More detailed explanations are on the following slides.

  • 7/28/2019 Basis presentation.ppt

    4/41

    Standard WorkProcesses:

  • 7/28/2019 Basis presentation.ppt

    5/41

    5 2010 Wi ro Ltd Internal and Restricted

    SAP Technical Overview

    Responsible for the interactive tasks of the

    R/3 system

    Dialog work processes execute only one

    dialog step at a time and are immediately

    freed for the next user request

    Constantly switching between users

    Dialog Work Processes:

  • 7/28/2019 Basis presentation.ppt

    6/41

    6 2010 Wi ro Ltd Internal and Restricted

    SAP Technical Overview

    Responsible for executing ABAP

    programs submitted for backgroundexecution

    Batch jobs schedule the sequence of

    program execution

    Used for running long and time

    consuming programs

    Background Work Processes:

  • 7/28/2019 Basis presentation.ppt

    7/417 2010 Wi ro Ltd Internal and Restricted

    SAP Technical Overview

    Responsible for formatting the data for

    printing and passing it to the host spoolsystem

    Only one spool work process allowed

    per server

    Spool Work Processes :

  • 7/28/2019 Basis presentation.ppt

    8/418 2010 Wi ro Ltd Internal and Restricted

    SAP Technical Overview

    Responsible for the lock management

    system

    Synchronizes database access for the

    multiple application servers and work

    processes

    Only one enqueue process per R/3

    system to ensure data integrity

    Enqueue Work Processes :

  • 7/28/2019 Basis presentation.ppt

    9/419 2010 Wi ro Ltd Internal and Restricted

    SAP Technical Overview

    Responsible for making database changes

    requested by dialog and backgroundprocesses

    For better performance, this process

    should be on the database server

    Update Work Processes :

  • 7/28/2019 Basis presentation.ppt

    10/4110 2010 Wi ro Ltd Internal and Restricted

    SAP Technical Overview

    Used by different application servers to

    exchange data and internal messages

    Routes messages, such as update or

    batch job starts, between application

    servers

    One message server per system

    Message Server:

  • 7/28/2019 Basis presentation.ppt

    11/4111 2010 Wi ro Ltd Internal and Restricted

    SAP Technical Overview

    Allows communication between R/3,

    R/2, and external applications

    Exchanges large amounts of information

    between application servers

    Gateway can reside on any of the

    connected systems

    Gateway Server :

  • 7/28/2019 Basis presentation.ppt

    12/4112 2010 Wi ro Ltd Internal and Restricted

    Work processes Maintenance:

    SM50

  • 7/28/2019 Basis presentation.ppt

    13/41

    SAP Technical Overview

    Processing of a SAP Transaction :

    Presentation . . . Internet

    Application

    Database

    Communication

    SAPGUI

    Work-

    process

    Work-

    process

    Work-

    process

    Dispatcher

    TCP/IP

    IPC

    Local Bufferfor R/3 Data,

    DW-Objects,

    ABAP-Objects

    1

    2

    3

    4

    5

    6

    8

    97

    1011

    12

    13 14

    Update requestRequest of

    already used

    data

    6. Request of data

  • 7/28/2019 Basis presentation.ppt

    14/4114 2010 Wi ro Ltd Internal and Restricted

    Operation Modes :

    Purpose : Operating modes are the way that R/3 system allows for flexible

    configuration of available services (work processes)

    Maximizing the use of available system resources

    Automatic switching of work process types

    Operating mode is used when there is a requirement of large no of background jobs to be run during less work load.

    To Alter the no of work processes.

    eg :-

    1. It converts specified no of dialog processes to back ground work process

    during night time.

    2. During day time it converts no of back ground work process to dialog

    processes.

  • 7/28/2019 Basis presentation.ppt

    15/41

    Use

    To define separate operation modes for day and nightoperation.

    Important data entry transactions during the day.

    Job processing at night .

    Operation Modes Day and Night Operation :

  • 7/28/2019 Basis presentation.ppt

    16/4116 2010 Wi ro Ltd Internal and Restricted

    Tcode : RZ04

    Operation Modes Day and night Operation:

    STEP : 1

  • 7/28/2019 Basis presentation.ppt

    17/4117 2010 Wi ro Ltd Internal and Restricted

    STEP : 2

  • 7/28/2019 Basis presentation.ppt

    18/4118

    2010 Wi ro Ltd Internal and Restricted

    STEP : 3

  • 7/28/2019 Basis presentation.ppt

    19/4119

    2010 Wi ro Ltd Internal and Restricted

    STEP : 4

  • 7/28/2019 Basis presentation.ppt

    20/4120

    2010 Wi ro Ltd Internal and Restricted

    STEP : 5

    TCODE: SM63

  • 7/28/2019 Basis presentation.ppt

    21/4121

    2010 Wi ro Ltd Internal and Restricted

    STEP : 6

  • 7/28/2019 Basis presentation.ppt

    22/4122

    2010 Wi ro Ltd Internal and Restricted

    STEP : 7

  • 7/28/2019 Basis presentation.ppt

    23/41

    23 2010 Wi ro Ltd Internal and Restricted

    Background jobs :

    A background job consists of one or more steps.

    A step can be :

    An ABAP program

    An external command

    An external program

    A job can be triggered to run: At a predefined date and time

    At the occurrence of a predefined event

    Background jobs can be prioritized as:

    1. Class A (high priority)

    2. Class B (medium priority)3. Class C (low priority)

    St t C t B k d J b

  • 7/28/2019 Basis presentation.ppt

    24/41

    24 2010 Wi ro Ltd Internal and Restricted

    Steps to Create Background Job :

    SM36

    St 2 T C t B k d J b

  • 7/28/2019 Basis presentation.ppt

    25/41

    25 2010 Wi ro Ltd Internal and Restricted

    Steps 2 : To Create Background Job :

  • 7/28/2019 Basis presentation.ppt

    26/41

    26 2010 Wi ro Ltd Internal and Restricted

    Step 3: Background Processing

  • 7/28/2019 Basis presentation.ppt

    27/41

  • 7/28/2019 Basis presentation.ppt

    28/41

    28 2010 Wi ro Ltd Internal and Restricted

    Status present in Background Job:

    1. Scheduled

    2. Released

    3. Ready

    4. Active

    5. Finished

    6. Canceled

    Tcode : SM37

  • 7/28/2019 Basis presentation.ppt

    29/41

    29 2010 Wi ro Ltd Internal and Restricted

    Tcode : SM37

  • 7/28/2019 Basis presentation.ppt

    30/41

    30 2010 Wi ro Ltd Internal and Restricted

  • 7/28/2019 Basis presentation.ppt

    31/41

    31 2010 Wi ro Ltd Internal and Restricted

    Job Active for long time :

  • 7/28/2019 Basis presentation.ppt

    32/41

    32 2010 Wi ro Ltd Internal and Restricted

    Job Work process details :

  • 7/28/2019 Basis presentation.ppt

    33/41

    33 2010 Wi ro Ltd Internal and Restricted

    Tcode: SM51

    Cross verifying Active job :

  • 7/28/2019 Basis presentation.ppt

    34/41

    34 2010 Wi ro Ltd Internal and Restricted

    Tcode: SM50

    Before Refresh :

  • 7/28/2019 Basis presentation.ppt

    35/41

    35 2010 Wi ro Ltd Internal and Restricted

    Before Refresh :

    After Refresh :

  • 7/28/2019 Basis presentation.ppt

    36/41

    36 2010 Wi ro Ltd Internal and Restricted

    After Refresh :

  • 7/28/2019 Basis presentation.ppt

    37/41

    37 2010 Wi ro Ltd Internal and Restricted

    General Table display: SE17

  • 7/28/2019 Basis presentation.ppt

    38/41

    38 2010 Wi ro Ltd Internal and Restricted

  • 7/28/2019 Basis presentation.ppt

    39/41

    39 2010 Wi ro Ltd Internal and Restricted

  • 7/28/2019 Basis presentation.ppt

    40/41

    40 2010 Wi ro Ltd Internal and Restricted

  • 7/28/2019 Basis presentation.ppt

    41/41