How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

Post on 02-Jun-2018

225 views 0 download

transcript

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 1/64

© 2003 Wellesley Information Services. All rights reserved.

How to Achieve Fast andFlexible LIS/SIS ReportingWithout Custom ABAPCoding

Mitresh KundaliaQuality Systems & Software

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 2/64

2

What We’ll Cover …

• Understanding LIS and SIS• Building and activating LIS information structures• Testing structures and loading historical data• Getting the most out of LIS reporting

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 3/64

3

What is LIS?

• LIS is adata warehouse built into SAP system! “ Data warehouse is a copy of transaction data specifically

structured for querying and reporting” – Ralph Kimball! Faster reporting since reports access summarized

tables, instead of transaction tables

• LIS – Logistics Information Systems! Logistics data warehouse is a key component of LIS! Information systems – provide reporting tools for strategic

and operative decision-making

! [Availability? i.e. R/3 version][Yes, standard SAP R/3 >=3.x]

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 4/64

4

LIS Components

• R/3 information systems that are part of LIS include:! Sales Information System (SIS)! Purchasing Information System (PURCHIS)! Inventory Controlling (INVCO)! Shop Floor Information System! Plant Maintenance Information System! Quality Management Information System

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 5/64

5

What Can You Do With LIS?

• You can use LIS for:! Standard reporting

! Standard system reports for analysis! Flexible reporting

! Custom reports! Planning tools

! To plan target values! Analysis tools

! Flexible drill down, slice-and-dice, rank and sorts

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 6/64

6

What Are Information Structures?

• Information structures are ‘summary tables’ within theLIS

! Store summarized data! R/3 populates them with select data from R/3 transactions

• R/3 comes with over 100 standard structures! Customer sales bookings, sales office sales, etc.! Standard structures are numbered 1-to-500

• You can also develop your own!! Custom structures are numbered 501-to-999

B u i ld ing B lock

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 7/64

7

What Are Information Structures? (cont.)

• Information structures have three components! Time unit

! e.g., day, week, month, fiscal period! Characteristics (the “ by” words)

! e.g., sales “ by” customers or “ by” material! Key figures

! e.g., order value, order quantity, sales value

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 8/64

8

LIS Benefits

• Centralized and integrated information systems formonitoring, planning, and controlling purposes

• Based on data warehouse concepts, used for drill-down and exceptions processing

• Aggregate reporting, even if you don’t have BW• Included with R/3--no extra cost!• Gives your team modeling experience before BW

• Another visual tool that reduces reliance on ABAP

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 9/64

9

What We’ll Cover …

• Understanding LIS and SIS• Building and activating LIS information structures• Testing structures and loading historical data• Getting the most out of LIS reporting

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 10/64

10

Issue

Building and Activating LIS Information Structures

• SD ‘customer’ information structure S001! Very useful standard structure--good choice for demo

! Contains ‘customer-wise’ bookings, sales and openorders information

! But invariably clients want more details!

! e.g., sales order and item numbers! e.g., number of orders still pending processing

• So what to do?

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 11/64

11

Solut ion

Building and Activating LIS Information Structures (cont.)

• Common solution: write an ABAP report! Very expensive and prone to errors! Usually lacks LIS’s exception reporting, drill-down, and

slice-and-dice features

• A better solution! Create a custom structure with the additional details

! Include the fields from S001! Add fields like sales order and item number

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 12/64

12

Menu Paths/Objects We’ll Need

• IMG path for LIS! IMG > Logistics General > Logistics Information System

(LIS) > Logistics Data Warehouse• Characteristics for information structure

! Sales order and item number:VBAK-VBELN and VBAP-POSNR

! Order information available in structures MCVBAK andMCVBAP

• Sales processes to populate our LIS structure! Sales order create (transaction VA01)! Shipment (transaction VL01)! Invoicing (transaction VF01)

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 13/64

13

Solut ion

Steps to Build and Activate a User-Defined LIS Structure

• 1 - Create and activate user-defined information structure• 2 - Maintain update groups• 3 - Maintain update rules• 4 - Maintain and assign statistics groups

• 5 - Assign update groups to individual processes• 6 - Activate the LIS structure for updating

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 14/64

14

Step 1 - Create and Activate User-Defined Information Structure

TxnMC21

“Copy from”structure S001

Use numberwithincustomerrange 501-999

Or via IMG: Data Basis > Info. Structures > Maintain self-defined info structures> Create

Create a user-defined SIS Structure S990 as a copy of S001

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 15/64

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 16/64

16

Step 2 - Maintain Update Groups

• Update groups represent various business events• R/3 is delivered with two update groups in SD

! Update Group 1 for standard order process! Sales Order> Delivery> Invoice

! Update Group 2 for returns process! Return Order >Return Delivery>Credit Memo

• We will use these existing system-delivered SISupdate groups

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 17/64

17

2 - Maintain Update Groups (cont.)

TxnOMOG

