Quantcast
Channel: SCN : Document List - SAP for Banking
Viewing all 28 articles
Browse latest View live

Finding Documentation for Financial Products


Data Reload for Standard Banking framework BW Datasource

$
0
0

Data Reload for Standard

Banking framework BW Datasource

Applies to:

SAP BI 2004s or SAP BI 7.x. For more information, visit the Business Intelligence homepage.

Summary

This document explains the procedure to perform repair load from SAP core banking to SAP BW for Banking framework Datasource

Author: Manasij Biswas Company: Accenture Created on: 15th October2015

Author Bio:

Manasij Biswas, working in Accenture, has an experience of more than 3.5 years in SAP BI ABAP. He has been a part of Production Support, Development and Implementation Projects. Have knowledge in Banking Source systems.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com

Table of Contents

Data source..................................................................................................................................................... 3

Difference in banking datasource....................................................................................................................3

Backend tables for Data extraction of datasource............................................................................................3

Procedure to Reload Missing Data …............................................................................................................. 4

Related Content……………..…....................................................................................................................... 7

Disclaimer and Liability Notice ..........................................................................................................................7

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com

Datasource?

A DataSource is a set of fields that provide the data for a business unit for data transfer into the BW. From a technical perspective, the DataSource is a set of logically-related fields that are provided to transfer data into the BW in a flat structure (the extraction structure) or in multiple flat structures (for hierarchies).

There are four types of DataSource:

 DataSource for transaction data

 DataSource for master data

 DataSource for attributes

 DataSource for texts

 DataSource for hierarchies.

Difference in Banking datasource and Traditional BW datasource

Most of the standard extractor does not use any of the usual procedures for delta update, but uses an application-specific delta mechanism. Backend tables of Data extraction for BW datasource In this Document 0TB_PAYMITEM_E_TRAN datasource has been discussed. The extractor extracts details from table BCA_PAYMITEM: Using the append technique you can add fields of this table that are not contained in the extract structure. Only those payment items that were released between the time of the last extraction and the current extraction are selected. (The extraction times are recorded in table BCA_BCT_UPD_MGMT and are used for determining the volumes of data to be extracted). In addition, data records (payment items) from periods before the extraction that have been reversed or returned in the meantime are also selected. TIMESTAMP_RELEAS of BCA_PAYMITEM field is being used by extractor to determine what are the records to be fetched in next run. We need to consider TIMESTAMP_CHANGE field of BCA_PAYITEM also as , data records (payment items) from periods before the extraction that have been reversed or returned in the selected timeline in the datasource are also selected as part of data load. Extraction time, Request number of all banking datasource for history data load and current data load has been stored in BCA_BCT_UPD_MGMT.

.

BCA_BCT_UPD_PARA table TSTAMPHI will store from which timestamp next data load will fetch data as part of daily load.

To load missing data records we need to manually maintain BCA_BCT_UPD_PARA table TSTAMPHI value. Below point we will discuss about repair load from banking to BW.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com

Procedure to Reload Missing Data

Issue:-

Data records have been missed due to unknown reason. Need to reload data from banking to BW.

Solution

To repeat the extraction, proceed as follows:

1. Determine the time interval in which the data is missing.

Example:

Below ITEM_ID have been missing from BW.

 005056AB0ADE1ED4ABAA08D*********

 005056AB0ADE1ED4ABAA2677*********51

 005056AB0ADE1ED4ABAA08D*********4E

 005056AB0ADE1ED*********1E894DB9D29

 005056AB3B*********BAA30C21FCD9B6E

 005056AB3BE71EE4ABAA30C21F*********

Need to search these IDs in the base table BCA_PAYMITEM as we are discussing about 0TB_PAYMITEM_E_TRAN data source.

Determine the TIMESTAMP_RELEAS range from BCA_PAYMENT table to reload the data, need to consider TIMESTAMP_CHANGE also.

Take TIMESTAMP_RELEASE range from table.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com

Example:-

Here TIMESTAMP_RELEASE range is 20,150,205,145,211.50 to 20,150,205,161,334.00 .

2. In the BCA_BCT_UPD_MGMT table, select the entries for the relevant DataSource. Check NOF_INTERVALS already available in this table for the relevant DataSource.

Example: NOF_INTERVALS = {50,20,10} already exist for the 0TB_PAYMITEM_E_TRAN DataSource.

3. Select a NOF_INTERVALS that does not yet exist.

