Increase the Accuracy of Time Management Using Custom Schemas and Rules

Size: px
Start display at page:

Download "Increase the Accuracy of Time Management Using Custom Schemas and Rules"

Transcription

1 Produced by Wellesley Information Services, LLC, publisher of SAPinsider Wellesley Information Services. All rights reserved. Increase the Accuracy of Time Management Using Custom Schemas and Rules Cindy Lumbert HR Focal Point

2 In This Session We will walk through a simple configuration This simple configuration will be instantly re-useable We will walk through a complex configuration Complex use of counters will allow checking before and after a holiday This is re-useable configuration for requirements that have become common practice We will review how this configuration integrates and re-uses SAP Standard 1

3 What We ll Cover Overview Functions and operations within the rules of time evaluation Writing a simple Personnel Calculation Rule (PCR) Writing a complex series of PCRs How to integrate with SAP standard Using custom functions and operations Wrap-up 2

4 Overview Time Evaluation is complex Make it simple by using the standard Make minor adjustments to make major changes Copying standard functionality is expected and encouraged Most of what you will see today started as standard Time Evaluation works Use what works the way it was intended Don t recreate the wheel with Personnel Calculation Rules (PCRs) when the standard uses configuration Use Simple PCRs to interact with the standard configuration 3

5 What We ll Cover Overview Functions and operations within the rules of time evaluation Writing a simple Personnel Calculation Rule (PCR) Writing a complex series of PCRs How to integrate with SAP standard Using custom functions and operations Wrap-up 4

6 Functions and Operations (Within the Rules of Time Evaluation) Operation VARST Operation VARST is only used as a decision operation You can use it to query general status fields (values from tables, infotypes, data on the weekday, and so on) or to enter them in the variable key of the personnel calculation rule Operation HRS Operation HRS processes the number of hours field You can use it to enter a particular value in the number of hours field and/or provide values from tables, infotypes, results from tables SALDO, TES, and so on 5

7 Functions and Operations (Within the Rules of Time Evaluation) (cont.) Operation OUTWP Operation OUTWP is only used as a decision operation You can use it to query work center data or to enter them in the variable key of the personnel calculation rule Operation ADDDB Operation ADDDB is an operation that is used to store values in table TES It enters the value of the number of hours field for the specified time type in table TES (day balances) Operation ADDZL Operation ADDZL adds the current number field to the internal table ZL 6

8 Functions and Operations (Within the Rules of Time Evaluation) (cont.) Function IF Execute Function If a Condition Is Fulfilled Function COPY Copies front-end sub-schema Function PTIP Process Time Data Table TIP Function ACTIO Rule-controlled execution of an action 7

9 Functions and Operations (Within the Rules of Time Evaluation) (cont.) Help for functions and operations Transaction PDSY Click F1 on any function or operation 8

10 What We ll Cover Overview Functions and operations within the rules of time evaluation Writing a simple Personnel Calculation Rule (PCR) Writing a complex series of PCRs How to integrate with SAP standard Using custom functions and operations Wrap-up 9

11 Writing a Simple Personnel Calculation Rule (PCR) California Overtime A new Personnel Calculation Rule and a Sub-Schema have been incorporated here to distinguish Overtime Rules for California vs. the rest of the U.S. This is a Rule to determine a qualifying condition 10

12 Writing a Simple Personnel Calculation Rule (PCR) (cont.) California Overtime A new Personnel Calculation Rule and a Sub-Schema have been incorporated here to distinguish Overtime Rules for California vs. the rest of the U.S. (cont.) This is a sub-schema to calculate overtime 11

13 Writing a Simple Personnel Calculation Rule (PCR) (cont.) PCR = ZCAL This Rule verifies that we are looking at employees in a California Personnel Area OUTWPEMPLR asks what is the value in Work Contract field 12

14 Writing a Simple Personnel Calculation Rule (PCR) (cont.) PCR = ZCAL This Rule verifies that we are looking at employees in a California Personnel Area (cont.) OUTWPPLANT asks what is the value in Personnel Area field 13

15 Writing a Simple Personnel Calculation Rule (PCR) (cont.) Sub-Schema = ZW15 This contains 2 modified rules for further processing of overtime after 8 or 12 hours This is a copy of standard sub-schema TW15 14

16 Writing a Simple Personnel Calculation Rule (PCR) (cont.) Sub-Schema = ZW15 This contains 2 modified rules for further processing of overtime after 8 or 12 hours This is a copy of standard sub-schema TW15 (cont.) This is a Rule to determine a qualifying condition 15

17 Writing a Simple Personnel Calculation Rule (PCR) (cont.) Sub-Schema = ZW15 This contains 2 modified rules for further processing of overtime after 8 or 12 hours This is a copy of standard sub-schema TW15 (cont.) This is a Rule that executes a calculation 16

18 Writing a Simple Personnel Calculation Rule (PCR) (cont.) PCR = ZOTC This rule distinguishes working day vs. holidays or days off for 8 hour daily overtime VARSTDAYTY asks what is the value in Day Type field such as working day, day off, holiday 17

19 Writing a Simple Personnel Calculation Rule (PCR) (cont.) PCR = ZOTC This rule distinguishes working day vs. holidays or days off for 8 hour daily overtime (cont.) VARSTFREE asks whether we are scheduled to work this day 18

20 Writing a Simple Personnel Calculation Rule (PCR) (cont.) PCR = ZO02 This rule determines daily double time. It is a modified copy of the delivered daily over time rule. Time Type and Processing Type are changed for new processing 19

