In SAS IT Resource Management
Adapter for SAP, the deployment is done automatically by the SAS
Deployment Wizard. In the previous version of the adapter,
the metadata of the jobs and tables had to be deployed manually.
After the installation is complete, a new folder named SAS
IT Resource Management Adapter for SAP
is added to
the Products
folder.
The following section
describes the SAS IT Resource Management jobs that are provided with
the SAS IT Resource Management Adapter for SAP. The SAS IT Resource
Management jobs require customization so that they reference the SAP
servers. Each sample job is used to achieve a particular objective.
These sample jobs are installed automatically during deployment in
the Jobs
folder.
To customize the SAS
IT Resource Management Adapter for SAP for your SAP environment, you
need to review and change several jobs or programs in the SAS Data
Integration Studio or SAS IT Resource Management client.
The following scenario
describes the jobs that handle both single and multiple SAP servers.
-
0010
Step 1 Select SAP Servers
: This job lists the servers
that are monitored. The job appends the attributes of the source SAP
servers to the Admin SAP Server Libraries table. The job uses the
Libref Collector transformation, which extracts the details of all
the SAP libraries registered in the SAS Metadata Server.
You need to apply a
filter if you want to restrict some libraries of SAP servers. Otherwise,
you can leave the job as it is shipped.
To customize this job,
provide the libref values of the relevant SAP servers to the macro
variable in Preprocglobal.sas program, which is used in this job.
-
0020
Step 2 Suggest Destinations for Selected SAP Servers: Extracts Destinations
:
This job extracts host information from those SAP servers.
-
0030
Step 3 Create Final List of Servers and Destinations
:
This job checks for duplicate servers and release compatibility.
-
0040
Step 4 Create Mapping for SAP Program Types
: This
job creates a table that maps SAP programs to applications.
-
0110_1A
Extract Default Performance Data from SAP Server
:
This job extracts default SAP performance data.
-
0110_1B
Extract All Performance Data from SAP Server
: This
job extracts all the SAP performance data.
Note: You need to deploy or schedule
either the 0110_1A or 0110_1B job. The job extracts the SAP ERP performance
data and stores it in the raw data SAS library. Ensure that it is
run on a regular basis so that you do not lose performance data. (Some
sites run it every hour.) This job writes to the raw data library,
appending data each time it is run, so that no data is overwritten.
The raw data library
must be specified as the input raw data library to the SAP ERP staging
transformation. The ETL process that this transformation runs reads
the raw data library and generates staged tables into the IT data
mart. However, it does not clear the contents of the raw data library.
Tip
Automate a backup job that
copies the raw data library to an archive location. Then empty the
raw data library before the execution of the next extraction job.
Note: To generate the reports,
it is recommended to run Adapter extraction using the direct extraction
method. For more detailed information about these tasks, see the SAS
IT Resource Management Adapter 3.7 for SAP: User’s Guide.