`
blueoxygen
  • 浏览: 1199244 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论

Configure The Automatic Payment Program

    博客分类:
  • SAP
阅读更多

Here is demos about how to run automatic payment on IDES
http://help.sap.com/saphelp_ides/helpdata/en/6e/121aad9f0411d189b80000e829fbbd/frameset.htm
And here is the configruation steps:
http://www.sapdb.info/configure-the-automatic-payment-program/

 

Userful Tcode:

FBZP - maintain payment program

And we can also do step by step Financial Accounting -> Accounts Receivable and Accounts Payable -> Business Transactions -> Outgoing Payments -> Automatic Outgoing Payments -> Payment Method/Bank Selection for Payment Program.

 Financial Accounting -> Accounts Receivable and Accounts Payable -> Business Transactions -> Incoming Payments -> Automatic Incoming Payments -> Payment Method/Bank Selection for Payment Program.         

Steps for configuring the automatic payment program:

First, Set up the following:

  1. Co. code for Payment transaction.
  2. Define sending and paying company code.
  3. Tolerance days for payable.
  4. Minimum % for cash discount.
  5. Maximum cash discount.
  6. Special GL transactions to be paid.

Next, Set up the following:

  1. Paying company code for payment transaction.
  2. Minimum amount for outgoing payment.
  3. No exchange rate diff.
  4. Separate payment for each ref.
  5. Bill/exch payment.
  6. Form for payment advice.

Next, Set up the following:

  1. Payment method per country.
  2. Whether Outgoing payment.
  3. Check or bank transfer or B/E.
  4. Whether allowed for personnel payment.
  5. Required master data.
  6. Doc types.
  7. Payment medium programs.
  8. Currencies allowed.

Next, Set up the following:

  1. Payment method per company code for payment transactions.
  2. Set up per payment method and co. code.
  3. The minimum and maximum amount.
  4. Whether payment per due day.
  5. Bank optimization by bank group or by postal code or no optimization.
  6. Whether Foreign currency allowed.
  7. Customer/Vendor bank abroad allowed.
  8. Attach the payment form check.
  9. Whether payment advice required.

Next, Set up the following:

  1. Bank Determination for Payment Transactions.
  2. Rank the house banks as per the following.
  3. Payment method, currency and give them ranking nos.
  4. Set up house bank sub account (GL code).
  5. Available amounts for each bank.
  6. House bank, account id, currency, available amount.
  7. Value date specification.
分享到:
评论

相关推荐

    Configure RTX v5.pdf

    Thread Configuration provides several parameters to configure the Thread Management functions. Timer Configuration provides several parameters to configure the Timer Management functions. Event ...

    Store_02.01.09_Install DNN

    Store Admin enables you to configure the gateway payment used on the shop, the amount of the taxes applicable to the whole of the products but also the scales of weight making it possible to calculate...

    Store_02.01.09_SkinObjects_Install FOR DNN

    Store Admin enables you to configure the gateway payment used on the shop, the amount of the taxes applicable to the whole of the products but also the scales of weight making it possible to calculate...

    Store_02.01.09

    Store Admin enables you to configure the gateway payment used on the shop, the amount of the taxes applicable to the whole of the products but also the scales of weight making it possible to calculate...

    The GNU Configure and Build System

    开发者需要编写特定的文件,如configure.ac或configure.in(autoconf的配置模板),以及Makefile.am(automake的宏文件),系统会根据这些文件自动生成其他文件,如configure脚本、Makefile.in模板以及最终的...

    vim-configure.tar.gz_vim_vim_configure

    "vim-configure.tar.gz_vim_vim_configure" 是一个包含了 Vim 配置文件的压缩包,旨在帮助用户优化 Vim 的使用体验,提供自动提示、补全功能以及代码高亮等特性。 在 Vim 中配置这些功能,可以使编辑效率大幅提升。...

    Configure命令详细解释.doc

    例如,使用 '--program-prefix=g' 来 configure 一个名为 'tar' 的程序将会使安装的程序被命名为 'gtar'。当和其他的安装选项一起使用时,这个选项只有当他被特别指定时才会生效。 Configure 命令提供了许多选项,...

    centos configure

    ### CentOS Configure详解 #### 一、引言 在Linux环境下,尤其是CentOS系统中,通过源代码编译安装软件是一项常见的需求。对于开发者和系统管理员而言,熟练掌握编译安装的过程不仅能提高工作效率,还能增强对系统...

    基于鸿蒙HarmonyOS,使用ArkTS开发纯净的浏览器(小狐狸浏览器).zip

    在本项目中,我们将探讨如何基于华为的鸿蒙HarmonyOS操作系统,利用 ArkTS 开发一个纯净的浏览器应用,以“小狐狸浏览器”为例。鸿蒙系统是华为面向物联网时代推出的一款全新分布式操作系统,旨在提供跨平台、跨设备...

    Qt5 configure参数说明文档

    标题"Qt5 configure参数说明文档"指的是此文档旨在解释和说明如何使用Qt5软件框架中的configure工具的参数。configure是一个用于为特定系统配置源代码树的脚本,以便于编译并安装Qt5及其相关组件。文档中可能会详细...

    Qt configure参数解释

    QT configure参数解释 编译Qt源码必备的教程

    linux下configure命令详细介绍

    而`configure`脚本作为源码安装的重要步骤,是理解和掌握Linux软件安装基础的关键。`configure`脚本通常由`autoconf`工具生成,用于检测系统的特性和配置,以便自动生成适合当前系统的`Makefile`。 `configure`脚本...

    lidmodbus3.14(解决configure.js错误)

    《libmodbus 3.14:解决configure.js错误详解》 libmodbus是一个流行的开源库,用于实现Modbus通信协议。它支持多种操作系统,包括Linux、Windows和FreeRTOS等,广泛应用于工业自动化、物联网设备以及其他需要进行...

    linux configure 软件发布介绍

    配置脚本`configure`是这个过程中的关键组件,它负责检查目标系统的特性,生成适当的Makefile以适应不同的环境。本文将深入讲解`configure`及其相关工具在Linux软件发布的角色。 `configure`脚本是基于Autoconf工具...

    Linux的Configure参数解释

    ### Linux的Configure参数详解 #### 引言 在Linux环境下安装软件时,通常需要通过`configure`脚本来完成前期配置工作。这对于确保软件能够正确地适应当前系统环境至关重要。`configure`脚本作为Autoconf工具的基本...

    Getting Started with Grunt: The JavaScript Task Runner

    A hands-on approach to mastering the fundamentals of Grunt Overview Gain insight on the core concepts of Grunt, Node.js and npm to get started with Grunt. Learn how to install, configure, run, and ...

    虚拟串口软件安装包Configure Virtual Serial Port Driver

    虚拟串口软件安装包Configure Virtual Serial Port Driver

    制作有lib库的Configure

    制作有lib库的Configure是一项涉及自动化构建工具如Automake、Autoconf等的复杂过程,主要用于在不同平台上构建软件。此过程不仅包括了源代码的管理,还包括了库的创建、应用的编写以及最终构建脚本的自动生成。下面...

    How to configure DCM UDS with the DEXT Editor.pdf

    How to configure DCM UDS with the DEXT Editor.pdf

Global site tag (gtag.js) - Google Analytics