32
1 Minola Technology An SAP Mobile Apps & ABAP partner Presentation SAP Mobile App Active Alerts An early warning system for SAP issues

Early-warning Alerts on SAP issues

Embed Size (px)

Citation preview

Page 1: Early-warning Alerts on SAP issues

1

Minola TechnologyAn SAP Mobile Apps & ABAP partner

Presentation

SAP Mobile App

Active Alerts

An early warning system for SAP issues

Page 2: Early-warning Alerts on SAP issues

2

Use Cases

Page 3: Early-warning Alerts on SAP issues

3

Use Cases

1: A batch EDI interface of sales orders is run on a regular basis with a need to know if it fails or if there is any missing field values. In the case of a fail then the appropriate person needs to be notified.

2: A vendor invoice is parked and then posted by the same user alert Accounts Payable manager.

3: A change has been made to allow access SAP_ALL to an existing user. The compliance manager needs to be aware immediately.

Page 4: Early-warning Alerts on SAP issues

4

Use Cases

4: If a Purchase requisition is released by it’s requisitioner then PO manager may need to be aware.

5: Failed IDocs where incoming vendor invoices are being auto matched against GRN’s. If there is no match possible then IDoc fails (status =51) and Accounts Payable manager needs an alert immediately.

6 GR Reminder: Sundry P/O’s where invoice was receipted and required Goods receipt was not posted, and therefore the invoice was blocked. This is a reminder Alert. The alert is dynamically split between the users who created the original requisitions (also could be sent to the user who created the P/O or the user who released the requisition).

Page 5: Early-warning Alerts on SAP issues

5

Use Cases

7: End of period: SAP transaction VFX3 reports SD Billing documents which are blocked for integration with FI. This Alert is sent to the user who created the billing document and reminds them to fix the problem well before the end of the Period.

8: Key Job Monitor : If the named job(s) is cancelled for any reason an Alert is immediately sent to the IT manager who then has time to react and fix the problem before it becomes a big issue.

9: Unprocessed EDI TXT Files: The Alert is designed to highlight any EDI files which are not processed at a specific time. It reads the specified directory(ies) on the SAP Server(s), and an Alert is sent if any files exist. This indicates to the recipient that there was a problem processing the files listed.

Page 6: Early-warning Alerts on SAP issues

6

Summary of problem & requirements

A problem may arise or an event take place and nobody is aware of it where action is needed quickly.

This problem may be detected on tables, jobs, directories, other

A control description call-to-action is required to resolve the problem

The call-to-action must be to the appropriate person/agent

It must be “pushed” by email and/or Mobile

Page 7: Early-warning Alerts on SAP issues

7

Minola Technology An SAP Mobile Apps & ABAP partner

Overview

Active Alerts

Page 8: Early-warning Alerts on SAP issues

8

Active Alert: Data Extraction Layer •ABAP Classes•SAP Infoset & Query

Alerts

8

Active Alert: Notification Layer•ABAP Classes to dynamically determine recipients / agents•Statically assigned recipients / agents

TablesJobsDirectoriesLogs

Auto email Allow Mobile App manage the call-to-action

RFC sourcesOther

Sources

ECC

Page 9: Early-warning Alerts on SAP issues

9

BASIS FICO Compliance MM SD other

Alerts

Page 10: Early-warning Alerts on SAP issues

10

Data extract classes – examples used

Class Name Inputs DescriptionQuery User GroupQuery Name

Generic extract class for all ABAP Queries

Server directory name

Reads file details from a specific directory on a SAP server

/MTE/CL_EVENT_ABORTED_JOB Job Name Check whether the specified job name(s) have aborted

/MTE/CL_EVENT_INFOSET

/MTE/CL_EVENT_UNPROCESSED_FILE

Page 11: Early-warning Alerts on SAP issues

11

Key features Can work with various Data Extract classes

Minimum number of actual scheduled jobs (via SM36 & SM37)

flexibility in deciding all alerts or net change

Control description call-to-action with alert / mitigation

Auto determine agent or recipient from transaction