Example: NOF_INTERVALS = 1 --> Need to create 1 record. If we select NOF_INTERVAL  2 we need to create 2 entries.

4. Note the following when creating new data records:

OLTPSOURCE = DataSource name

NOF_INTERVALS = Number of intervals

INTERVALNR = From 1 to NOF_INTERVALS

CHANGE_TSTAMP = Any

TSTAMP_LOW = Any TSTAMP_HIGH = The lower limit of the time interval that you selected

UPDMODE = C

LAST_TS = 'X'

One entry created in the example:

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com

5. Higher Limit has to be maintained in the BCA_BCT_UPD_PARA in TSTAMPHI for respective Datasource.

From TSTAMP_HIGH of BCA_BCT_UPD_MGMT to TSTAMPHI of BCA_BCT_UPD_PARA data will be extracted from the base table.

6. In BW, create several "NOF_INTERVALS-" InfoPackages for the corresponding InfoSource.

Here we have "NOF_INTERVALS-" = 1 , so only one infopackage has to be created. Please find below selection of info package.

7. Perform the extraction.

8. Set the TSTAMPHI parameter of the BCA_BCT_UPD_PARA table to its original value.

9. Validate with Banking Base table and BW data. TIMESTAMP_CHANGE field of BCA_PAYITEM also need to be considered as data records (payment items) from periods before the extraction that have been reversed or returned in the selected timeline in the datasource are also selected as part of data load.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com

Related Content

For more information, check SAP Note 678506 - TRBK 2.0; Loading missing data into BW

Disclaimer and Liability Notice

This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade.

SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk.

SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com

Featured Content in SAP for Banking

$
0
0

A complete vision on SAP Financial Services Network (SAP FSN)

For those of you willing to understand more on the SAP FSN story, value drivers, solution scope and vision, kindly take a look at this presentation: SAP Financial Services Overview

 

SAP Financial Services Network Overview

This document provides an overview of SAP Financial Services Network values, foundational services and Value Added Services.

 

Understanding the basic SAP FSN Payment Flow - an End-to-End Demo

The basic foundational services of SAP FSN are based on SAP ERP Financials integration:
•Accounts Payable:◦Outgoing Payments
◦Payment Status Messages (Optional)

•Accounts Receivable◦Collection Data

•Electronic Bank Statement (Treasury, AP and AR)

 

Videos for SAP for Banking

This document features selected promotional videos and learning videos about specific tasks across the banking areas. The intention is to give users a quick overview about the new features and a quick start on selected user interaction topics in banking processing. For more information, see also Benefit from New Videos on Selected SAP for Banking Topics.

 

 

Why You Should Be Banking in the Cloud: For a Single View of Your Customer

$
0
0

Banks around the world are flocking to digital tools and new technologies both to meet higher customer expectations and to respond more quickly to their changing environments. One of the most beneficial technology adoptions has been the move to cloud-based technology platforms and financial applications.

 

More than half of banks worldwide (60 percent) will process the majority of their transactions in the cloud as early as this year, according to Gartner.This includes daily bank transactions, account updates and deposits, as well as loan- and credit-processing capabilities.

 

So financial institutions should act fast if they don’t want to be left behind.


 

Reduce Operational Costs While Boosting Innovation

 

More than 93 percent of financial service executives believe cloud solutions will transform their organization, according to a recent SAP benchmark survey. By moving core banking systems to the cloud, financial institutions are able to re-focus their resources to better understand and serve customers, rather than maintaining 30-year-old technology or managing difficult integrations to legacy systems.

 

 

A single, integrated, cloud-based system allows financial institutions to build a window into their operational, process and customer information – getting a real-time, 360-degree view of customer activity, and eliminating the complexity of the multistep process for customers to gain a comprehensive view of their accounts. This is a singular system that consolidates critical data, enabling straight-through processing from account opening to transactions and balances for customers.

 

Another benefit of moving core banking systems to the cloud is the ability to reduce system maintenance costs, which lowers legacy technology worries. This allows banks to re-focus budgets on innovation, customer satisfaction and growing the business.

 

For example, the Bank of New York Mellon has been using a private cloud for the past three years. It has improved the bank’s ability to innovate; nearly doubled the density on servers compared to virtualization alone; reduced data center power consumption; and largely eliminated manual patching, according to Dr. Swamy Kocherlakota, managing director, global head infrastructure architecture and engineering.

 

 

Connect ERP, CRM and More – All in Real Time

 

