1 Setup Mobile Application for OData Delta Services

Size: px
Start display at page:

Download "1 Setup Mobile Application for OData Delta Services"

Transcription

1 1 SetupMobileApplicationforODataDeltaServices To use any services provided by SAP Mobile Application Integration Framework, including the CRM Application AddOn (software component SMCRM), a mobile application must be setup using the ConfigPanel tool provided by the integration framework in SAP. In order to make use of the standard xchange Tables provided by the CRM Application AddOn (component SMCRM), we will define a new mobile application 'Z_ODATA_DELTA_SERVICES' to be used for OData delta query services. A BC Set containing the customizing settings of mobile application 'Z_ODATA_DELTA_SERVICES' is provided by note CheckSystemRequirement To follow the steps described in this guide, you need to make sure the required software components are installed in the SAP CRM system. You can check the system information from any SAPGUI screen, menu -> System -> Status... Page 1 of 16

2 Minimum required software components: SMCRM 600_700 SP00 - Agentry SAP Framework CRM AddOn IW_BEP 200 SP06 - Netweaver Gateway Backend Event Provider It is highly recommended that SMCRM 600_700 Support Package 01 is applied in your SAP CRM system. If not, you need to implement SAP Note Helper class for accessing exchange tables. 1.2 UploadBCSet'Z_ODATA_DELTA_SERVICES' From note , download the zip file 'Z_ODATA_DELTA_SERVICES.zip' and unzip the file to your local PC. You will have the file 'Z_ODATA_DELTA_SERVICES.bcs'. Log into SAP CRM system, run tcode SCPR3 to upload the BC Set. Select file 'Z_ODATA_DELTA_SERVICES.bcs' to upload. Page 2 of 16

3 When prompted for Object Directory Entry, choose 'Local Object'. Save the BC Set 'Z_ODATA_DELTA_SERVICES' by choose 'Save'. Page 3 of 16

4 1.3 ActivateBCSet'Z_ODATA_DELTA_SERVICES' After BC Set 'Z_ODATA_DELTA_SERVICES' is created, we now need to activate the BC Set to extract the customizing settings into the target SAP CRM client. Log into the SAP CRM system and client in which OData delta query services will be provided. Run tcode SCPR20, and specify 'Z_ODATA_DELTA_SERVICES' as BC Set. Choose option 'Activate BC Set' to continue with BC Set activation. Provide a valid customizing request. Page 4 of 16

5 Page 5 of 16

6 Accept default activation options, and choose Continue Activation to activate the BC Set. 1.4 ReviewandVerifyMobileApplicationSettings After activation of BC Set, we want to review the mobile application settings being automatically generated by the BC Set. Run tcode SPRO to start IMG, and follow the path IMG -> Agentry SAP Framework Configuration -> System Settings. Choose activity 'Define Mobile Applications', this will launch the ConfigPanel tool of the Mobile Application Integration Framework. Page 6 of 16

7 Verify that in ConfigPanel -> Mobile Application Configuration, mobile application 'Z_ODATA_DELTA_SERVICES' exists. 1.5 ReviewListofExistingxChangeObjects We also want to verify xchange Objects have been defined. From ConfigPanel page, use link 'ConfigPanel Home' to navigate to ConfigPanel home page. Page 7 of 16

8 From ConfigPanel home page, select link 'Exchange Object Configuration' to go to xchange Object configuration area. In xchange Object Configuration, set the Mobile Application Filter to app 'Z_ODATA_DELTA_SERVICES'. This will filter out xchange Objects not belong to mobile app 'Z_ODATA_DELTA_SERVICES'. You should see 16 xchange Objects listed. There are total of 16 xchange Objects provided: ZODATA_ACCOUNT - Change detection for master data Account ZODATA_ACTIVITY - Change detection for 1Order transactions business activities ZODATA_CONTACT - Change detection for master data Contact Person ZODATA_EMPLOYEE - Change detection for master data Employee ZODATA_LEAD - Change detection for 1Order transactions Lead ZODATA_MARKETING_ATTRIBUTE - Change detection for master data Marketing Attribute Page 8 of 16

9 ZODATA_MARKETING_ATTRIBUTE_SET - Change detection for master data Marketing Attribute Set. ZODATA_MARKETING_ATTRIBUTE_VALUE - Change detection for master data Marketing Attribute Value. ZODATA_OPPORTUNITY - Change detection for 1Order transaction Opportunity. ZODATA_PRODUCT - Change detection for master data Product. ZODATA_QUOTATION - Change detection for 1Order transaction Sales Quotation. ZODATA_SALES_ORDER - Change detection for 1Order transaction Sales Order. ZODATA_SERVICE_CONFIRMATION - Change detection for 1Order transaction Service Confirmation. ZODATA_SERVICE_ORDER - Change detection for 1Order transaction Service Order. ZODATA_SURVEY - Change detection for master data survey definition. ZODATA_TASK - Change detection for 1Order transaction Task. If you don't find the xchange Objects in the ConfigPanel, please repeat step 1.2 and xchangeobjectexplanationtechnicalsettings Technical settings for an xchange Object defines the most essential technical information about the xchange Object. Exchange Object - Unique Identifier for xchange Object. xchange Object Id is always unique in the SAP system. No duplicate is allowed. For best practice, when name an xchange Object, use a naming convention for each mobile application. xchange Object Id is also namespace protected. Customer defined xchange Object should use Y* and Z* namespace. Partner defined xchange Object should use partner namespace /XXX/. Mobile Application - Each xchange Object must be assigned to one mobile application. Page 9 of 16

10 Exchange Table Name - Name of the transparent table in SAP system where change detection information is stored. You can use tcode SE16 data browser to exam the content of Exchange Table. Change detection information is captured for individual mobile application. Exchange Handler - ABAP OO class that handles change detection logic for the Exchange Object. Active Flag - Enable or disable an Exchange Object. 1.7 xchangeobjectexplanationchangedetectionfieldselection Change detection field selection defines the list of attributes change detection should be performed. If set, only when value of the specified the attributes changes should the xchange Object consider the business object is changed. Value change to attributes not specified in the field selection list is simply ignored. You can use this functionality to fine tune how change detection should be performed at the fieldby-field level. Page 10 of 16