21 Writing a Simple Personnel Calculation Rule (PCR) (cont.) The result of these rules is: We qualify whether our employee is in the appropriate Personnel Area We determine what type of day it is so we can pay OT over 8 hours in the day We calculate time over 12 hours in a day so we can pay double time over 12 hours Therefore we satisfy California Overtime rules 20

22 What We ll Cover Overview Functions and operations within the rules of time evaluation Writing a simple Personnel Calculation Rule (PCR) Writing a complex series of PCRs How to integrate with SAP standard Using custom functions and operations Wrap-up 21

23 Writing a Complex Series of PCRs Main Schema New Personnel Calculation Rules have been incorporated here to query time worked before and after a holiday This is a Rule to determine a qualifying condition 22

24 Writing a Complex Series of PCRs (cont.) Main Schema New Personnel Calculation Rules have been incorporated here to query time worked before and after a holiday (cont.) This is a Rule that checks whether we worked the day after the holiday 23

25 Writing a Complex Series of PCRs (cont.) Main Schema New Personnel Calculation Rules have been incorporated here to query time worked before and after a holiday (cont.) This is a Rule that has further processing for the day after a holiday 24

26 Writing a Complex Series of PCRs (cont.) PCR=ZHOL This rules verifies that the employee worked the day before the Holiday Here we check conditions today vs. whether we set a counter indicating we did work the day before the holiday 25

27 Writing a Complex Series of PCRs (cont.) PCR=ZHOL This rules verifies that the employee worked the day before the Holiday (cont.) Then we check if the counter is set indicating we worked the day before the holiday 26

28 Writing a Complex Series of PCRs (cont.) PCR=ZHOL This rules verifies that the employee worked the day before the Holiday (cont.) And if we had an excused absence, we move the counter forward 27

29 Writing a Complex Series of PCRs (cont.) PCR=ZHO2 This rule checks if we were paid for the Holiday Here we check if it s a holiday today and if the employee was paid the holiday wage type 28

30 Writing a Complex Series of PCRs (cont.) PCR=ZHO4 This rule directs processing to an additional rule if today is not a holiday or continues the counter if it is a holiday Here we check if it s a holiday today and moves the holiday hours paid counter along for future processing 29

31 Writing a Complex Series of PCRs (cont.) PCR=ZHO3 The combination of ZHO4 and ZHO3 verify if we worked the day after the Holiday and if we already got paid the Holiday If we got paid for the Holiday but then did not work the following day after the Holiday we reverse the Holiday hours These absence types are considered excused and therefore are considered as worked on the day before and after the holiday 30

32 Writing a Complex Personnel Calculation Rule (PCR) The result of these rules is: We look at the day before the holiday to make sure we pay the holiday time We pay the holiday time if appropriate We check the day after the holiday using counters to get past multiple holidays and weekend(or non-working) days We allow the holiday to be paid or reverse the pay if we did not work the next working day after the holiday Therefore we satisfy worked before/after the holiday criteria 31

33 What We ll Cover Overview Functions and operations within the rules of time evaluation Writing a simple Personnel Calculation Rule (PCR) Writing a complex series of PCRs How to integrate with SAP standard Using custom functions and operations Wrap-up 32

34 How to Integrate with SAP Standard Much of what you ve seen today integrates directly with SAP standard or is a copy of standard Standard Modified On the left are sections we reuse. On the right is what we modified. 33

35 How to Integrate with SAP Standard (cont.) Much of what you ve seen today integrates directly with SAP standard or is a copy of standard (cont.) Standard Modified On the left are sections we reuse. On the right is what we modified. 34

36 How to Integrate with SAP Standard (cont.) Much of what you ve seen today integrates directly with SAP standard or is a copy of standard (cont.) Standard Modified On the left are delivered values. On the right is what we modified. 35

37 What We ll Cover Overview Functions and operations within the rules of time evaluation Writing a simple Personnel Calculation Rule (PCR) Writing a complex series of PCRs How to integrate with SAP standard Using custom functions and operations Wrap-up 36

38 Using Custom Functions and Operations Use a custom function or operation when: Standard does not meet the requirement Standard is overly complex Standard may not apply to all scenarios Custom code is straightforward 37

39 Using Custom Functions and Operations The examples below illustrate determining an anniversary date Standard depends on storing balances over long periods Standard Custom On the left, standard operations make this complex. On the right, a custom operation simplifies the logic. 38

40 What We ll Cover Overview Functions and operations within the rules of time evaluation Writing a simple Personnel Calculation Rule (PCR) Writing a complex series of PCRs How to integrate with SAP standard Using custom functions and operations Wrap-up 39

41 Where to Find More Information 4de a174cb4/content.htm?frameset=/en/0e/36e153a de a174cb4/frameset.htm&current_toc=/en/0e/36e153a de a174cb4/plain.htm&node_id=301 SAP Help Portal Personnel Calculation Rules and Operations in Time Evaluation 4de a174cb4/content.htm?frameset=/en/da/34e153a de a174cb4/frameset.htm&current_toc=/en/0e/36e153a de a174cb4/plain.htm&node_id=302 SAP Help Portal Operations VARST, HRS, and ADDDB 40

42 Where to Find More Information (cont.) 1d e829fbbd/content.htm?frameset=/en/8a/9854c246c41 1d e829fbbd/frameset.htm SAP Help Portal Using Functions and Operations to Edit Work Tables Time Management (Schema, PCR, Functions and Operations) (SAP Community Network, February 2013). 41

43 7 Key Points to Take Home Use standard configuration first Copy standard configuration next When using rules, do as little as possible then let standard configuration take over Copy standard rules and modify to your needs Use the system, automation takes manual entry errors out of the equation Know your operations Know your functions 42

