SlideShare a Scribd company logo
3
Most read
4
Most read
5
Most read
Positive Pay EDI Process in SAP
Applies to:
Enterprise Resource Planning. For more information, visit the Enterprise Resource Planning homepage.
Summary
Positive Pay is an anti-fraud service offered by virtually every US commercial bank. It protects companies
against altered checks and counterfeit check fraud.
Author: Chandra Sekhar Reddy.M
Company: Intelligroup Asia Pvt. Ltd.,
Created on: 19th July 2009
Author Bio
Chandra Sekhar Marappareddy is an M.B.A (Finance) from Madras University having over Ten years of
varied experience in the field of Finance and Accounts before entering into SAP. Presently working as
Consultant - FICO, with Intelligroup and has been part of SAP FICO competency since March 2006.
SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com
© 2008 SAP AG 1
Positive Pay EDI Process in SAP
Table of Content
Business Requirement: - ....................................................................................................................................3 
Solution:- .........................................................................................................................................................3 
Steps:...........................................................................................................................................................................3 
Conclusion Notes:- .............................................................................................................................................6 
Copyright ........................................................................................................... Error! Bookmark not defined. 
SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com
© 2008 SAP AG 2
Positive Pay EDI Process in SAP
Business Requirement: -
To protect business against fraudulent checks.
Here's how the Positive Pay works:
ABC Company issues approximately 600 checks each Friday. After the checks are cut, ABC Company
transmits to their bank, a list of the checks that they issued (check number and dollar amount). This list is
imported into Bank's computer.
Later, when the checks are presented to Bank for payment, Bank matches each check presented against
ABC's previously transmitted lists. If the presented checks' numbers and amounts appear on a previously
submitted list, the check is sent through for payment. If both items do not match, the check is not
cleared.
This article discusses about the procedure in SAP for the implementation of “Pay Positive Pay (PPP)” by
EDI (Idocs) for the purpose of Match Pay transmission to EDI sub system and from there to the Partner Bank
(Bank of America) in this example.
Solution:-
Steps:
1) The information to be passed to the Partner(Bank) is decided(like Check Amount, Check Number,
Payee Name and Payment Date etc.,)
2) The above information is populated into Idoc segments using a simple Customized abap program.
3) The Idoc segments are mapped to EDI system with the help of EDI team.
4) Partner (Bank) profile for “Inbound” and “Outbound” parameters is defined(Tcode: WE20)
5) Defining Port(Tcode WE21)
6) Maintain link between Idoc type(FIPARQ01) and Message type(FIPAYM) Tcode:WE82
7) A daily job is scheduled to generate and trigger Idocs out of SAP to EDI subsystem from where the
check information is sent to the Bank.
When an EDI transaction is executed (from SAP to EDI subsystem), the translation software (of EDI
subsystem, for E.g. Web Methods) will transform the data into the format defined by the ANSI X.12
standard and transmit this information to an EDI VAN. The EDI VAN is an EDI service provider that
transmits messages to their destinations. Destinations are identified by an EDI address that points to an
EDI mailbox. The mailboxes store transactions for a subscriber until the translation software connects to
the EDI VAN and downloads EDI transactions from their mailboxes. When a transaction is downloaded, the
EDI VAN will send a "functional acknowledgment" message to the sender (EDI sub system), and the same is
re-transmitted into SAP by the sub system, in order to let the sender (Client) know that the recipient
(Bank) has received the PP transmission.
The translation software will send any outward-bound EDI transactions to trading partners during the time
when the translation software is connected to the EDI network.
Sample of SAP Idoc segment:
SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com
© 2008 SAP AG 3
Positive Pay EDI Process in SAP
Segment information for PP Outbound Idocs created:-
Check issued Idoc contains following Control record information:
Basic type FIPARQ01
Message type FIPAYM
Message code CHK
Partner number NATBK
Check voided / canceled Idoc contains following Control record information:
Basic type FIPARQ01
Message type FIPAYM
Message code CNC
Partner number NATBK
The Data records for both Message code CHK and CNC are the same, the following is a listing of the
segments populated and a brief mapping detail where necessary:
Segment type E1FIPRR (FI Idoc: References for payment)
Number 2
No. higher segment 0 Hierarchy level 2
GJAHR Fiscal year – This denotes the fiscal year of payment
BUZEI Line item number within the accounting document
DMBTR Amount in local currency – Represents the check amount in USD
Segment type E1FIPRH (FI Idoc: Header data for payment)
Number 1
No. higher segment 0 Hierarchy level 1
PYDOC Payment document – This denotes the check number in SAP
ZALDT Posting date of the payment document – Same in SAP
KONTO Account – Represents the Bank of America Account number on which the
above check is drawn
Segment type E1FIPRB (FI Idoc: Bank data for payment)
Number 3
No. higher segment 0 Hierarchy level 2
BANKK Bank key – This is a constant value “002” for all Idocs
Segment type E1FIPRB (FI Idoc: Bank data for payment)
SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com
© 2008 SAP AG 4
Positive Pay EDI Process in SAP
Number 4
No. higher segment 0 Hierarchy level 2
BANKK Bank key – This is a constant value “003” for all Idocs
Segment type E1FIPRG (FI Idoc: G/L data for payment)
Number 5
No. higher segment 0 Hierarchy level 1
HKONT General ledger account – This is a constant value “004” for all
Idocs
Segment type E1FIPRP FI Idoc: Partner data for payment
Number 6
No. higher segment 0 Hierarchy level 2
GPART_TYP Business partner role – “N” denotes a valid payment and “V” denotes
a voided check
NAME1 Name 1 – Name of the payee as in SAP
Sample of Positive Pay Idoc file transmitted to EDI subsystem:-
SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com
© 2008 SAP AG 5
Positive Pay EDI Process in SAP
Conclusion Notes:-
Though Positive Pay information can be transmitted to Bank through other processes like FTP, EDI(Idocs)
process is more sophisticated and secure than others.
SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com
© 2008 SAP AG 6
Positive Pay EDI Process in SAP
Related Content
For more information, visit the Enterprise Resource Planning homepage
SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com
© 2008 SAP AG 7
Positive Pay EDI Process in SAP
SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com
© 2008 SAP AG 8
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.