11 1.8 xchangeobjectexplanationchangedetectionconditionfilter Change detection condition filter allows you to define filters to limit change detection to a subset of business object data. Only for qualified data set based on the condition filter rules, value changes will be considered. You also have the option to ignore changes due to data creation, or data deletion, or data update. You can fine tune the condition filter rules based on the business requirement of delta query services. In the example below, a change condition filter rule is defined for filter OBJECT_TYPE. Only 1Order transactions for object type 'BUS ' are qualified for change detection. Page 11 of 16

12 1.9 xchangeobjectexplanationlinkagesettings When supported technically by the xchange Object handler and configured in xchange Object settings, you can define xchange Object linkage. This is useful when a business object instance is changed, a trigger should also be raised so change detection is performed for related business objects. In the example below, if change has occurred to a business activity transaction, we also want to trigger change detection for any other 1Order transactions that are included in the business activity transaction document flow. Page 12 of 16

13 2 RetrieveDeltaObjectKeyListfromODataDeltaQueryServiceClass To support OData delta query service using change detection information captured by xchange Object, you must do the following: A custom Netweaver Gateway service is built using the standard Gateway OData channel procedure. Implement support for timestamp based DeltaToken in Netweaver Gateway Data Provider Class Implement call to xchange Framework to retrieve delta object key list using a timestamp based DeltaToken 2.1 ConstructTimestampBasedDeltaTokeninInitialQueryRequest In the GET_ENTITYSET method of your OData Runtime Data Provider class, implement the logic to construct the DeltaToken in the response to the initial delta query request. Code example below shows how to setup initial delta token: METHOD /iwbep/if_mgw_appl_srv_runtime~get_entityset.... * determine delta token. DATA: lv_date TYPE d, lv_time TYPE t, lv_timestamp TYPE timestampl, lv_guid_string TYPE string, lv_consumer_guid TYPE os_guid, lv_delta_token TYPE string. DATA: ls_header TYPE ihttpnvp. DATA: lo_delta_context TYPE REF TO /iwbep/if_mgw_req_entitystdlta. "Provide a GUID to the consumer CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = lv_consumer_guid. lv_guid_string = lv_consumer_guid. CALL METHOD me->update_client_state EXPORTING iv_guid = lv_consumer_guid ir_tech_request_context = io_tech_request_context CHANGING Page 13 of 16

14 cr_entityset = er_entityset. lo_delta_context?= io_tech_request_context. lv_delta_token = lo_delta_context->get_deltatoken( ). IF lv_delta_token IS INITIAL. GET TIME STAMP FIELD lv_timestamp. CONVERT TIME STAMP lv_timestamp TIME ZONE 'UTC ' INTO DATE lv_date TIME lv_time. CONCATENATE lv_guid_string '_' lv_date lv_time INTO es_response_context-deltatoken. ENDIF.... * Put Deltatoken into http-header ls_header-name = 'deltatoken'. ls_header-value = es_response_context-deltatoken. CALL METHOD me->/iwbep/if_mgw_conv_srv_runtime~set_header EXPORTING is_header = ls_header. ENDMETHOD. "/iwbep/if_mgw_appl_srv_runtime~get_entityset 2.2 RetrieveDeltaObjectKeyListinSubsequentDeltaQueryRequest If delta token is provided by the delta query service consumer, we will make call to the utility method provided by the xchange Framework to retrieve the relevant delta object key list. With the delta object key list, we can then build the appropriate context for the delta query request. To make the call to xchange Framework utility class, we need to have the following information: Mobile application - Use the mobile application delivered by the BC Set as described in section 1, i.e, 'Z_ODATA_DELTA_SERVICES'. xchange Object Id - Based on the context for which OData service provider is needed, the appropriate xchange Object Id should be identified and used. Based on the xchange Object Id, the content of the relevant xchange Table are queried by the utility method, and the delta object key list is generated. Delta Token Timestamp in UTC - Delta token timestamp is used to calculate the delta object key list by the xchange Framework. Output EREF_OBJKEY_LIST_RANGE - Contains list of delta object keys returned by xchange Framework. Recommend to use structure '/IWBEP/T_COD_SELECT_OPTION'. Page 14 of 16

15 Code example below shows how to retrieve delta token from incoming request, making call to xchange Framework to determine delta object key list, and recalculate the new delta token value. In practical implementation, you could combine the logic in section 2.1 and 2.2 to support delta query. METHOD /iwbep/if_mgw_appl_srv_runtime~get_entityset.... * determine delta token. DATA: lv_ts TYPE timestamp, lv_timestamp TYPE timestampl, lv_date TYPE d, lv_time TYPE t, lv_guid_string TYPE string, lv_ts_string TYPE string, lv_delta_token TYPE string. DATA: ls_header TYPE ihttpnvp. DATA: lt_objkey_list TYPE /iwbep/t_cod_select_options. DATA: lo_delta_context TYPE REF TO /iwbep/if_mgw_req_entitystdlta. DATA: lref_objkey_list TYPE REF TO /iwbep/t_cod_select_options. Page 15 of 16 CONSTANTS: lc_odata_mobile_app TYPE /syclo/core_mobile_app_dte VALUE 'Z_ODATA_DELTA_SERVICES', lc_exobj_1o_activity TYPE /syclo/core_exchobj_dte VALUE 'ZODATA_ACTIVITY'. lo_delta_context?= io_tech_request_context. "Look for delta token in request lv_delta_token = lo_delta_context->get_deltatoken( ). "Delta token is found with value, this is delta query IF lv_deltatoken IS NOT INITIAL. "Decode delta token into timestamp value SPLIT lv_delta_token AT '_' INTO lv_guid_string lv_ts_string. lv_ts = lv_ts_string. "Make call to xchange Framework to retrieve delta object key list "based on the delta token timestamp "We need to provide the following to make the call: " Mobile application - default to Z_ODATA_DELTA_SERVICES " xchange Object - based on what is needed by specific OData " Service Provider. Here we use example ZODATA_ACTIVITY GET REFERENCE OF lt_objkey_list INTO lref_objkey_list. /smfnd/cl_core_exobj_tools=>determine_delta_objkeys( EXPORTING iv_mobile_app = lc_odata_mobile_app