Or via IMG: Updating> Updating Definition> General Definition Using

Update Groups> Maintain Update Groups

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 18/64

18

Step 3 - Maintain Update Rules

• Update rules tell R/3 how to update informationstructures from specific sales activities

• Update rule components! Event that triggers the update! Source field

! From communication structures MCVBAK, MCVBAP! Requirements! Formulas

• You define update rules for combinations ofinformation structures and update groups

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 19/64

19

3 - Maintain Update Rules (cont.)

• Events in sales processes! VA – Sales orders! VB – Quotation contract! VC – Delivery! VD – Billing! VG – Customer inquiry! VK – Sales activities

We’ll only update VA, VC and VD for our demoNote

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 20/64

20

3 - Maintain Update Rules (cont.)

• First, launch MC24 and use “ Copy from” to copy the rules fromstructure S001

! Maintain rules for! Key figures! Characteristics

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 21/64

21

3 - Maintain Update Rules: Adjust Settings for Event VA

Txn

MC24

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 22/64

22

3 - Maintain Update Rules: Adjust Settings for Event VC

Txn

MC24

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 23/64

23

3 - Maintain Update Rules: Adjust Settings for Event VD

Txn

MC24

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 24/64

24

3 - Maintain Update Rules: Update Source Table/Fields

Review the sourcetable and field forsales order andItem number

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 25/64

25

3 - Maintain Update Rules: Save and Activate

• Save and activate the update rules

• Repeat this step for Update Group 2

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 26/64

26

Step 4 - Maintain and Assign Statistics Groups

• Statistics groups let you selectively update LIS! For specific customers! For specific materials! For specific sales order types

• We need to maintain three statistics groups for the

demo! Customers (OVRA)! Materials (OVRF)! Sales documents types (OVRN)

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 27/64

27

4 - Maintain and Assign Statistics Groups (cont.)

TxnOVRA

TxnOVRF

TxnOVRN

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 28/64

28

4 - Maintain and Assign Statistics Groups (cont.)

• Assign statistics groups for:! Sales document types (OVRH)! Sales document item type (OVRI)! Delivery types (OVRK)! Delivery item type (OVRL)

! Billing document types (OVRM)

Make sure that sales documents, billing documents, and

delivery types specific to your company are assignedappropriate statistics groups; otherwise, transactions forthese documents won’t be posted to LIS

Don ' t

Forget

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 29/64

29

4 - Maintain and Assign Statistics Groups (cont.)

TxnOVRH

Sales document types Sales document item types

TxnOVRI

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 30/64

30

4 - Maintain and Assign Statistics Groups (cont.)

TxnOVRK

Delivery types Delivery item types

TxnOVRL

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 31/64

31

4 - Maintain and Assign Statistics Groups (cont.)

TxnOVRM

Billing document types

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 32/64

32

4 - Mark Customers and Materials As LIS-relevant

Customer master:sales view

TxnXD02

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 33/64

33

4 - Mark Customers and Materials As LIS-relevant (cont.)

Material master:sales 2 view

TxnMM02

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 34/64

34

Step 5 - Assign Update Groups to Individual Processes

• Next, assign update groups at two levels! The header level (OVRO)! The item level (OVRP)! In this step, you are assigning individual business events

to an update group

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 35/64

35

5 - Assign Update Groups to Individual Processes (cont.)

TxnOVRO

Header level

For combination of SalesArea, CustStatGrp and

SalesDocGroup

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 36/64

36

5 - Assign Update Groups to Individual Processes (cont.)

Header level

Assign updategroups

Header level

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 37/64

37

5 - Assign Update Groups to Individual Processes (cont.)

TxnOVRP

Item level

For combination of SalesArea, CustStatGrp,MtrlStatGrp, SalesDocGrp

and SalesItemGrp

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 38/64

38

5 - Assign Update Groups to Individual Processes (cont.)

Item level

Assign updateGroups

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 39/64

39

Step 6 - Activate the LIS Structure for Updating

TxnOMO1

Set the status to

(1), (2), or (3)

Choose aperiodicity

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 40/64

40

6 - Activate the LIS Structure for Updating (cont.)

• LIS update types! Synchronous

! LIS update is simultaneous with the source transaction! Source transaction fails if the LIS update fails!

! Asynchronous V2

! LIS update is simultaneous, but separate! Source transaction saved even if the LIS update fails! You must update failed LIS transactions manually

!

Asynchronous V3! LIS updates are queued and processed via mass update

GOTCHA!

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 41/64

41

What We’ll Cover …

• Understanding LIS and SIS• Building and activating LIS information structures

• Testing structures and loading historical data• Getting the most out of LIS reporting

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 42/64

42

Testing and Troubleshooting Structures

• The SIS update log enables you to trade updates! Shows which structures get updated for an activity

• How to access! Set user parameter MCL to ‘X’ in your user profile! Run transaction MC30! Also shows a log of updates for each information structure