More Related Content

DOCX
end to end process flow
Richa Dwivedi
 
PDF
Sap fscm training materials
Sreenatha Reddy
 
PDF
55811936 product-costing-cost-estimation-in-sap
Pepa Pencheva
 
PDF
Sap organisation structure business view
Partha Tripathi
 
PPTX
Presentazione FATTURAZIONE ELETTRONICA su SAP
Valentina Valente
 
DOCX
CV_Kumar_Gaurav_Bhalla
CA.Kumar Gaurav Bhalla
 
PDF
Internal Orders Detailed config
Imran M Arab
 
PDF
Sap SD configuration-guide
techgurusuresh
 
end to end process flow
Richa Dwivedi
 
Sap fscm training materials
Sreenatha Reddy
 
55811936 product-costing-cost-estimation-in-sap
Pepa Pencheva
 
Sap organisation structure business view
Partha Tripathi
 
Presentazione FATTURAZIONE ELETTRONICA su SAP
Valentina Valente
 
CV_Kumar_Gaurav_Bhalla
CA.Kumar Gaurav Bhalla
 
Internal Orders Detailed config
Imran M Arab
 
Sap SD configuration-guide
techgurusuresh
 

Viewers also liked (7)

PPT
Web 2.0 etwinproject
briselka
 
PPT
Schoolmagquestions
Zeilo
 
PDF
TBEX Europe 2016, Does Your Brand's Content Inspire Travel Dreams, Sara Meaney
TBEX
 
PPTX
TBEX Europe 2016, Leveraging the Power of Content Affliate Marketing, Orr Sha...
TBEX
 
PPTX
REA: Performance Appraisal & Workplace Performance
Center for Evidence-Based Management
 
PPTX
ARIS User Group: NRB brings your business to the next level
NRB
 
PDF
Marketing Automation - Taking your business to the next level
PromptCloud
 
Web 2.0 etwinproject
briselka
 
Schoolmagquestions
Zeilo
 
TBEX Europe 2016, Does Your Brand's Content Inspire Travel Dreams, Sara Meaney
TBEX
 
TBEX Europe 2016, Leveraging the Power of Content Affliate Marketing, Orr Sha...
TBEX
 
REA: Performance Appraisal & Workplace Performance
Center for Evidence-Based Management
 
ARIS User Group: NRB brings your business to the next level
NRB
 
Marketing Automation - Taking your business to the next level
PromptCloud
 
Ad

Similar to Positive pay edi process in sap (20)

PDF
Postive pay
Aditya Sharma
 