16 ... iv_exchobj = lc_exobj_1o_activity iv_time_token = lv_ts IMPORTING eref_objkey_list_range = lref_objkey_list ). "Update delta token with the latest timestamp GET TIME STAMP FIELD lv_timestamp. CONVERT TIME STAMP lv_timestamp TIME ZONE 'UTC ' INTO DATE lv_date TIME lv_time. CONCATENATE lv_guid_string '_' lv_date lv_time INTO es_response_context-deltatoken. ENDIF.... * Put Deltatoken into http-header ls_header-name = 'deltatoken'. ls_header-value = es_response_context-deltatoken. CALL METHOD me->/iwbep/if_mgw_conv_srv_runtime~set_header EXPORTING is_header = ls_header. ENDMETHOD. "/iwbep/if_mgw_appl_srv_runtime~get_entityset Page 16 of 16

SAP Asset Manager Configuration Guide for Android

SAP Asset Manager Configuration Guide for Android PUBLIC SAP Asset Manager Document Version: 1.0 2018-12-03 SAP Asset Manager Configuration Guide for Android 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Document

More information

How to Enable SAP Easy Access Menu for Fiori Launchpad Step-by-Step

How to Enable SAP Easy Access Menu for Fiori Launchpad Step-by-Step How to Enable SAP Easy Access Menu for Fiori Launchpad Step-by-Step www.sap.com How to Enable SAP Easy Access Menu for Fiori Launchpad Step-by-Step SAP NetWeaver (7.5) and EHP8 for SAP ERP 6.0 Jessie Xu

More information

Duet Enterprise Feature Pack 1 Developer Guide Consuming OData Services via BDC Browser

Duet Enterprise Feature Pack 1 Developer Guide Consuming OData Services via BDC Browser Duet Enterprise Feature Pack 1 Developer Guide Consuming OData Services via BDC Browser Applies to: Duet Enterprise FP1 SP03, Consuming OData Service via BDC Browser in SharePoint2010 Summary This paper

More information

How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step

How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step www.sap.com How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step SAP Netweaver (7.51) and SAP S/4HANA 1610 Jessie Xu TABLE OF CONTENTS

More information

SAP EDUCATION SAMPLE QUESTIONS: C_TBIT51_73. Questions. Note: There are 2 correct answers to this question. developer. the basis administrator.

SAP EDUCATION SAMPLE QUESTIONS: C_TBIT51_73. Questions. Note: There are 2 correct answers to this question. developer. the basis administrator. SAP EDUCATION SAMPLE QUESTIONS: C_TBIT51_73 SAP Certified Technology Associate -Process Integration with SAP NetWeaver (PI 7.3) Disclaimer: These sample questions are for self-evaluation purposes only

More information

SAP TechEd. Using SAPUI5 to Enhance Enterprise Learning Manager Capabilities. Rob Becker. Session MOB115

SAP TechEd. Using SAPUI5 to Enhance Enterprise Learning Manager Capabilities. Rob Becker. Session MOB115 SAP TechEd Using SAPUI5 to Enhance Enterprise Learning Manager Capabilities Rob Becker Session MOB115 1 Who Are We Lockheed Martin Corporation Global defense, security, aerospace, and advanced technology

More information

Configuring Job Monitoring in SAP Solution Manager 7.2

Configuring Job Monitoring in SAP Solution Manager 7.2 How-To Guide SAP Solution Manager Document Version: 1.0 2017-05-31 Configuring Job Monitoring in SAP Solution Manager 7.2 Typographic Conventions Type Style Example Example EXAMPLE Example Example

More information

SPRO >> Customer Relationship Management >> UI Framework >> Business Roles >>

SPRO >> Customer Relationship Management >> UI Framework >> Business Roles >> CRM WEB CLIENT UI Business Roles SPRO >> Customer Relationship Management >> UI Framework >> Business Roles >> 1. Overview SPRO >> Customer Relationship Management >> UI Framework >> Business Roles >>

More information

OData Service in the SAP Backend System for CRUDQ Operations in Purchase Order Scenario

OData Service in the SAP Backend System for CRUDQ Operations in Purchase Order Scenario OData Service in the SAP Backend System for CRUDQ Operations in Purchase Order Scenario Applies to: Duet Enterprise 2.0 SP01 Summary This guide describes in detail how to create and test OData service

More information

How to setup My Inbox 2.0 app

How to setup My Inbox 2.0 app How to setup My Inbox 2.0 app SAP NetWeaver (7.5) Gateway Joaquin Fornas Konstantia Zerva-Spanou Ali Chalhoub 2016 SAP AG. All rights reserved. SAP, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP

More information

SAP Policy Management 5.4

SAP Policy Management 5.4 Upgrade Guide SAP Policy Management Document Version: 1.0 2017-04-27 Component Upgrade Guide Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include

More information

Component-Based Message Alerting with SAP NW PI Lab Preview

Component-Based Message Alerting with SAP NW PI Lab Preview with SAP NW PI 7.31 Overview on Component-Based Message Alerting Supported Consumers Alert representation in SAP Solution Manager 7.1 SP3. Full support with 7.1 SP5. Aggregated alert view or individual

More information

Development Information Document Version: CUSTOMER. ABAP for Key Users

Development Information Document Version: CUSTOMER. ABAP for Key Users Development Information Document Version: 1.0 2015-11-30 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names, screen titles, pushbuttons

More information

Product Documentation SAP Business ByDesign February Marketing