Breaking away from legacy systems and into the cloud liberates banks from the constraints of outdated technology, a move that can open up a world of data. By consolidating, analyzing and leveraging this data, banks can then provide the relevant information and instant access that customers demand. 

 

For example, when making a banking transaction, customers want to see the result of their actions immediately to ensure accuracy and security.

 

Moving applications and platforms to the cloud also enables banks to provide a consistent, digital experience across all customer-facing channels – mobile apps, Web site, social media and phone – helping improve experiences for consumer bank customers. Instead of attempting to upgrade and integrate legacy systems to support new functions like mobile banking, a solution such as SAP Cloud for Customer offers a fully complete, robust solution with prepackaged integrations to ERP, CRM, mobile platforms and social connectors that can help banks stay on top of the latest customer demands.

 

 

Connecting ERP systems to the cloud also allows banks to provide a full range of commercial services – including payments and related services without the need for custom interfaces for each corporate client. Additionally a best-of-breed cloud suite can cover all lines of the financial business with end-to-end integration, innovations in human capital management, procurement, sales and social collaboration. By covering all lines of business, companies are better able to provide a customer-centric experience across digital channels, manage regulatory reporting and risk, drive efficiency and be more flexible to adapt as market needs evolve.

 

 

For example, international insurance group Ageas recently adopted the industry’s first end-to-end enterprise insurance software in the cloud, deployed on SAP HANA Enterprise Cloud. The company now has a centralized platform for policy administration, quotation, underwriting, claims, commissions, collections and disbursements, as well as finance, procurement, HR and enterprise analytics. This integrated set of solutions gives Ageas full visibility into operations and supports the agility it needs to help establish and penetrate new markets.

 

 

Be Flexible and Fast!

 

The flexibility doesn’t stop there. Applications outside of core banking, leveraged by financial institutions, can also benefit from cloud-based solutions. Companies moving human resource functions to the cloud can manage the entire workforce much more easily due to the consolidation of data and systems. This includes everything from initial recruiting and onboarding to ongoing development, performance management, retention and retirement.

 

The world of banking isn’t slowing down. For financial institutions to stay ahead of the pack, they must be ready to take on new challenges. This means moving the majority of core banking – daily bank transactions, account updates, deposits, and loan- and credit-processing capabilities – to the cloud. Financial institutions don’t just need to embrace cloud solutions: They need to do it now.

New Features in Accounting for Financial Instruments (AFI)

$
0
0

This promotional video features selected highlights of Support Packages 10 and 11 for banking services from SAP 8.0.

View this Demo

Integration Testing Techniques

$
0
0

Testing is thee process of evaluating a system or its component(s) with the intent to find that whether it satisfies the specified requirements or not. Integration testing is where two units that have already been tested are combined into a component and the interface between them is tested. As integration testing is targeted at testing the interactions between modules, this testing has a set of methods and techniques which are explained in this paper.

View this Document

Videos for SAP for Banking

$
0
0

This page provides promotional videos and videos demonstrating how to use selected functions of SAP for Banking.

 

TitleDescriptionValid fromValid to

Financial Products

October 2015

Finding Documentation for Financial Products
Demo video about how to find documentation for financial products

Analytical Banking

May 2015

Data Aging in Accounting for Financial Instruments on SAP HANA

Promotional video about data aging in Accounting for Financial Instruments Based on SAP HANAAccounting for Financial Instruments Based on SAP HANA (FSAPPL 450), SP 6, as part of banking services from SAP 8.0

January 2015

Accounting for Financial Instruments and Financial Database on SAP HANA

Promotional video featuring some benefits of Accounting for Financial Instruments on SAP HANA and the Financial Database on SAP HANAAccounting for Financial Instruments Based on SAP HANA (FSAPPL 450), as part of banking services from SAP 8.0

July 2014

New Features in Accounting for Financial Instruments (AFI)

Promotional video featuring selected highlights of Support Packages 10 and 11 for banking services from SAP 8.0banking services from SAP 8.0 SP10banking services from SAP 8.0 SP11

February 2014

Whats New in BA8.0 SP10

Promotional video featuring selected highlights of Support Package 10 for banking services from SAP 8.0banking services from SAP 8.0 SP10

Transaction Banking

August 2015

Simplify Loan Overpayment Processing with the Resolve Payment Distribution Exceptions App

Promotional video about a new app to resolve loan overpayments available with banking services from SAP 8.0 SP13banking services from SAP 8.0 SP13