PDF
Intro to-payment-processing-in-sap
puppala
 
PDF
Secure Payment Integration for SAP
Paymetric, Inc.
 
PDF
Incoming Invoices at Shared Service Centres
Philip Kisloff
 
PDF
Automatic vendor payment advice notes by mail
SURESH BABU MUCHINTHALA
 
PPTX
New_IC_Billing_Process_set_up (123).pptx
BiswajitGhosh427172
 
PDF
FIS_Corporate Solutions_Payment Services
Lauren Gilroy
 
PPTX
BCM_SAP_12345678910121314151617181920212
Jamil344058
 
PDF
EPI-USE-PCC Accelerator
Stephane Routhier
 
PPTX
Newgen Accounts Payable Solution with SAP
qbitra
 
PPTX
FB1_ERP607_Process_Overview_EN_SA.pptx
SaravananKarthigeyan2
 
PDF
SAP Lock Box Process
Surya Padhi
 
PDF
To swipe or not to swipe payment card processing in sap
Sunando Ghosh
 
PDF
BADI IMPLEMENTATION.pdf
ssuser08365f
 
PPTX
4 Benefits of a Digitized and Automated AP System
Flatirons Solutions®
 
DOC
Srinivas_Ganta_IBM_INDIA1
srinivas ganta
 
PPTX
E payment presentation
Jaspal Singh
 
PPTX
SAP QA.pptx
AshwaniKumar207236
 
PDF
Receive payment flowe
Anil Kumar G
 
Postive pay
Aditya Sharma
 
Intro to-payment-processing-in-sap
puppala
 
Secure Payment Integration for SAP
Paymetric, Inc.
 
Incoming Invoices at Shared Service Centres
Philip Kisloff
 
Automatic vendor payment advice notes by mail
SURESH BABU MUCHINTHALA
 
New_IC_Billing_Process_set_up (123).pptx
BiswajitGhosh427172
 
FIS_Corporate Solutions_Payment Services
Lauren Gilroy
 
BCM_SAP_12345678910121314151617181920212
Jamil344058
 
EPI-USE-PCC Accelerator
Stephane Routhier
 
Newgen Accounts Payable Solution with SAP
qbitra
 
FB1_ERP607_Process_Overview_EN_SA.pptx
SaravananKarthigeyan2
 
SAP Lock Box Process
Surya Padhi
 
To swipe or not to swipe payment card processing in sap
Sunando Ghosh
 
BADI IMPLEMENTATION.pdf
ssuser08365f
 
4 Benefits of a Digitized and Automated AP System
Flatirons Solutions®
 
Srinivas_Ganta_IBM_INDIA1
srinivas ganta
 
E payment presentation
Jaspal Singh
 
SAP QA.pptx
AshwaniKumar207236
 
Receive payment flowe
Anil Kumar G
 
Ad

More from Rajeev Kumar (20)

PPT
Controlling area issue in sap fico
Rajeev Kumar
 
PDF
Financial Supply chain Management.
Rajeev Kumar
 
PDF
Sepa handbook
Rajeev Kumar
 
PDF
inter-company-reconciliation in SAP
Rajeev Kumar
 
DOC
List of sap authorized partners in India
Rajeev Kumar
 
DOCX
Functional module
Rajeev Kumar
 
DOCX
Accounting entries in sap
Rajeev Kumar
 
DOCX
I doc in SAP
Rajeev Kumar
 
DOCX
Withholding tax
Rajeev Kumar
 
DOCX
What is copa master data
Rajeev Kumar
 
PDF
Sap fi automatic payment program (configuration and run)
Rajeev Kumar
 
PDF
Fi enhancement technique how-to-guide on the usage of business transaction ...
Rajeev Kumar
 
DOCX
Data medium exchange
Rajeev Kumar
 
DOCX
Sap production support services
Rajeev Kumar
 
DOCX
T codes fico
Rajeev Kumar
 
DOCX
How to create a transaction code for report painter reports
Rajeev Kumar
 
PDF
Sap r3 icons
Rajeev Kumar
 
DOCX
Sap implementation project terms
Rajeev Kumar
 
DOCX
Report painter in SAP
Rajeev Kumar
 
DOCX
Configuration of TCS
Rajeev Kumar
 
Controlling area issue in sap fico
Rajeev Kumar
 
Financial Supply chain Management.
Rajeev Kumar
 