Product Documentation SAP Business ByDesign February Marketing Product Documentation PUBLIC Marketing Table Of Contents 1 Marketing.... 5 2... 6 3 Business Background... 8 3.1 Target Groups and Campaign Management... 8 3.2 Lead Processing... 13 3.3 Opportunity Processing...

More information

This tutorial explains the key concepts of Web Dynpro with relevant screenshots for better understanding.

This tutorial explains the key concepts of Web Dynpro with relevant screenshots for better understanding. About the Tutorial SAP Web Dynpro is a standard SAP UI technology to develop web applications using graphical tools and development environment integrated with ABAP workbench. The use of graphical tools

More information

SAP EM How to Display the Planned Route on the Geo-Map

SAP EM How to Display the Planned Route on the Geo-Map SAP EM How to Display the Planned Route on the Geo-Map Author: Marco Freischlag Document Date: 29.07.2013 www.sap.com TABLE OF CONTENTS SUMMARY... 3 PREREQUISITE:... 3 SOLUTION:... 3 SAMPLE Coding:...

More information

SAP Fiori Makers Showcase 11 Review. Kai Richter, SAP

SAP Fiori Makers Showcase 11 Review. Kai Richter, SAP SAP Fiori Makers Showcase 11 Review Kai Richter, SAP Why did we chose this app as showcase? Very well-designed application with a very complex structure showing how powerful Fiori can be. Great opportunity

More information

Release 28 - Alpha Tracker Release Notes

Release 28 - Alpha Tracker Release Notes Release 28 - Alpha Tracker Release Notes New Features / Changes (from SVN2841 to SVN3056) 1. With the introduction of GDPR, there are some important new features now available in Alpha Tracker. There is

More information

WUS 581:WEBCLIENT UI FRAMEWORK : UI COMPONENT ENHANCEMENTS SCENARIOS. 1. UI Component Architecture

WUS 581:WEBCLIENT UI FRAMEWORK : UI COMPONENT ENHANCEMENTS SCENARIOS. 1. UI Component Architecture CRM TECHNICAL DEMO With OOPS @ BANDIS TECHNOLOGY Date : 17/11/2012 Time : 8 AM Contact : 040-64608866, 09030098866, 8790898802 Email : BANDIS.TECHNOLOGY@GMAIL.COM Faculty : NAIK (SAP CRM, EP Certified

More information

SAP ABAP WORKBENCH CONCEPTS PART 1 AND 2. INd_rasN. 1 P a g e. KIDS Information Center

SAP ABAP WORKBENCH CONCEPTS PART 1 AND 2. INd_rasN. 1 P a g e. KIDS Information Center 1 P a g e 2 P a g e 3 P a g e 4 P a g e 5 P a g e 6 P a g e 7 P a g e 8 P a g e 9 P a g e 10 P a g e 11 P a g e 12 P a g e 13 P a g e 14 P a g e 15 P a g e 16 P a g e 17 P a g e 18 P a g e 19 P a g e 20

More information

END OF PURPOSE CHECK ADAPTION FOR APPLICATIONS CONSUMING SAP BUSINESS PARTNER IN SAP S/4HANA

END OF PURPOSE CHECK ADAPTION FOR APPLICATIONS CONSUMING SAP BUSINESS PARTNER IN SAP S/4HANA SAP SECURITY REQUIREMENT SEC- 256 (DELETION OF PERSONAL DATA) DEVELOPMENT HOW-TO INFORMATION END OF PURPOSE CHECK ADAPTION FOR APPLICATIONS CONSUMING SAP BUSINESS PARTNER IN SAP S/4HANA AND HOW AND HOW

More information

Business Add-Ins (BAdIs) for SD Jam Integration Document Version:

Business Add-Ins (BAdIs) for SD Jam Integration Document Version: Document Version: 1.0 2014-08-22 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names, screen titles, pushbuttons labels, menu names,

More information

This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal.

This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal. This download file shows detailed view for all updates from BW 7.5 SP00 to SP05 released from SAP help portal. (1) InfoObject (New) As of BW backend version 7.5 SPS00, it is possible to model InfoObjects

More information

GDS Reports by Istvan Nemeth Build Your Own SAP Fiori App in the Cloud 2016 Edition SAP Fiori UX Develop Challenge

GDS Reports by Istvan Nemeth Build Your Own SAP Fiori App in the Cloud 2016 Edition SAP Fiori UX Develop Challenge GDS Reports by Istvan Nemeth Build Your Own SAP Fiori App in the Cloud 2016 Edition SAP Fiori UX Develop Challenge STORY Manufacturers are using Global Data Synchronization Network to connect their systems

More information

SAP Assurance and Compliance Software Release 1.2 SP04

SAP Assurance and Compliance Software Release 1.2 SP04 Extensibility Guide Document Version: 1.0 2016-11-21 SAP Assurance and Compliance Software Release 1.2 SP04 SAP Tax Compliance Typographic Conventions Type Style Example Description Words or characters

More information

StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes

StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes User Guide Rev A StreamServe Persuasion SP5StreamServe Connect for SAP - Business Processes User Guide Rev A SAP, mysap.com,

More information

Free Download Dev. Virto Workflow Activities Kit for SP2010 computer software free download ]

Free Download Dev. Virto Workflow Activities Kit for SP2010 computer software free download ] Free Download Dev. Virto Workflow Activities Kit for SP2010 computer software free download ] Description: Although customized working processes are included in Microsoft Office SharePoint 2007, 2010 and

More information

INTERVIEW QUESTIONS SAP ABAP (SAMPLE) May 23,

INTERVIEW QUESTIONS SAP ABAP (SAMPLE) May 23, INTERVIEW QUESTIONS SAP ABAP (SAMPLE) May 23, 2006 www.examguru.net DO NOT COPY OR DUPLICATE Paper Copies of These Materials or Software Files Downloaded From Website For Use by Anyone Other Than Original

More information

Installation Guide 1.0 SP06 SAP Workplaces for Insurance 1.0 SP06 THE BEST RUN. INSTALLATION GUIDE PUBLIC Document Version: 1.