44 Your Turn! How to contact me: Cindy Lumbert Please remember to complete your session evaluation 43

45 Disclaimer SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE (or an SAP affiliate company) in Germany and other countries. All other product and service names mentioned are the trademarks of their respective companies. Wellesley Information Services is neither owned nor controlled by SAP SE. 44

Integrating Microsoft Excel And SAP Financials What s New in the Z Option Product Line. Financials 2015 Booth #625

Integrating Microsoft Excel And SAP Financials What s New in the Z Option Product Line. Financials 2015 Booth #625 Integrating Microsoft Excel And SAP Financials What s New in the Z Option Product Line Financials 2015 Booth #625 Introductions Tim Curtin Solutions Specialist Z Option, Inc. Agenda In This Session Z Option

More information

SAP Fieldglass White Paper ESSENTIAL QUESTIONS TO INCLUDE IN A VENDOR MANAGEMENT SYSTEM RFP

SAP Fieldglass White Paper ESSENTIAL QUESTIONS TO INCLUDE IN A VENDOR MANAGEMENT SYSTEM RFP SAP Fieldglass White Paper ESSENTIAL QUESTIONS TO INCLUDE IN A VENDOR MANAGEMENT SYSTEM RFP UNDERSTANDING EACH PHASE OF THE PROCESS Evaluating a Vendor Management System (VMS) can be an overwhelming process

More information

HR110. Business Processes in HCM Payroll COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

HR110. Business Processes in HCM Payroll COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) HR110 Business Processes in HCM Payroll. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

Continuous Improvement of the Success Factors Implementation

Continuous Improvement of the Success Factors Implementation Produced by Wellesley Information Services, LLC, publisher of SAPinsider. 2014 Wellesley Information Services. All rights reserved. Continuous Improvement of the Success Factors Implementation Mike Stump

More information

Easy FI Uploading With Z Option's GLSU Solution Allianz Asset Management Shares Their Experience

Easy FI Uploading With Z Option's GLSU Solution Allianz Asset Management Shares Their Experience Easy FI Uploading With Z Option's GLSU Solution Allianz Asset Management Shares Their Experience Mayank Sharma, Allianz Asset Management Shari Alexander, Z Option Oct. 28, 2015 Introductions Mayank Sharma

More information

live date has finally come and all of your HR functionality is perfect!

live date has finally come and all of your HR functionality is perfect! Page 1 February 2003 Volume I Issue 1 www..com Editor s Note: It s not a heck of a lot of fun to do costly custom programming in the HR module, especially when you know you re going to lose all that work

More information

Best practices to design and configure payment methods for accounts payable, accounts receivable, and cash management

Best practices to design and configure payment methods for accounts payable, accounts receivable, and cash management Excerpt from Best practices to design and configure payment methods for accounts payable, accounts receivable, and cash management Brian Shannon Dolphin Copyright 2014 Wellesley Information Services, Inc.

More information

Transforming Your Procure-to-Pay Process from Chaos to Order: Best Practices to Optimize Standard SAP

Transforming Your Procure-to-Pay Process from Chaos to Order: Best Practices to Optimize Standard SAP Transforming Your Procure-to-Pay Process from Chaos to Order: Best Practices to Optimize Standard SAP Richard den Ouden Every Angle Copyright 2013 Wellesley Information Services, Inc. All rights reserved.

More information

Master Data Management (MDM) and Data Quality with SAP Information Steward Kevin Hutto Consultancy by Kingfisher

Master Data Management (MDM) and Data Quality with SAP Information Steward Kevin Hutto Consultancy by Kingfisher Master Data Management (MDM) and Data Quality with SAP Information Steward Kevin Hutto Consultancy by Kingfisher Produced by Wellesley Information Services, LLC, publisher of SAPinsider. 2015 Wellesley

More information

A Step-By-Step Guide to Implementing Self-Service Reporting Using SAP Business Planning and Consolidation and SAP HANA

A Step-By-Step Guide to Implementing Self-Service Reporting Using SAP Business Planning and Consolidation and SAP HANA Produced by Wellesley Information Services, LLC, publisher of SAPinsider. 2014 Wellesley Information Services. All rights reserved. A Step-By-Step Guide to Implementing Self-Service Reporting Using SAP

More information

Business Portal for Microsoft Dynamics GP. Human Resources Management Self Service Suite Administrator s Guide Release 10.0

Business Portal for Microsoft Dynamics GP. Human Resources Management Self Service Suite Administrator s Guide Release 10.0 Business Portal for Microsoft Dynamics GP Human Resources Management Self Service Suite Administrator s Guide Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying

More information

Lessons to Apply Just- In-Time Principles to Purchase Order (PO) Processing Isaac Mazliach SDM Information Systems

Lessons to Apply Just- In-Time Principles to Purchase Order (PO) Processing Isaac Mazliach SDM Information Systems Lessons to Apply Just- In-Time Principles to Purchase Order (PO) Processing Isaac Mazliach SDM Information Systems 2010 Wellesley Information Services. All rights reserved. In This Session In this session

More information

2010 Wellesley Information Services. All rights reserved.

2010 Wellesley Information Services. All rights reserved. 2010 Wellesley Information Services. All rights reserved. Mitigating Common Logistics Mistakes that Compromise Clean Financial Postings Isaac Mazliach SDM Information Systems 2010 Wellesley Information

More information

Holiday Pay Scenarios

Holiday Pay Scenarios Holiday Pay Codes Holiday Pay Scenarios This document shows the common Holiday Payout Scenarios. 99% of people will be paid for the holiday with no exception entries needed: Holiday falls on a regularly