Sepa handbook
Rajeev Kumar
 
inter-company-reconciliation in SAP
Rajeev Kumar
 
List of sap authorized partners in India
Rajeev Kumar
 
Functional module
Rajeev Kumar
 
Accounting entries in sap
Rajeev Kumar
 
I doc in SAP
Rajeev Kumar
 
Withholding tax
Rajeev Kumar
 
What is copa master data
Rajeev Kumar
 
Sap fi automatic payment program (configuration and run)
Rajeev Kumar
 
Fi enhancement technique how-to-guide on the usage of business transaction ...
Rajeev Kumar
 
Data medium exchange
Rajeev Kumar
 
Sap production support services
Rajeev Kumar
 
T codes fico
Rajeev Kumar
 
How to create a transaction code for report painter reports
Rajeev Kumar
 
Sap r3 icons
Rajeev Kumar
 
Sap implementation project terms
Rajeev Kumar
 
Report painter in SAP
Rajeev Kumar
 
Configuration of TCS
Rajeev Kumar
 

Recently uploaded (20)

PPTX
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
PDF
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
PDF
Biological Classification Class 11th NCERT CBSE NEET.pdf
NehaRohtagi1
 
PDF
Virat Kohli- the Pride of Indian cricket
kushpar147
 
PPTX
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
PPTX
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
PPTX
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
PPTX
Python-Application-in-Drug-Design by R D Jawarkar.pptx
Rahul Jawarkar
 
PPTX
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
DOCX
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
DOCX
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
DOCX
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
PPTX
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
PDF
Antianginal agents, Definition, Classification, MOA.pdf
Prerana Jadhav
 
PPTX
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
PPTX
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
PPTX
CDH. pptx
AneetaSharma15
 
PPTX
Sonnet 130_ My Mistress’ Eyes Are Nothing Like the Sun By William Shakespear...
DhatriParmar
 
DOCX
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
PDF
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
RA 12028_ARAL_Orientation_Day-2-Sessions_v2.pdf
Seven De Los Reyes
 
Biological Classification Class 11th NCERT CBSE NEET.pdf
NehaRohtagi1
 
Virat Kohli- the Pride of Indian cricket
kushpar147
 
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
Python-Application-in-Drug-Design by R D Jawarkar.pptx
Rahul Jawarkar
 
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
Unit 5: Speech-language and swallowing disorders
JELLA VISHNU DURGA PRASAD
 
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
Antianginal agents, Definition, Classification, MOA.pdf
Prerana Jadhav
 
HISTORY COLLECTION FOR PSYCHIATRIC PATIENTS.pptx
PoojaSen20
 
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
CDH. pptx
AneetaSharma15
 
Sonnet 130_ My Mistress’ Eyes Are Nothing Like the Sun By William Shakespear...
DhatriParmar
 
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 