Installation Guide 1.0 SP06 SAP Workplaces for Insurance 1.0 SP06 THE BEST RUN. INSTALLATION GUIDE PUBLIC Document Version: 1. INSTALLATION GUIDE PUBLIC Document Version: 1.0 2016-12-08 SAP Workplaces for Insurance 1.0 SP06 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Apps for Insurance

More information

Duet Enterprise Developer Guide

Duet Enterprise Developer Guide Applies to: Duet Enterprise 1.0 SP2. For more information, visit Duet Enterprise. Summary The Duet Enterprise Developer Guide explains the development process how to create your own custom development

More information

abap proxy B3930A4526ED EB3A39174B6A1 Abap Proxy 1 / 6

abap proxy B3930A4526ED EB3A39174B6A1 Abap Proxy 1 / 6 Abap Proxy 1 / 6 2 / 6 3 / 6 Abap Proxy ABAP Proxy Communication Scenario (Client Proxy) By Neeraja Surapaneni, YASH PI Competency Core Team, YASH Technologies. This document is focused to give a better

More information

Real Time Data Acquisition (RDA) Overview and Step-by-Step Guide (SAPI and Web Services)

Real Time Data Acquisition (RDA) Overview and Step-by-Step Guide (SAPI and Web Services) Real Time Data Acquisition (RDA) Overview and Step-by-Step Guide (SAPI and Web Services) Applies to: SAP BI 7.0. For more information, visit the Business Intelligence homepage. Summary Sometimes business

More information

SAP NETWEAVER - TRANSPORT MANAGEMENT

SAP NETWEAVER - TRANSPORT MANAGEMENT SAP NETWEAVER - TRANSPORT MANAGEMENT http://www.tutorialspoint.com/sap_netweaver/sap_netweaver_transport_management.htm Copyright tutorialspoint.com Advertisements Transport Management System (TMS) is

More information

ATTACHMENT MANAGEMENT USING AZURE BLOB STORAGE

ATTACHMENT MANAGEMENT USING AZURE BLOB STORAGE ATTACHMENT MANAGEMENT USING AZURE BLOB STORAGE A Solution to help optimize Dynamics 365 CRM storage by automatically saving file attachments to Azure Blob Storage MICROSOFT LABS P a g e 1 18 Table of Contents

More information

ISU BOL Tree: Configuration and Enhancement

ISU BOL Tree: Configuration and Enhancement ISU BOL Tree: Configuration and Enhancement Applies to: SAP CRM 7.0. For more information, visit the Customer Relationship Management homepage. Summary This document is aimed at understanding the configuration

More information

COURSE LISTING. Courses Listed. Training for Database & Technology with Development in ABAP Dialog Programming. Beginner. Intermediate.

COURSE LISTING. Courses Listed. Training for Database & Technology with Development in ABAP Dialog Programming. Beginner. Intermediate. Training for Database & Technology with Development in ABAP Dialog Programming Courses Listed Beginner NW001 - SAP NetWeaver - Overview Intermediate SAPTEC - Technology Fundamentals for SAP S/4HANA and

More information

Complete Guide for Events in Workflows in SAP ECC 6.0

Complete Guide for Events in Workflows in SAP ECC 6.0 Complete Guide for Events in Workflows in SAP ECC 6.0 Applies to: SAP ECC 6.0 and upwards Summary This tutorial covers the basics of events and their properties. It also covers adding events to Business

More information

REGISTRATION DATA INTERFACE SPECIFICATION

REGISTRATION DATA INTERFACE SPECIFICATION REGISTRATION DATA INTERFACE SPECIFICATION DEFINITIONS Data Transfer Catalogue DCC Status DCC Status File Electricity Registration Data Provider FTP FTPS Gas Registration Data Provider Hot Standby Router

More information

Welcome to the Learning Objekt Operational Analytics with Operational Data Providers. After the explanations of the entire ODP Architecture and the

Welcome to the Learning Objekt Operational Analytics with Operational Data Providers. After the explanations of the entire ODP Architecture and the Welcome to the Learning Objekt Operational Analytics with Operational Data Providers. After the explanations of the entire ODP Architecture and the specifics of the TransientProvider layer this unit will

More information

Implementing a BAdI in an Enhancement Project (CMOD)

Implementing a BAdI in an Enhancement Project (CMOD) Applies To: SAP R3 v4.70, however can be adapted for other releases, including Netweaver 2004 v7. Summary This tutorial explains how to implement a Business Add In (BAdI), in a Customer Modification CMOD,

More information

Template Designer: Create Automatic PDF Documents for Attachment or Print Purpose

Template Designer: Create Automatic PDF Documents for Attachment or Print Purpose Template Designer: Create Automatic PDF Documents for Attachment or Print Purpose Applies to: SAP Customer Relationship Management (SAP CRM) Release 7.0 SP 01, November 2008. SAP NetWeaver 7.0 including

More information

DYNAMICS 365 BUSINESS PROCESS VISUALIZATION USING VISIO

DYNAMICS 365 BUSINESS PROCESS VISUALIZATION USING VISIO MICROSOFT LABS JANUARY 10, 2019 DYNAMICS 365 BUSINESS PROCESS VISUALIZATION USING VISIO A Solution to create a Microsoft VISIO template by consuming the configured entity values from the CRM entity record.

More information

SAP Security in a Hybrid World. Kiran Kola

SAP Security in a Hybrid World. Kiran Kola SAP Security in a Hybrid World Kiran Kola Agenda Cybersecurity SAP Cloud Platform Identity Provisioning service SAP Cloud Platform Identity Authentication service SAP Cloud Connector & how to achieve Principal

More information

Certification Suite BC-ILM 3.0

Certification Suite BC-ILM 3.0 Master Guide Certification Suite ABAP Document Version: 1.1 2016-06-27 ABAP Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description Words or characters

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

Business Configuration Sets (BC-CUS)

Business Configuration Sets (BC-CUS) Business Configuration Sets (BC-CUS) HELP.BCCUSBCS 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