More information

How Other Customers Are Standardizing And Improving Financial Uploading Processes With GLSU (Excel To SAP)

How Other Customers Are Standardizing And Improving Financial Uploading Processes With GLSU (Excel To SAP) Financials 2015 Booth #625 How Other Customers Are Standardizing And Improving Financial Uploading Processes With GLSU (Excel To SAP) Z Option Customers Share Their Experiences Introduction Panel Members

More information

Not all payroll solutions are created equal. Get the facts and choose the best payroll option for your company

Not all payroll solutions are created equal. Get the facts and choose the best payroll option for your company Not all payroll solutions are created equal Get the facts and choose the best payroll option for your company 2 Apples and oranges and lots of them Software, outsourcing, service bureau, ASO, PEO it s

More information

Application Performance Monitoring Dashboard 7.2

Application Performance Monitoring Dashboard 7.2 User Guide Focused Insights for SAP Solution Manager Document Version: 1.1 2017-07-31 ST-OST 200 SP 1 Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description

More information

Wage Type Valuation HELP.PYINT. Release 4.6C

Wage Type Valuation HELP.PYINT. Release 4.6C HELP.PYINT Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

CryoLife: GLSU and Budget Loader Solutions Life Savers Rahel Elango McGodfred, CryoLife, Inc. Shari Alexander, Z Option February 26, 2016

CryoLife: GLSU and Budget Loader Solutions Life Savers Rahel Elango McGodfred, CryoLife, Inc. Shari Alexander, Z Option February 26, 2016 CryoLife: GLSU and Budget Loader Solutions Life Savers Rahel Elango McGodfred, CryoLife, Inc. Shari Alexander, Z Option February 26, 2016 Introductions Rahel Elango McGodfred SAP Business Analyst Shari

More information

Not all payroll solutions are created equal. Get the facts and choose the best payroll option for your company

Not all payroll solutions are created equal. Get the facts and choose the best payroll option for your company Not all payroll solutions are created equal Get the facts and choose the best payroll option for your company 2 Apples and oranges and lots of them Software, outsourcing, service bureau it s little wonder

More information

Week 1 Unit 1: Introducing SAP Screen Personas

Week 1 Unit 1: Introducing SAP Screen Personas Week 1 Unit 1: Introducing SAP Screen Personas Introducing SAP Screen Personas Learning goals This course is intended for: New SAP Screen Personas users Designers Line-of-business managers SAP S/4HANA

More information

SAP SuccessFactors Employee Central Payroll

SAP SuccessFactors Employee Central Payroll SAP Product Brochure SAP SuccessFactors Employee Central Payroll SAP SuccessFactors Employee Central Payroll is a revolutionary combination of proven technology, latest innovations, and service delivery

More information

IMS Request for Enhancements (RFE) for Customer Requirements

IMS Request for Enhancements (RFE) for Customer Requirements IMS Request for Enhancements (RFE) for Customer Requirements Betty Patterson IBM February 5, 2013 #13188 Acknowledgements and Disclaimers Availability. References in this presentation to IBM products,

More information

Sage 100 Direct Deposit. Getting Started Guide

Sage 100 Direct Deposit. Getting Started Guide Sage 100 Direct Deposit Getting Started Guide This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service

More information

Microsoft Dynamics GP. Manufacturing Core Functions

Microsoft Dynamics GP. Manufacturing Core Functions Microsoft Dynamics GP Manufacturing Core Functions Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this

More information

Be Smart About Meter Data Management

Be Smart About Meter Data Management SAP Brief SAP Extensions SAP Meter Data Management by Siemens Be Smart About Meter Data Management SAP Brief Maximize the return on your smart grid investment To add real value for customers, your utility

More information

TimeClick QuickBooks Pro Integration Manual

TimeClick QuickBooks Pro Integration Manual 1 TimeClick QuickBooks Pro Integration Manual TimeClick LE 16 2016 Manual v. 1.0 - Last updated Mar 2016 QuickBooks is a registered trademark of Intuit, Inc. Hawkeye Technology LLC is not affiliated with

More information

Reviewing ACA Annual Reporting Data that Needs Attention

Reviewing ACA Annual Reporting Data that Needs Attention Reviewing ACA Annual Reporting Data that Needs Attention Handout Manual Need support after training? To exchange tips and best practices with fellow users, get on The Bridge an online community built exclusively

More information

Payroll Process Guide

Payroll Process Guide HHAeXchange Payroll Process Guide Configuring and Running Payroll Copyright 2017 Homecare Software Solutions, LLC One Court Square 44th Floor Long Island City, NY 11101 Phone: (718) 407-4633 Fax: (718)

More information

Enhanced Time & Attendance

Enhanced Time & Attendance Enhanced Time & Attendance Part 1 Handout Manual V12211772260ET8] Copyright 2015 2017 ADP, LLC ADP Trademarks The ADP logo and ADP are registered trademarks of ADP, LLC. Enterprise etime and Pay expert

More information

Demo Script. Manufacturing Basics Classification: Internal and for Partners. SAP Business ByDesign Reference Systems. Version:

Demo Script. Manufacturing Basics Classification: Internal and for Partners. SAP Business ByDesign Reference Systems. Version: Demo Script Classification: Internal and for Partners Version: 20171218 SAP Business ByDesign Reference Systems Disclaimer This demo script is based on the ByD Reference System for the Almika model company.

More information

Streamline the Way You Run Your Business Helping Small Businesses Run Simple with a Front-Office Solution