SAP CRM

February 2014

How to Find and Download the XI Content for Account Origination

Demo video about how to find and download XI Content for an Account Origination scenario with SAP EHP3 for SAP CRM 7.0 and banking services from SAP 8.0SAP CRM 7.0 EHP3banking services from SAP 8.0

SAP Financial Services Network (SAP FSN)

$
0
0
Welcome to SAP Financial Services Network (SAP FSN)!
Join us and learn all about SAP FSN, SAP‘s cloud-based bank – company-integration solution.
1. Overview and business benefits
SAP Financial Services Network (SAP FSN) is an innovative on-demand solution that connects financial institutions and other financial service providers with their corporate customers on a secure network owned and managed by SAP. The network offers multi-bank and multi-corporate routing as well as multi-format documents. As key benefits, the solution automates financial transactions, reduces payment rejection rates, eases reconciliation and provides enhanced visibility to corporate treasury. It combines SAP expertise in applications, analytics, and in-memory computing to provide a standard, innovative technology for financial institutions and their corporate customers on a platform that accommodates future integration needs.
SAP FSN is SAP’s strategic initiative for financial institutions to corporate connectivity. In recent years, financial institutions and other financial service providers have looked to extend their business relationship with their corporate customers by offering value-added services. Additionally, corporate customers have looked to reduce their business risks through relationships with multiple financial institutions, increasing the need to manage their cash positions across those banks. To achieve this, banks and corporate customers need SAP FSN that is low-cost and flexible, and can on-board and establish connectivity between corporate customer’s and bank’s ERP applications more rapidly. SAP FSN is an innovative solution approach from SAP to address this need, namely to reduce operational risk and cost while supporting new business initiatives, and enablement of corporates & banks to transact, manage, and monitor a variety of corporate-to-bank services. SAP FSN offers seamless integration with SAP ERP and Treasury systems for better visibility to cash, improved liquidity management, at significantly lower operational costs. SAP FSN is an on-demand solution and consists of Integration as a Service, on-boarding framework, provisioning, management & monitoring capabilities that is hosted at SAP cloud.
SAP FSN is available to financial institutions and their corporate customers since March 2013. The development of SAP FSN is based on a customer co-innovation initiative including the validation of the solutions by major banks.This means that SAP has taken a collaborative approach with the world’s leading banks in order to develop SAP FSN. Through this co-innovation initiative it is ensured that customers can significantly contribute to the solution in terms of capabilities, such as security, operations, technology, as well as business value.
  
SAP FSN provides the following benefits:
  • Zero footprint connection between corporates and multiple financial institutes on one single channel with easy on-boarding through predefined rapid deployment packages (RDS)
  • Automation of financial transactions even in complex system landscapes with multiple banks, countries and currencies, supporting all important payment methods
  • Reduced payment rejection rates due to full vendor master data synchronization
  • Quick and easy reconciliation with minimal maintenance effort based on up-to-date ERP data with latest bank statement information
  • Improved visibility of payment transactions and therefore enhanced security and visibility of global cash
  • Faster onboarding of financial institutions and corporates
  • No additional cost for maintaining hardware and software
  • Standardize integration between financial institutions and their customers
  • Reduced operational risk
  • Better visibility and control
  • Lower TCO
  • Pay-as-you-go subscription model

 

2. Links for further Information
2.1 Presentations and brochures
 
2.2 Customer stories
2.3 Documentation
 

2.4 Recorded webinars and demos


 

2.5 Additional assets

          

 

2.6 Related resources

 

3. Solution Details

SAP FSN runs on SAP HANA Cloud, is multi-tenant enabled and offers a high performance processing of messages. Key capabilities provided by SAP FSN are routing, mapping, diverse connectivity options, security on multiple levels, onboarding and service activation. SAP FSN supports the reliable and secure exchange of e. g. ISO20022 payment documents, such as payments (“pain.001”), payment status reports (“pain.002”), and statement messages (“CAMT.52/53”), between financial institutions and their corporate customers.

 

 

3.1. Routing & Mapping

The payment documents are routed via SAP FSN to the correct receiver bank or corporate; hereby SAP FSN determines the receiver of a message based on the content of the message header or payload. SAP FSN also supports the transformation (“mapping”) of data structures at sender and receiver side into each other. In scenarios spanning between different organizations and enterprises it is most likely that the structure of the data exchanged between the financial institutions and corporate customers differs on both sides. In order to enable a seamless exchange of data, the data structures on both sides of the connected bank and corporate have to be transformed or mapped into each other. SAP FSN allows the mapping of the exchanged documents.

 

 