More information

BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5

BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5 BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5 Create an App from a Smart Template and Annotation File 1 INTRODUCTION 1.1 Goal Smart Templates in the SAP Web IDE of the SAP HANA Cloud Platform

More information

Persona and Point of View

Persona and Point of View User Story In many industries, products are not pre-build with a defined component list but customers get more and more control of how the product should look like. In this case for the Lighting industry

More information

CREATION AND CONFIGURATION OF WEB SERVICE FROM RFC AND DEPLOYMENT IN ANOTHER SYSTEM

CREATION AND CONFIGURATION OF WEB SERVICE FROM RFC AND DEPLOYMENT IN ANOTHER SYSTEM CREATION AND CONFIGURATION OF WEB SERVICE FROM RFC AND DEPLOYMENT IN ANOTHER SYSTEM Applies to: SAP Summary The purpose of this document is to provide creation and configuration of web service from function

More information

SAP NetWeaver How-To Guide How To... Configure SAP HANA for CTS

SAP NetWeaver How-To Guide How To... Configure SAP HANA for CTS SAP NetWeaver How-To Guide How To... Configure SAP HANA for CTS Applicable Releases: SAP Solution Manager 7.1 SPS05, SAP NetWeaver 7.3 including enhancement package 1, or SAP NetWeaver 7.4 SAP HANA Platform

More information

Troubleshooting Guide: SAP NetWeaver Gateway

Troubleshooting Guide: SAP NetWeaver Gateway Troubleshooting Guide: SAP NetWeaver Gateway Contents Error Occurred What to do?... 1 Error Log... 1 Error Context... 2 Replay the Error in Gateway Client... 3 Gateway Client... 6 HTTP Requests and Responses...

More information

PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility

PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means

More information

Business Process Monitoring for non-abap/non-sap

Business Process Monitoring for non-abap/non-sap Business Process Monitoring for non-abap/non-sap Application Monitoring SAP AG Global CoE Business Process Integration Active Global Support SAP 2010 / BPMon via Web Service / Page 1 Agenda 1. Introduction

More information

Extensibility Guide for SAP Business Partner Screening

Extensibility Guide for SAP Business Partner Screening USER GUIDE PUBLIC 2018-05-28 Extensibility Guide for SAP Business Partner Screening ---------- 2018 SAP SE or an SAP affiliate company. All rights reserved. Run Simple Content 1 SAP Business Partner Screening

More information

Change and Transport Management

Change and Transport Management Armin Kösegi, Rainer Nerding SAP Change and Transport Management Bonn Boston Contents at a Glance Part I The Big Picture 1 SAP ERP Architecture and Data Components... 31 2 Realizing Business Processes

More information

Introduction to application management

Introduction to application management Introduction to application management To deploy web and mobile applications, add the application from the Centrify App Catalog, modify the application settings, and assign roles to the application to

More information

Migrating from the Standard to the Enhanced PPW Driver

Migrating from the Standard to the Enhanced PPW Driver New Driver Announcement! The Property Pres Wizard (PPW) Enhanced Integration is now live in Pruvan. We recommend that you use the new driver over the original one. If you are already using the current

More information

REGISTRATION DATA INTERFACE SPECIFICATION

REGISTRATION DATA INTERFACE SPECIFICATION REGISTRATION DATA INTERFACE SPECIFICATION DEFINITIONS Data Transfer Catalogue DCC Status DCC Status File Electricity Registration Data Provider Gas Registration Data Provider Hot Standby Router Protocol

More information

Executing Remote Static Checks in Context of HANA Migration

Executing Remote Static Checks in Context of HANA Migration Executing Remote Static Checks in Context of HANA Migration NOTE This topic does not address the common usage of remote static checks in the Code Inspector. It focuses rather on static checks that are

More information

Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server

Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server Installation Guide SAP Landscape Transformation Replication Server Document Version: 1.6 2017-06-14 CUSTOMER Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server - For SAP

More information

Using the SAP BW Metadata Creation Solution

Using the SAP BW Metadata Creation Solution Using the SAP BW Metadata Creation Solution You can use the SAP BW metadata creation solution to create InfoSources, InfoObjects, and InfoPackages and start InfoPackages. To create objects in SAP BW, open

More information

Enable Navigation from SAP Customer Relationship Management to SAP Hybris Marketing Cloud

Enable Navigation from SAP Customer Relationship Management to SAP Hybris Marketing Cloud How-to Guide SAP Hybris Marketing Cloud 1805 Document Version: 1.0 2018-05-07 CUSTOMER Enable Navigation from SAP Customer Relationship Management to SAP Hybris Marketing Cloud Contents 1 Introduction...

More information

How To Write an OData Channel Gateway Service. Part 2 - The Runtime Data Provider Class

How To Write an OData Channel Gateway Service. Part 2 - The Runtime Data Provider Class SAP NetWeaver How-To Guide How To Write an OData Channel Gateway Service. Part 2 - The Runtime Data Provider Class Applicable Releases: SAP NetWeaver 7.02 SP7 + SAP NetWeaver Gateway 2.0 SP1 add-on SAP

More information

Creation of Alert Data Service VC model for the BI query exception using Information Broadcasting

Creation of Alert Data Service VC model for the BI query exception using Information Broadcasting Applies To: SAP Netweaver 2004s Visual Composer 7.0 Summary The purpose of this document is to show how to create an alert data service VC model for the BI query exception using the Information broadcasting.

More information

Technical Note HDE TN GMSCS E TN GMSCS E HDE R3.02

Technical Note HDE TN GMSCS E TN GMSCS E HDE R3.02 Technical Note HDE Technical Note TN GMSCS0135-01E TN GMSCS0135-01E HDE R3.02 Issue 1.0 24th June 2016 Blank Page HDE Technical Note 1 Copyright and Trademark Notices 2016 Yokogawa Electric Corporation

More information

SAP Hybris Billing, pricing simulation Application Operations Guide Release 2.0, SP03