Streamline the Way You Run Your Business Helping Small Businesses Run Simple with a Front-Office Solution SAP Anywhere Streamline the Way You Run Your Business Helping Small Businesses Run Simple with a Front-Office Solution How SAP Anywhere Helps Your Growing Business Run Simple You re not in the technology

More information

Chapter 9. Paying Employees and Taxes and Tracking Time

Chapter 9. Paying Employees and Taxes and Tracking Time How to Activate Payroll in Preferences Select a Payroll Service Comparing Payroll Options Set Up Company Information Enter and Review Employee Information Set Up Payroll Taxes Setting Year-to-Date Amounts

More information

March 2014 Welcome to Today s Session. Panel Discussion: Easy FI Uploading with GLSU Z Option Customers Share Their Experiences

March 2014 Welcome to Today s Session. Panel Discussion: Easy FI Uploading with GLSU Z Option Customers Share Their Experiences March 2014 Welcome to Today s Session Panel Discussion: Easy FI Uploading with GLSU Z Option Customers Share Their Experiences Introductions Panel Members Robert James AOL Lori Papp CryoLife Eric Frisvold

More information

Save Time and Cut Errors by Simplifying Payroll. 8 tips for more efficient payroll processes

Save Time and Cut Errors by Simplifying Payroll. 8 tips for more efficient payroll processes Save Time and Cut Errors by Simplifying Payroll 8 tips for more efficient payroll processes The Problem With Payroll Like a lot of employee management tasks, payroll has the uncanny knack of being really

More information

Oracle Revenue Management Cloud

Oracle Revenue Management Cloud Disclaimer: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development,

More information

LOA Workers Compensation

LOA Workers Compensation 2-13-17 Transaction - ZPAA076 - SWBP - PA40 PA BPP Trigger: There is a need to process a Leave of Absence for one of the reasons listed in the Business Process Procedure Overview section. Business Process

More information

SAP Fieldglass White Paper INCORPORATING SERVICES PROCUREMENT INTO A TECHNOLOGY SOLUTION

SAP Fieldglass White Paper INCORPORATING SERVICES PROCUREMENT INTO A TECHNOLOGY SOLUTION SAP Fieldglass White Paper INCORPORATING SERVICES PROCUREMENT INTO A TECHNOLOGY SOLUTION DEFINING SERVICES Services procurement is a large, growing area of spend at many organizations and encompasses a

More information

Delight Customers. Always. ASUG and SAP Solution Manager Education Summit November 28-30, 2017 Newtown Square, PA.

Delight Customers. Always. ASUG and SAP Solution Manager Education Summit November 28-30, 2017 Newtown Square, PA. ASUG and SAP Solution Manager Education Summit November 28-30, 2017 Newtown Square, PA. Agenda: ASUG and SAP Solution Manager Education Summit Tuesday, November 28, 2017 8:00am-9:00am Check-In and Breakfast

More information

IoT, Digital Exhaust, and Predictive Personalization with SAP HANA. Magnet. John Irvin and Dan Mohl Deloitte Services LP

IoT, Digital Exhaust, and Predictive Personalization with SAP HANA. Magnet. John Irvin and Dan Mohl Deloitte Services LP IoT, Digital Exhaust, and Predictive Personalization with SAP HANA Magnet John Irvin and Dan Mohl Deloitte Services LP Agenda Introduction IoT Digital Exhaust & Predictive Personalization Magnet Q&A 1

More information

FAQs Opportunity Management SAP Hybris Cloud for Customer PUBLIC

FAQs Opportunity Management SAP Hybris Cloud for Customer PUBLIC FAQs Opportunity Management SAP Hybris Cloud for Customer PUBLIC TABLE OF CONTENTS FAQS OPPORTUNITY MANAGEMENT...3 1. You want to create forecast based in set of opportunities, however you are unsure in

More information

Detailed, Accurate Location Data Across Every Application

Detailed, Accurate Location Data Across Every Application SAP Brief SAP s for Enterprise Information Management SAP Data Quality Management, Microservices for Location Data Detailed, Accurate Location Data Across Every Application SAP Brief Cloud microservices

More information

FS240 Shared Processes for Loans and Deposits Management in Banking Services from SAP 9.0

FS240 Shared Processes for Loans and Deposits Management in Banking Services from SAP 9.0 FS240 Shared Processes for Loans and Deposits Management in Banking Services from SAP 9.0. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP

More information

User Onboarding for SAP S/4HANA Cloud THE BEST RUN. PUBLIC Document Version:

User Onboarding for SAP S/4HANA Cloud THE BEST RUN. PUBLIC Document Version: PUBLIC Document Version: 1.0 2018-08-06 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Purpose of this Guide....4 2 Prerequisite for Quality and Production Systems....5

More information

Employee Handbook Do s and Don ts

Employee Handbook Do s and Don ts Employee Handbook Do s and Don ts Presented by: Heffernan Consulting Disclaimer The information presented is general in nature and is intended to present an overview of employment practices. The written

More information

Entrepreneur. Getting Started

Entrepreneur. Getting Started Entrepreneur Getting Started G u i d e Entrepreneur Getting Started 1 Setting Up Your Company 5 Setting Up Customers & Suppliers 14 Setting Up Items 17 Essential Tasks 18 Reporting 23 System Administration

More information

Improve Enterprise Data Security, Compliance with Attribute-Based Authorizations

Improve Enterprise Data Security, Compliance with Attribute-Based Authorizations SAP Brief Extensions SAP Dynamic Authorization Management by NextLabs Objectives Improve Enterprise Data Security, Compliance with Attribute-Based Authorizations Support interaction and trust across your

More information

FAQs Lead Management SAP Hybris Cloud for Customer PUBLIC