In productive systems, set user parameter MCL only for

troubleshooting purposes since it consumesconsiderable resources

Don't Forget

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 43/64

43

Example: Testing and Troubleshooting S990

• To test our new S990 structure:! Post various SD transactions

! Create sales order ! Deliver and PGI! Invoice

! Review standard analysis reports for S990! SAP menu: Logistics> Sales & Distribution> Sales

Information System> Standard Analyses> Self-definedanalysis

! Review how key figures change at various SDtransactions

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 44/64

44

Example: Testing and Troubleshooting S990 (cont.)

Create Sales Order VA01Create Sales Order VA01

Deliver Order VL01Deliver Order VL01

Create Invoice VF01Create Invoice VF01

Sales value

Is updated

Open ordervalue is reduced

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 45/64

45

Example: Testing and Troubleshooting S990 (cont.)

Double-clickon S990

TxnMC30

Structuresupdated when asales order iscreated (VA01)

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 46/64

46

Example: Testing and Troubleshooting S990 (cont.)

Various keyfigures areupdated withthese values

di S i i l ( i i l)

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 47/64

47

Loading Statistical (Historical) Data

• New structures get populated going forward! But how to populate existing (historical) transactions?

• Solution: run the R/3 programs listed below!

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 48/64

E l L di St ti ti l D t f S990 ( t )

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 49/64

49

Example: Loading Statistical Data for S990 (cont.)

• By default, data is stored under version ‘000’! Update statistical data under a test version first!

TxnOLI7

V if i g th t th St ti ti l D t L d d C tl

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 50/64

50

Verifying that the Statistical Data Loaded Correctly

• Use standard analysis reports (transaction MCSI)! By default, standard analysis reports run for version ‘000’

! Set user parameter MCR to ‘X’ so you can run reports forspecific version

Tip

Copying the Test Data to Test Version ‘000’

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 51/64

51

Copying the Test Data to Test Version ‘000’

• Once you like the data, copy it to ‘000’!! Saves processing time over re-running the load programs!

ProgramRMCSISCP

Copying the Test Data to Test Version ‘000’ (cont )

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 52/64

52

Copying the Test Data to Test Version 000 (cont.)

ProgramRMCSISCP

What We’ll Cover

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 53/64

53

What We ll Cover …

• Understanding LIS and SIS• Building and activating LIS information structures

• Testing structures and loading historical data• Getting the most out of LIS reporting

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 54/64

Standard LIS Reports - Drill-down Analysis (cont )

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 55/64

55

Standard LIS Reports Drill down Analysis (cont.)

Standard LIS Reports - Analysis Tools

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 56/64

56

Standard LIS Reports Analysis Tools

Standard LIS Reports - Top 10 Customers

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 57/64

57

Standard LIS Reports Top 10 Customers

Standard LIS Reports - Top 10 Customers (cont.)

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 58/64

58

Standard LIS Reports Top 10 Customers (cont.)

LIS vs. BW

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 59/64

59

• BW! SAP’s strategic reporting solution

! Very sophisticated• LIS

! LIS data warehouse has many hidden strengths, which

many clients do not exploit enough! Based on data warehouse concepts for summarizedreporting

! On Line Analytical Processing (OLAP) tools for drill-down, exceptions reporting

Using LIS and BW Together

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 60/64

60

g g

• You can use standard LIS OLAP functions for analysisfor monitoring, planning, and controlling logistics

transactions• In many circumstances, predefined or modified LIS

structures can meet your specific needs

! For example, costs of transferring transactional data to BWis more than the benefits of BW reporting! Creating a user-defined info structure is fairly

straightforward, based on standard information structure

Resources

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 61/64

61

• “ How to use the SIS data warehouse for ManagementReporting,” by Mitresh Kundalia

! November 2002 issue of FICO Expert• Detailed step-by-step instructions document to

activate self-defined information structure

! “ SIS Step-By-Step”

7 Key Points to Take Home

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 62/64

62

• LIS is a centralized, integrated data warehouse builtinto-R/3 3.x and higher for monitoring, planning and

controlling purposes• The first step to using LIS is to activate one or more

information structures

• Start by looking through R/3’s 100+ standardstructures, but don’t be afraid to create and activateuser-defined ones

• Save time creating user-defined structures by copyingR/3’s standard ones, like S001

7 Key Points to Take Home (cont.)

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 63/64

63

• Update statistical data for existing and historicaltransactions

! Use a ‘test’ version and copy data from a clean run toversion ‘000’

• LIS is a good stepping stone to BW!

You can leverage much of your modeling work• Continue to use LIS, even when you have BW

Your Turn!

8/10/2019 How to Achieve Fast and Flexible LISSIS Reporting Without Custom ABAP Coding

http://slidepdf.com/reader/full/how-to-achieve-fast-and-flexible-lissis-reporting-without-custom-abap-coding 64/64

64

How to contact me:Mitresh KundaliaMitresh@QSandS.com