SAP Hybris Billing, pricing simulation Application Operations Guide Release 2.0, SP03 SAP Hybris Billing, pricing simulation Application Operations Guide elease 2.0, SP03 Document Version 2.1 2017-01-16 TABLE OF CONTENTS DOCUMENT HISTOY... 3 1. PICING SIMULATION COMPONENTS... 4 2. SYSTEM

More information

How to Configure Mutual Authentication using X.509 Certificate in SMP SAP Mobile Platform (3.X)

How to Configure Mutual Authentication using X.509 Certificate in SMP SAP Mobile Platform (3.X) How to Configure Mutual Authentication using X.509 Certificate in SMP SAP Mobile Platform (3.X) Author: Ali Chalhoub Global Support Architect Engineer Date: July 2, 2015 Document History: Document Version

More information

SAP Engineering Control Center 5.1

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

More information

How to Setup Notifications in Fiori 2.0 Step-by-Step

How to Setup Notifications in Fiori 2.0 Step-by-Step How to Setup Notifications in Fiori 2.0 Step-by-Step SAP S/4HANA 1610 Wilson Wei 2017 SAP AG. All rights reserved. SAP, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP BusinessObjects Explorer, StreamWork,

More information

Vantiv Merchant Services Referral Hub

Vantiv Merchant Services Referral Hub Vantiv Merchant Services This job aid is intended for BMO Harris employees to assist with submitting merchant referrals to Vantiv using the Referral Hub. The Referral Hub is mobile ready to accept BMO

More information

This document explains step by step Inventory loading to 0IC_C03 Cube.

This document explains step by step Inventory loading to 0IC_C03 Cube. Inventory Data Loading This document explains step by step Inventory loading to 0IC_C03 Cube. Inventory Scenario Is it required to load data using 2LIS_03_BX data source to get initialize stock opening

More information

Preface 7. 1 Introduction to OpenUI5 9

Preface 7. 1 Introduction to OpenUI5 9 TABLE OF CONTENTS Table of Contents Preface 7 1 Introduction to OpenUI5 9 2 OpenUI5 Getting started 13 2.1 Libraries in OpenUI5 13 2.2 OpenUI5 development environment 14 2.3 Eclipse installation 15 2.4

More information

5 Introduction to OData Service Creation

5 Introduction to OData Service Creation This chapter explains the end-to-end cycle and the specific tools for creating SAP NetWeaver Gateway services, both for service development and for service generation. 5 Introduction to OData Service Creation

More information

Create Import Data Connection to SAP BPC NW

Create Import Data Connection to SAP BPC NW Create Import Data Connection to SAP BPC NW You can create a connection that allows you to import data and models from an SAP Business Planning and Consolidation (BPC) system. Prerequisites SAP BPC for

More information

Custom BADI Using Function Module UJQ_RUN_AXIS_QUERY

Custom BADI Using Function Module UJQ_RUN_AXIS_QUERY Custom BADI Using Function Module UJQ_RUN_AXIS_QUERY Applies to: SAP Business Planning and Consolidation for NetWeaver 7.0. Summary This Guide covers how to use Custom BADI and the functionality of the

More information

ATTACHMENT MANAGEMENT USING AZURE BLOB STORAGE

ATTACHMENT MANAGEMENT USING AZURE BLOB STORAGE ATTACHMENT MANAGEMENT USING AZURE BLOB STORAGE A Solution to help optimize Dynamics 365 CRM storage by automatically saving file attachments to Azure Blob Storage - MICROSOFT LABS 1 Contents 1. Overview

More information

C_TAW12_740

C_TAW12_740 C_TAW12_740 Passing Score: 800 Time Limit: 0 min Exam A QUESTION 1 You want to add a field ZZPRICE to the SAP standard transparent table EKKO. Which of the following actions results in an enhancement of

More information

FUNCTION MODULE. BAPI are RFC enabled function modules. Might Be Remote Enabled or May not be Remote Enabled

FUNCTION MODULE. BAPI are RFC enabled function modules. Might Be Remote Enabled or May not be Remote Enabled FUNCTION MODULE Might Be Remote Enabled or May not be Remote Enabled RFC are direct system call Function modules are modularization elements in the ABAP programming language In web developments, RFC can

More information

How to... Master Data Governance for Material: Use the Data Import Framework for Material. Applicable Releases: From EhP6

How to... Master Data Governance for Material: Use the Data Import Framework for Material. Applicable Releases: From EhP6 Applicable Releases: From EhP6 Version 7 January 2018 www.sap.com Document History Document Version Description 1.0 First official release of this guide 2.0 Additional SAP notes 3.0 Background information

More information

MB Exam Code: MB Exam Name: Microsoft Dynamics CRM 2016 Customer Service

MB Exam Code: MB Exam Name: Microsoft Dynamics CRM 2016 Customer Service MB2-714 Number: MB2-714 Passing Score: 800 Time Limit: 120 min File Version: 1.0 Exam Code: MB2-714 Exam Name: Microsoft Dynamics CRM 2016 Customer Service Exam A QUESTION 1 You install Microsoft Dynamics

More information

Excel Timesheet Upload into CATS. Category 1 : Time Management Category 2 : Personnel Time Recording. Work Instruction

Excel Timesheet Upload into CATS. Category 1 : Time Management Category 2 : Personnel Time Recording. Work Instruction Excel Timesheet Upload into CATS ZCATSLOAD Purpose The purpose of the Timesheet Upload is to give Schools without access to SAP the ability to enter time. This will potentially save on the data entry effort

More information

Working with the Remote Console for the Remote Support Platform

Working with the Remote Console for the Remote Support Platform SAP Business One How-To Guide PUBLIC Working with the Remote Console for the Remote Support Platform Applicable Release: Remote Support Platform 2.3 Patch Level 05 for SAP Business One Remote Console for

More information

Password Manager for SAP Single Sign-On Implementation Guide