FAQs Lead Management SAP Hybris Cloud for Customer PUBLIC FAQs Lead Management SAP Hybris Cloud for Customer PUBLIC TABLE OF CONTENTS FAQS LEAD MANAGEMENT... 3 1. You are trying to migrate leads converted, accepted and declined, the error message appears service

More information

Client Billing Basics

Client Billing Basics Client Billing Basics To create a client bill account, click on the Carriers/Accounts menu and go to the Billing Accounts tab. Always check first to make sure that the billing account does not already

More information

M & O Payroll Education Training

M & O Payroll Education Training M & O Payroll Education Training Payroll Administration Maintenance & Operations 4/10/17 Version 1 Policies and Procedures Policies and procedures are established to ensure compliance with District guidelines.

More information

Lesson 12. Doing Payroll with QuickBooks

Lesson 12. Doing Payroll with QuickBooks QUICKBOOKS 2016 STUDENT GUIDE Lesson 12 Doing Payroll with QuickBooks Copyright Copyright 2016 Intuit, Inc. All rights reserved. Intuit, Inc. 5601 Headquarters Drive Plano, TX 75024 Trademarks 2016 Intuit

More information

Oracle Revenue Management Cloud

Oracle Revenue Management Cloud Oracle Revenue Management Cloud Oracle Revenue Management Cloud is a centralized, automated revenue management product that enables you to address revenue as defined in the ASC 606 and IFRS 15 accounting

More information

FAQ: How to build User Profiles

FAQ: How to build User Profiles User Experience Direct (UX Direct) FAQ: How to build User Profiles Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

Complementary Demo Guide

Complementary Demo Guide Complementary Demo Guide SAP Business ByDesign Manufacturing SAP Business ByDesign Table of Content 1 About this Document...3 1.1 Purpose...3 2 Master and Transactional Data...3 3 Demo Steps...4 3.1 :

More information

ULTIPRO GUIDE FOR SALARY PLANNING CP

ULTIPRO GUIDE FOR SALARY PLANNING CP ULTIPRO GUIDE FOR SALARY PLANNING 2015 11.01.2012 CP 1 Salary Planning 2015 Introduction WELCOME TO SALARY PLANNING FOR MANAGERS! UltiPro Salary Planning is Healogics secure web-based application which

More information

Electronic Billing (EB)

Electronic Billing (EB) Electronic Billing (EB) Developed Developed by by the the Department Department of of Developmental Developmental Services Services What Is Electronic Billing? EB is a process that: Allows you to complete

More information

Transcending from Tactical to Strategic HR

Transcending from Tactical to Strategic HR Transcending from Tactical to Strategic HR Realizing the strategic potential of Human Capital Management with SAP and Winshuttle. March 28 th, 2012; 10am GMT 1 Your Speakers Today Gill Waite, Process Support

More information

Getting Started Guide

Getting Started Guide QuickBooks 2012 Getting Started Guide STATEMENTS IN THIS DOCUMENT REGARDING THIRD-PARTY STANDARDS OR SOFTWARE ARE BASED ON INFORMATION MADE AVAILABLE BY THIRD PARTIES. INTUIT AND ITS AFFILIATES ARE NOT

More information

Time Entry Monthly Employees

Time Entry Monthly Employees Time Entry Monthly Employees As a time administrator, you will receive an email from the payroll manager alerting you to the deadline to enter the bi-weekly and/or monthly time. The transaction code CAT2

More information

Siebel 8.1 Loyalty Student Guide

Siebel 8.1 Loyalty Student Guide Siebel 8.1 Loyalty Student Guide D53914GC10 Edition 1.0 January 2009 D58073 Copyright 2009, Oracle. All rights reserved. Disclaimer This document contains proprietary information and is protected by copyright

More information

White Paper. Five Steps to a Faster Month-End Close

White Paper. Five Steps to a Faster Month-End Close White Paper Five Steps to a Faster Month-End Close Five Steps to a Faster Month-End Close Senior financial leaders are increasingly concerned about speeding up the month-end closing process. They need

More information

Get Invoice Processing That s Ready for the Digital Economy and Your IT Landscape

Get Invoice Processing That s Ready for the Digital Economy and Your IT Landscape SAP Brief SAP Extensions SAP Invoice Management by OpenText Objectives Get Invoice Processing That s Ready for the Digital Economy and Your IT Landscape Get ready for a new approach to invoice processing

More information

Ariba Network Service Order Guide SAP Ariba. All rights reserved. v3.0

Ariba Network Service Order Guide SAP Ariba. All rights reserved. v3.0 Ariba Network Service Order Guide v3.0 Introduction The purpose of this document is to provide the information that suppliers need to effectively transact with BP via the Ariba Network. This document provides

More information

HR310 Time Evaluation

HR310 Time Evaluation Time Evaluation SAP ERP - Human Capital Management Course Version: 98 Course Duration: 5 Day(s) Publication Date: 2014 Publication Time: Copyright Copyright SAP AG. All rights reserved. No part of this

More information

Auditing Police Overtime: City of Seattle Case Study

Auditing Police Overtime: City of Seattle Case Study Auditing Police Overtime: City of Seattle Case Study OFFICE OF CITY AUDITOR NOVEMBER 1, 2016 OPENING REMARKS Moderator Kinney Poynter Executive Director NASACT Auditor-in-Charge Robin Howe Manager, Internal

More information

Get Partner Solutions for Oracle Cloud. Oracle Cloud Marketplace

Get Partner Solutions for Oracle Cloud. Oracle Cloud Marketplace Get Partner Solutions for Oracle Cloud Oracle Cloud Oracle Cloud Introduction Oracle Cloud is an online store a one-stop shop selling hundreds of business apps and professional services. These apps and