Positive pay edi process in sap

  • 1. Positive Pay EDI Process in SAP Applies to: Enterprise Resource Planning. For more information, visit the Enterprise Resource Planning homepage. Summary Positive Pay is an anti-fraud service offered by virtually every US commercial bank. It protects companies against altered checks and counterfeit check fraud. Author: Chandra Sekhar Reddy.M Company: Intelligroup Asia Pvt. Ltd., Created on: 19th July 2009 Author Bio Chandra Sekhar Marappareddy is an M.B.A (Finance) from Madras University having over Ten years of varied experience in the field of Finance and Accounts before entering into SAP. Presently working as Consultant - FICO, with Intelligroup and has been part of SAP FICO competency since March 2006. SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 1
  • 2. Positive Pay EDI Process in SAP Table of Content Business Requirement: - ....................................................................................................................................3  Solution:- .........................................................................................................................................................3  Steps:...........................................................................................................................................................................3  Conclusion Notes:- .............................................................................................................................................6  Copyright ........................................................................................................... Error! Bookmark not defined.  SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 2
  • 3. Positive Pay EDI Process in SAP Business Requirement: - To protect business against fraudulent checks. Here's how the Positive Pay works: ABC Company issues approximately 600 checks each Friday. After the checks are cut, ABC Company transmits to their bank, a list of the checks that they issued (check number and dollar amount). This list is imported into Bank's computer. Later, when the checks are presented to Bank for payment, Bank matches each check presented against ABC's previously transmitted lists. If the presented checks' numbers and amounts appear on a previously submitted list, the check is sent through for payment. If both items do not match, the check is not cleared. This article discusses about the procedure in SAP for the implementation of “Pay Positive Pay (PPP)” by EDI (Idocs) for the purpose of Match Pay transmission to EDI sub system and from there to the Partner Bank (Bank of America) in this example. Solution:- Steps: 1) The information to be passed to the Partner(Bank) is decided(like Check Amount, Check Number, Payee Name and Payment Date etc.,) 2) The above information is populated into Idoc segments using a simple Customized abap program. 3) The Idoc segments are mapped to EDI system with the help of EDI team. 4) Partner (Bank) profile for “Inbound” and “Outbound” parameters is defined(Tcode: WE20) 5) Defining Port(Tcode WE21) 6) Maintain link between Idoc type(FIPARQ01) and Message type(FIPAYM) Tcode:WE82 7) A daily job is scheduled to generate and trigger Idocs out of SAP to EDI subsystem from where the check information is sent to the Bank. When an EDI transaction is executed (from SAP to EDI subsystem), the translation software (of EDI subsystem, for E.g. Web Methods) will transform the data into the format defined by the ANSI X.12 standard and transmit this information to an EDI VAN. The EDI VAN is an EDI service provider that transmits messages to their destinations. Destinations are identified by an EDI address that points to an EDI mailbox. The mailboxes store transactions for a subscriber until the translation software connects to the EDI VAN and downloads EDI transactions from their mailboxes. When a transaction is downloaded, the EDI VAN will send a "functional acknowledgment" message to the sender (EDI sub system), and the same is re-transmitted into SAP by the sub system, in order to let the sender (Client) know that the recipient (Bank) has received the PP transmission. The translation software will send any outward-bound EDI transactions to trading partners during the time when the translation software is connected to the EDI network. Sample of SAP Idoc segment: SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 3
  • 4. Positive Pay EDI Process in SAP Segment information for PP Outbound Idocs created:- Check issued Idoc contains following Control record information: Basic type FIPARQ01 Message type FIPAYM Message code CHK Partner number NATBK Check voided / canceled Idoc contains following Control record information: Basic type FIPARQ01 Message type FIPAYM Message code CNC Partner number NATBK The Data records for both Message code CHK and CNC are the same, the following is a listing of the segments populated and a brief mapping detail where necessary: Segment type E1FIPRR (FI Idoc: References for payment) Number 2 No. higher segment 0 Hierarchy level 2 GJAHR Fiscal year – This denotes the fiscal year of payment BUZEI Line item number within the accounting document DMBTR Amount in local currency – Represents the check amount in USD Segment type E1FIPRH (FI Idoc: Header data for payment) Number 1 No. higher segment 0 Hierarchy level 1 PYDOC Payment document – This denotes the check number in SAP ZALDT Posting date of the payment document – Same in SAP KONTO Account – Represents the Bank of America Account number on which the above check is drawn Segment type E1FIPRB (FI Idoc: Bank data for payment) Number 3 No. higher segment 0 Hierarchy level 2 BANKK Bank key – This is a constant value “002” for all Idocs Segment type E1FIPRB (FI Idoc: Bank data for payment) SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 4
  • 5. Positive Pay EDI Process in SAP Number 4 No. higher segment 0 Hierarchy level 2 BANKK Bank key – This is a constant value “003” for all Idocs Segment type E1FIPRG (FI Idoc: G/L data for payment) Number 5 No. higher segment 0 Hierarchy level 1 HKONT General ledger account – This is a constant value “004” for all Idocs Segment type E1FIPRP FI Idoc: Partner data for payment Number 6 No. higher segment 0 Hierarchy level 2 GPART_TYP Business partner role – “N” denotes a valid payment and “V” denotes a voided check NAME1 Name 1 – Name of the payee as in SAP Sample of Positive Pay Idoc file transmitted to EDI subsystem:- SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 5
  • 6. Positive Pay EDI Process in SAP Conclusion Notes:- Though Positive Pay information can be transmitted to Bank through other processes like FTP, EDI(Idocs) process is more sophisticated and secure than others. SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 6
  • 7. Positive Pay EDI Process in SAP Related Content For more information, visit the Enterprise Resource Planning homepage SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 7
  • 8. Positive Pay EDI Process in SAP SAP DEVELOPER NETWORK | sdn.sap.com BUSINESS PROCESS EXPERT COMMUNITY | bpx.sap.com © 2008 SAP AG 8 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.