Password Manager for SAP Single Sign-On Implementation Guide PUBLIC SAP Single Sign-On 3.0 SP02 Document Version: 1.1 2018-07-31 Password Manager for SAP Single Sign-On Implementation Guide 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN

More information

Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter. An Oracle White Paper September 2008

Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter. An Oracle White Paper September 2008 Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter An Oracle White Paper September 2008 Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft

More information

Module 2: Managing Your Resources Lesson 5: Configuring System Settings and Properties Learn

Module 2: Managing Your Resources Lesson 5: Configuring System Settings and Properties Learn Module 2: Managing Your Resources Lesson 5: Configuring System Settings and Properties Learn Welcome to Module 2, Lesson 5. In this lesson, you will learn how to use the Administration Console to configure

More information

Administrator s Guide for SAP Electronic Medical Record Document Version 2.11 August 4th, 2017 PUBLIC

Administrator s Guide for SAP Electronic Medical Record Document Version 2.11 August 4th, 2017 PUBLIC Administrator s Guide for SAP Electronic Medical Record Document Version 2.11 August 4th, 2017 PUBLIC TABLE OF CONTENTS INTRODUCTION... 4 History of Changes... 4 SAP Electronic Medical Record... 5 About

More information

How To Transfer ERP HCM Data Using SAP Test Data Migration Server

How To Transfer ERP HCM Data Using SAP Test Data Migration Server How-To Guide Document Version: 1.1 2015-02-16 CUSTOMER How To Transfer ERP HCM Data Using SAP Test Data Migration Server Release 4.0 Typographic Conventions Type Style Example Example EXAMPLE Example Example

More information

External Data Capture (XDC) for Continuum CRM. Setup Guide

External Data Capture (XDC) for Continuum CRM. Setup Guide Setup Guide Document History Revision Date Author Comments 1.0 4/4/2017 CCRM Development Initial Draft 1.1 5/24/2017 CCRM Development Revisions 2 P a g e Contents Document History... 2 External Data Capture

More information

Winshuttle STUDIO 11 TRANSACTION Developer Advanced Training 1. Copyright ADSOTECH Scandinavia Oy

Winshuttle STUDIO 11 TRANSACTION Developer Advanced Training 1. Copyright ADSOTECH Scandinavia Oy Winshuttle STUDIO 11 TRANSACTION Developer Advanced Training 1 1 Copyright ADSOTECH Scandinavia Oy 2016 2014 I Contents Winshuttle Studio 11 TRANSACTION Developer Basic Training User Interface Creating

More information

How to Transport KPI Tile Application Step-by-Step Guide in S/4HANA On-Premise

How to Transport KPI Tile Application Step-by-Step Guide in S/4HANA On-Premise How to Transport KPI Tile Application Step-by-Step Guide in S/4HANA 1610-1809 On-Premise S4H Gateway Ali Chalhoub Shilpa Shankar 2016 SAP AG. All rights reserved. SAP, R/3, SAP NetWeaver, Duet, PartnerEdge,

More information

SAP Enterprise. Portal

SAP Enterprise. Portal SAP Enterprise Portal What is an Enterprise Portal? To answer this question, one must first ask what problem an enterprise portal is intended to solve. In the age of e-business, many companies are turning

More information

How to setup My Inbox 2.0

How to setup My Inbox 2.0 How to setup My Inbox 2.0 UI For Basis Applications 400 Joaquin Fornas 2018 SAP AG. All rights reserved. SAP, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP BusinessObjects Explorer, StreamWork,

More information

Easy Application Integration: How to use the Records Management Call Handler Framework

Easy Application Integration: How to use the Records Management Call Handler Framework Easy Application Integration: How to use the Records Management Call Handler Framework Applies to: SAP NetWeaver > 7.0 For more information, visit the Data Management and Integration homepage. Summary

More information

Steps to Activate ALE Delta for Custom Master Datasource Created on ZTable

Steps to Activate ALE Delta for Custom Master Datasource Created on ZTable Steps to Activate ALE Delta for Custom Master Datasource Created on ZTable Applies to: This article applies to SAP BI 7.0 and SAP BW 3.X. For more information visit EDW Homepage. Summary This article explains

More information

System Landscape Directory - User Manual -

System Landscape Directory - User Manual - System Landscape Directory - r Manual - SAP NetWeaver 2004 r Manual 15.04.2008 Copyright Copyright 2008 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

Installation Guide for Utopia RFM Solutions for MDG Release 9.0 SP01

Installation Guide for Utopia RFM Solutions for MDG Release 9.0 SP01 Installation Guide for Utopia RFM Solutions for MDG Release 9.0 SP01 Document History The following tables provides an overview of the most important document changes and approvals. Table 1 Document Change

More information

Talend Component tgoogledrive

Talend Component tgoogledrive Talend Component tgoogledrive Purpose and procedure This component manages files on a Google Drive. The component provides these capabilities: 1. Providing only the client for other tgoogledrive components

More information

Universal Worklist - Delta Pull Configuration

Universal Worklist - Delta Pull Configuration Universal Worklist - Delta Pull Configuration Applies to: This article applied to SAP Netweaver 7.01 SP06 Portal, SAP ECC 6.0 EHP4. For more information, visit the Portal and Collaboration homepage Summary

More information

DATA CONSISTENCY TOOLBOX - CUSTOMIZING

DATA CONSISTENCY TOOLBOX - CUSTOMIZING DOCUMENTATION SAP Support Services ST-SER 700_2008_2 DATA CONSISTENCY TOOLBOX - CUSTOMIZING Table of Contents Table of Contents... 1 Background... 1 General description of the customizing view cluster...

More information

c360 Multiple Forms User Guide Microsoft Dynamics CRM 4.0 Compatible

c360 Multiple Forms User Guide Microsoft Dynamics CRM 4.0 Compatible c360 Multiple Forms User Guide Microsoft Dynamics CRM 4.0 Compatible c360 Solutions, Inc. www.c360.com Products@c360.com c360 Solutions All Rights Reserved Table of Contents Overview... 3 Forms Settings...

More information