More information

Workforce Management with Kronos

Workforce Management with Kronos Workforce Management with Kronos Workforce Productivity Subject Matter Expert: Cindie Terzo, Surety Systems Cindie is a Senior Kronos Consultant with 13 years experience with implementations, upgrades,

More information

SAP SuccessFactors HCM Suite. Q Release Highlights SAP SE or an SAP affiliate company. All rights reserved. 1 / 11

SAP SuccessFactors HCM Suite. Q Release Highlights SAP SE or an SAP affiliate company. All rights reserved. 1 / 11 SAP SuccessFactors HCM Suite Q3 2017 Release Highlights 1 / 11 Table of Contents 3 Lead Your HR Digital Transformation with Engaging, Intelligent, and Connected Capabilities 4 Cross-Suite 6 Core Human

More information

Create a Civil Service Application

Create a Civil Service Application Create a Civil Service Application Niagara County Civil Service has automated its application process. Now, instead of filling out individual paper applications for each job posting / exam, candidates

More information

Compatibility Issues in SAP Business One 9.3

Compatibility Issues in SAP Business One 9.3 How-To Guide SAP Business One 9.3 Document Version: 1.1 2018-01-10 All Countries Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description Words or characters

More information

7 STEP GUIDE. Mastering Proposed Department of Labor Overtime Updates. powered by

7 STEP GUIDE. Mastering Proposed Department of Labor Overtime Updates. powered by 7 STEP GUIDE Mastering Proposed Department of Labor Overtime Updates powered by 7 Steps to Mastering DOL Proposed Overtime Regulations In June 2015, the Department of Labor proposed revised regulations

More information

Sage DacEasy What s New Guide

Sage DacEasy What s New Guide Sage DacEasy 2013 What s New Guide Sage DacEasy 2013: Powerful capabilities, exceptional usability. Streamline your accounting functions to be even more efficient and flexible with Sage DacEasy 2013. Not

More information

Using the Paychex Biometric 2500 Time Clock 2013 Paychex, Inc. All rights reserved. TLO

Using the Paychex Biometric 2500 Time Clock 2013 Paychex, Inc. All rights reserved. TLO Using the Paychex Biometric 2500 Time Clock This is an overview of the Paychex Time and Labor Online Biometric 2500 Time Clock. It explains the basic functions administrators perform when using the time

More information

Demo Script. Procure-to-Pay - Stock Classification: Internal and for Partners. SAP Business ByDesign Reference Systems.

Demo Script. Procure-to-Pay - Stock Classification: Internal and for Partners. SAP Business ByDesign Reference Systems. Demo Script Procure-to-Pay - Stock Classification: Internal and for Partners SAP Business ByDesign Reference Systems Table of Content 1 Demo Script Overview... 3 1.1 Demo Overview... 3 1.2 Intended Audience...

More information

Integration Framework for SAP Business One Timer-Based Inbound Adapter

Integration Framework for SAP Business One Timer-Based Inbound Adapter Integration Framework for SAP Business One Timer-Based Inbound Adapter PUBLIC Global Roll-Out January 2019, Vinita Yadav Note: The example templates in this document are not officially supported by SAP.

More information

SAP Hybris Marketing Cloud Implementation Steps for 1711

SAP Hybris Marketing Cloud Implementation Steps for 1711 Implementation Steps for 1711 October, 2017 INTERNAL Implementation Steps Initial Process in Quality (Q) Quality (Q) Pre-delivered content already activated Receiving mails Role Creation User Creation

More information

Managing Vital Features

Managing Vital Features ADP Workforce Now Managing Vital Features Handout Manual Need support after training? To exchange tips and best practices with fellow users, get on The Bridge an online community built exclusively for

More information

Nanyang Technological University(NTU)

Nanyang Technological University(NTU) Nanyang Technological University(NTU) Buying and Invoicing Full Account Suppliers This User Guide is created for Full Account Suppliers trading with NTU using Ariba Network It contains steps for transacting

More information

SM255. Change Request Management with SAP Solution Manager Configuration COURSE OUTLINE. Course Version: 18 Course Duration: 5 Day(s)

SM255. Change Request Management with SAP Solution Manager Configuration COURSE OUTLINE. Course Version: 18 Course Duration: 5 Day(s) SM255 Change Request Management with SAP Solution Manager 7.2 - Configuration. COURSE OUTLINE Course Version: 18 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate

More information

Reports. Generating Kronos Reports Supervisor Role User Guide

Reports. Generating Kronos Reports Supervisor Role User Guide Reports Generating Kronos Reports Supervisor Role User Guide TABLE OF CONTENTS CHAPTER 1: OVERVIEW... 1 1.1 OVERVIEW... 1 1.2 REPORTS... 1 1.3 GENIES... 1 1.4 GENIES AND REPORTS... 1 1.5 REPORT CATEGORIES...

More information

Grow your payroll service in the cloud

Grow your payroll service in the cloud Grow your payroll service in the cloud This is what you must be offering as a chargeable service (and clients should expect to pay for it) In this guide we will look at how payroll servicing is evolving

More information

FLSA Understanding the New Overtime Regulations. Insert Your Logo Here

FLSA Understanding the New Overtime Regulations. Insert Your Logo Here FLSA Understanding the New Overtime Regulations Insert Your Logo Here Sarah Conroy, SHRM-SCP, SPHR, CEBS HR Business Consultant CliftonLarsonAllen Disclaimers The information contained herein is general

More information

HR-to-Pay Stabilization Training: Frequently Asked Questions

