Describe in a few words the content of application + link with functional or technical specifications (google links) done with during the project or linked with PPMO
The iCare project was developed in October 2017 and consist in developing a BW flow and Function Modules, regarding Accounts, Pending Orders and Overdues to be sent to Salesforce.
Function Modules are used, through multiple type of operations, to synchronized Salesforce & BW.
WebMethods is used as a Middleware between both.
Tool and IT leaders of the application are:
This project have only Salesforce users.
This project consist on a migration of existing Function Modules and BW objects from PQ1 to WBP.
List of application role + menu role and explanation if we have several applications role with specials rules.
| Role Code | Role Description | Explanation |
|---|---|---|
List of autorisation objects mandatory for the application.
| Authorization object | Explanation |
|---|---|
Reporting documentation drive folder:
https://drive.google.com/drive/folders/0B8xksr4mF3-aZFNVY3V3TF9DVFE
iCare Interface - Mapping.xlsx
As WebMethods is used as a Middleware, it triggers every steps of each application (BW, SF), and send data from a side to the other.
PF1 Function will get Credit information to be inserted in BW table ZSF_ACCOUNT and then Copy PRS table ZZR_CUST_CRM to BW table ZSF_SOLDTOS
Fills BW tables ZSF_ACCOUNTS and ZSF_SOLDTOS. Marks entries as ‘must be sync’. Table ZSF_PRODUCT is filled in with SFDC Products.
Operation S : BW reads entries from table ZSF_ACCOUNTS with flag ‘must be sync’ and where delete is null, and sends max records number through WM. SF receives response from BW (through WM) and include entries that are included in the temporary mapping to be updated. Sends the Ack to WBP (via WM) starting operation ‘A’.
Pending Orders : FM Z_ZSF_GET_PENDING_ORDERS
This interface has been done to provide Sold and Pending information from SAP and link it with Salesforce Accounts.
The Scope is limited to Specialty Polymers Customers.
The data will be automatically refreshed once a day (during the night) - start in SAP at 11:00 pm CET (00:00 CEST) and starts in SFDC at 10:00 CET (11:00 CEST).
There are 2 steps (Operations) :
Operation S : WBP reads entries from table ZSF_OPEN_ORDS and sends max records. SF receives response and creates entries, then sends the Ack to WBP, starting operation ‘A’.
Operation A : WBP receives ack from WM and Updates ACKID and LAST_SYNC fields of ZSF_OPEN_ORDS. SF updates entries.
In SAP WBP_400 :
Function Module Variables :
I_ORIGIN - Possible values are : 'P' (Perform actions) and 'S' (Simulation)
I_OPERATION : Different operations previously explained ('S', 'A', 'I', 'P' for Overdues)
Salesforce : is the CRM which receives data from SAP
Monitoring :
WebMethods : is the middleware which triggers the step from SAP and SF.
There is only one process chain on this project. It's for the overdues : PC_SFDC_OVD_01. It loads data from DSOs DBFIAR02 & DBFIAR16 to the newly created DSO : DBFIAR22.

The process chain is running every day at 2AM.
if possible, give some information on average process chain duration, amount of data loaded and total data volume example: daily process chain loaded in 30 min, weekly chain loaded in 1h15, with around 2k to 10k lines in DELTA mode for a total of 10M lines in cube. The purpose is to give a general overview of the volume of data managed y the application
| Key Figure | Estimation |
|---|---|
| ~ Average Process Chain Runtime | 6 minutes |
| ~ Average nb of rows loaded per load | 3500 |
| ~ Total nb of rows loaded (if full) | 3500 |
| ~ Average Runtime for 10k lines |
Give details if any historisation is done, example: keep only data greater than beginning of Y-3
Query end user documentation should be created in the public "Customer Support Wiki" space under the corresponding BW application page : BW - Application. Technical query query documentation, if necessary should be added as a sub-page of this documentation using the BW Technical Query Documentation template.
List the most important and complex queries only with a link to the documentation
Give detail on all complex functionalities: list most important and/or complex KPI, query jump, alerts
Indicate if there are broadcasts and give some details on the broadcast settings.
Give the list and explanation on the known, not-solved, bugs.
List recurring procedures
Detail planned major evolution if already known. Example: complete decommissioning of application is planned in 2017 / Extension to solvay perimeter planned in 2nd semester of 2016