3.2. Communication Protocols and Reliable Messaging

One or more corporate customers can exchange data with one or more financial service providers through SAP FSN. For the data exchange SAP FSN supports the following connectivity options for the communication between a corporation or a financial service provider on one side and SAP FSN on the other side:

  • SSH (secure shell) File Transfer Protocol (SFTP), client
  • SFTP server, i.e. SAP FSN provides its own SFTP server
  • Web Services Reliable Messaging (WS-RM) over HTTPS

SAP FSN supports the quality of service "At Least Once”. According to this service, once SAP FSN receives a message from a sender participant, it stores the message and sends a technical acknowledgment to the sender. It then tries to deliver the message to the receiver participant. In case the receiver is not available, SAP FSN retries sending the message after a defined time interval until the message is sent to the receiver.


3.3. Security

Security is a key capability for Cloud based applications and the integration of the same. Therefore SAP FSN supports security on multiple layers.

  • Communication
During the operation of an SAP FSN scenario, the connected participants exchange data with each other based on the configured transport protocol. These protocols support different options to protect the exchanged data against unauthorized access, e. g. through certificate based authentication. In addition to security at transport level, the content of the exchanged messages can also be protected by means of digital encryption and signature, e. g. through message level security based on PKCS#7/CMS enveloped data and signed data. The encryption of data allows you to encode the content of a message in such a way that only authorized parties can read it. A digital signature ensures the authenticity of a message that way that it guarantees the identity of the signer and that the message was not altered after signing.
  • Data storage security
At several phases of the lifecycle of an SAP FSN scenario, data is stored and therefore exposed to the risk of unauthorized access. There are several measures to protect stored data in SAP FSN. In case of an error situation, dedicated experts at SAP have limited access rights to evaluate the situation. However, access to customer's business data is prevented hereby.
  • Security aspects of the onboarding process
During the connection set up between a participant and SAP FSN, data has to be exchanged between experts on SAP and customer's side. There are several measures applied to secure this data exchange. Through this onboarding process also confidential data has to be exchanged between SAP and the participant, like, for example, server addresses or public key certificates as well as names of the involved persons. To increase the security level of the SAP-participant information exchange, access to the relevant data is restricted to a small circle of experts involved in the onboarding process. In order to prevent unauthorized users to access such data, the person who starts the onboarding activity makes sure that only those persons are invited to the SAP StreamWork activity that need to be involved.
  • High availability
Several measures are taken to ensure robust operation and high level of operational performance of the SAP FSN runtime. In order to ensure reliable operation of a cluster even in case individual virtual machine crash, failover mechanisms are implemented: In case a virtual machine crashes that is processing a message, this incident is detected by the cluster and a new virtual machine automatically started to take over the task of the crashed virtual machine. Software update of the runtime environment is accomplished with a minimum downtime of about 1 minute.
  • Tenant Isolation
For each participant connected to SAP FSN separate resources (in terms of: memory, CPU, file system) of the cloud-based integration platform are allocated – although all participants might share the same hardware. This concept is also referred to as tenant isolation. A tenant represents the resources of the cloud-based integration platform of SAP FSN allocated for a participant. At runtime, SAP FSN processes the data that is exchanged between the involved participants on a cluster of different virtual machines hosted in the SAP cloud, at which each virtual machine is assigned to the corresponding tenant allocated for the connected participant. SAP FSN is designed that way that it is always makes sure that the involved virtual machines are strictly separated from each other with regard to the related participants. In addition to that, each tenant uses a separate database schema which guarantees that data of different participants is strictly separated.

3.4. Onboarding & Service Activation
In order to start operating scenarios based on SAP FSN, two kinds of processes are relevant:
  • Onboarding:
Is the process of connecting a participant (either a financial service provider or a corporation) to SAP FSN. Onboarding covers all tasks that are necessary in order to configure the data exchange and the connection between the corporate or financial service provider’s system and SAP FSN. The onboarding is a one-time activity and is a prerequisite for service activation.
  • Service activation:
Is the process when a financial service provider starts collaboration with a corporate customer. On request, SAP activates the connection between the two participants and informs them once the connection is complete. This allows the newly connected participants to carry out message flow testing across the service prior to moving into the production landscape.

Viewing all 28 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>