HR-to-Pay Stabilization Training: Frequently Asked Questions HR-to-Pay Stabilization Training: Frequently Asked Questions Contents 1. Why should I take this is this training?... 2 2. What does HR-to-pay mean?... 2 3. How are these courses different from the Canada

More information

Manager Training Package. Goal: To accurately and efficiently manage employee s time

Manager Training Package. Goal: To accurately and efficiently manage employee s time Goal: To accurately and efficiently manage employee s time Manager Training Package Table of Contents Pre Payroll Processing Checklist... 2 Review Time:...3 View Employee Time:... 3 Manage Time:... 4 Adding

More information

Frequently Asked Questions on Remote Support Platform for SAP Business One (RSP)

Frequently Asked Questions on Remote Support Platform for SAP Business One (RSP) FAQs Remote Support Platform for SAP Business One Document Version: 2.0 2019-01-17 Frequently Asked Questions on Remote Support Platform for SAP Business One (RSP) All Countries Typographic Conventions

More information

Note: Because we are continually improving our solutions, the screens in this document may differ from those that you see in the product.

Note: Because we are continually improving our solutions, the screens in this document may differ from those that you see in the product. ADP Workforce Now Quick Start Guide Getting Started Note: Because we are continually improving our solutions, the screens in this document may differ from those that you see in the product. Quickly Log

More information

Six steps to implementing An effective

Six steps to implementing An effective Six steps to implementing An effective FUNDRAISING PROGRAM SIX STEPS TO IMPLEMENTING AN EFFECTIVE FUNDRAISING PROGRAM Thank you for choosing Century Resources as your fundraising partner. We ve created

More information

Essential Time & Attendance Supervisor Timecard Basics

Essential Time & Attendance Supervisor Timecard Basics ADP Workforce Now Essential Time & Attendance Supervisor Timecard Basics Handout Manual Need support after training? To exchange tips and best practices with fellow users, get on The Bridge an online community

More information

Demo Script. Classification: Internal and for Partners. SAP Business ByDesign Reference Systems. Version: Golden Demo

Demo Script. Classification: Internal and for Partners. SAP Business ByDesign Reference Systems. Version: Golden Demo Demo Script Classification: Internal and for Partners Version: 20171218 SAP Business ByDesign Reference Systems Disclaimer This demo script is based on the ByD Reference System for the Almika model company.

More information

Sage 50 U.S. Edition. Direct Deposit Getting Started Guide

Sage 50 U.S. Edition. Direct Deposit Getting Started Guide Sage 50 U.S. Edition Direct Deposit Getting Started Guide This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product

More information

Business Portal for Microsoft Dynamics GP. Human Resources Management Self Service Suite User s Guide Release 10.0

Business Portal for Microsoft Dynamics GP. Human Resources Management Self Service Suite User s Guide Release 10.0 Business Portal for Microsoft Dynamics GP Human Resources Management Self Service Suite User s Guide Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all

More information

Grow Your Midsize Company with a Cloud-Based Commerce Solution

Grow Your Midsize Company with a Cloud-Based Commerce Solution SAP Brief SAP Customer Experience SAP Commerce Cloud Grow Your Midsize Company with a Cloud-Based Commerce SAP Brief Meeting high customer expectations To be competitive, today s growing businesses must

More information

Hot Tips: Returns, Exchanges, & Warranty Say What?

Hot Tips: Returns, Exchanges, & Warranty Say What? Hot Tips: Returns, Exchanges, & Warranty Say July 2013 2013 Aio Intellectual Property. All rights reserved. Aio and the Aio logo are trademarks of Aio Intellectual Property. Aio Proprietary Only for use

More information

Feature Scope Description for Enterprise Messaging THE BEST RUN FEATURE SCOPE DESCRIPTION PUBLIC

Feature Scope Description for Enterprise Messaging THE BEST RUN FEATURE SCOPE DESCRIPTION PUBLIC FEATURE SCOPE DESCRIPTION PUBLIC 2018-09-13 Feature Scope Description for Enterprise Messaging 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 About this Document....3

More information

Note: Because we are continually improving our solutions, the screens in this document may differ from those that you see in the product.

Note: Because we are continually improving our solutions, the screens in this document may differ from those that you see in the product. ADP Workforce Now Quick Start Guide Getting Started Note: Because we are continually improving our solutions, the screens in this document may differ from those that you see in the product. Quickly Log

More information

Price Setup Wizard: How to Make Global Updates to the Pricebook

Price Setup Wizard: How to Make Global Updates to the Pricebook Price Setup Wizard: How to Make Global Updates to the Pricebook ServiceTitan Best Practices When it s time to update prices in your Pricebook, ServiceTitan can automate the process for you. Using the Price

More information

SAP SuccessFactors Performance and Goals

SAP SuccessFactors Performance and Goals SAP SuccessFactors Performance and Goals Technical and Functional Specifications CUSTOMER TABLE OF CONTENTS KEY FEATURES AND FUNCTIONALITIES... 3 GOAL MANAGEMENT... 3 PERFORMANCE MANAGEMENT... 4 360 REVIEWS...

More information

SAP Engineering Control Center 5.1

SAP Engineering Control Center 5.1 Master Guide CUSTOMER Document Version: 3.0 2017-09-29 Typographical Conventions Format Example Description Words or characters that are quoted from the screen display. These include field names, captions,

More information

Managing Entitlements

Managing Entitlements E-File Roles & Responsibilities Managing Entitlements October 2013 Roles In E-File and Managing Entitlements 1 Housekeeping Some things to remember for today s webinar: Ask questions using the Questions

More information