Can push an alert to notify technical staff, individual users, user groups, support companies, agents

By email and/or mobile device.

Out-of-box Alerts Content

Page 12: Early-warning Alerts on SAP issues

12

Pre-requisites

SAP ERP ECC (also BW,HR,CRM,SRM)

Mobile infrastructure – either: SAP Gateway 2.0 SP04 or SUP platform or SUP platform (run-time only)

Page 13: Early-warning Alerts on SAP issues

13

Active Alerts

https://store.sap.com/sap/cpa/ui/resources/store/html/SolutionDetails.html?pid=0000012343

SAP certified and available on the SAP store

Page 14: Early-warning Alerts on SAP issues

14

Benefits – effort & cost savings

Remove the need to remember what actions to take

Immediate directing of problems to appropriate person for call-to-action = less effort to do it manually

reduce development costs of writing own automated checks (e.g. using ABAP)

Option to now include new automated alerts where previously it would have been impractical to do so: (memory, time, effort)

e.g. on interfaces, IDocs, processes, compliance.

Page 15: Early-warning Alerts on SAP issues

15

Benefits – pro-active support

Pro-active approach to problem resolution Immediate directing of problems to appropriate person Help reduce affect on the business Ability to introduce additional automatic alerts for tighter

control Work better within Service Level Agreements A pro-active process which can be available on a 24 x 7 basis

Page 16: Early-warning Alerts on SAP issues

16

Benefits – support during change

Better ability to support business change Examples:

The business process has changed In parallel with data migration In Parallel with data cleansing Pre go-live testing Go-live Introduction of new modifications involving data updates New business entities coming on stream New product launch New application go-live Migration to ERP ECC6 Any other system changes

Page 17: Early-warning Alerts on SAP issues

17

Benefits – IT dept IT function can become more pro-active means less re-action

/ fire-fighting reduce development costs of writing own automated checks

(e.g. using ABAP) IT can be become aware of issue before the business is aware Ability to tackle problems earlier / sooner Call-to-action auto routed to appropriate person – so

opportunity to balance the load on individuals. Also allows problem to be resolved faster (by having the correct

person involved) Option to increase / reduce number of checks to reflect the level of business change

Page 18: Early-warning Alerts on SAP issues

18

From this

Page 19: Early-warning Alerts on SAP issues

19

To this

Page 20: Early-warning Alerts on SAP issues

20

Another similar & popular tool

What are the benefits of having a smoke detector & alarm?

Page 21: Early-warning Alerts on SAP issues

21

In the press

Page 22: Early-warning Alerts on SAP issues

22

Details

Main screens for Extract Class Infoset /Query

Page 23: Early-warning Alerts on SAP issues

23

Page 24: Early-warning Alerts on SAP issues

24

Main screens

New alert 901 being created based on an SAP Query & Infoset (likely build over table EDIDC)belonging to a user group

Configure =what will be alerted

Report = how it will be alerted

Page 25: Early-warning Alerts on SAP issues

25

Configure fields forAuto-selection

Page 26: Early-warning Alerts on SAP issues

26

e.g. Check every 10 minutesbetween 9am and 6pm

Alert pushed via email versus Mobile

An email will be sentFrom a user to all SAP Users within the user groupWith the subject

Variable / dynamic recipient – where the user to be notifiedis defined in the transaction.

Page 27: Early-warning Alerts on SAP issues

27

Describes the control descriptionOr mitigating call-to-action to recipient / agent.

Page 28: Early-warning Alerts on SAP issues

28

Sample email output

All alert emails automatically have an excel attachment with the alert details

Page 29: Early-warning Alerts on SAP issues

29

Notification is sent to the mobile device via a background job

Page 30: Early-warning Alerts on SAP issues

30

Main screens

There may be >1 report for a mobile user.

Page 31: Early-warning Alerts on SAP issues

31

Open up the alert on the mobile device to view details.

Page 32: Early-warning Alerts on SAP issues

32

Minola TechnologyAn SAP Mobile Apps & ABAP partner

Presentation

SAP Mobile App

Active Alerts

An early warning system for SAP issues