zoukankan      html  css  js  c++  java
  • Invoice before GR for external service POs

    对于Service PO, 在GR之前做IR,系统给出错误信息M8 603 "No invoice items selected".

    通常,service acceptance是必须要完成才能进行IR.

    Note: 175510 - Selection of services is not possible

    为了能够在GR之前完成IR (对于Service PO), 有以下workaround:

    Step 1.  激活Public Sector (EA-PS).

    Step 2.  按以下方法创建Service PO

             Item category: D (Service)
             Goods receipt indicator (WEPOS): Set
             Goods receipt, non-valued (WEUNB):  Not set
             GR-based IV (WEBRE): Not set
             Service-based IV (LEBRE): Set

    Note: 1166693 Invoice before GR for external service POs Restrictions

    Step 3: Configuration   Note 1496165

    1. Maintain the view FMISPS in transaction SM30:

    image

    2. Mark Funds Management (PSM-FM) and save your settings:

    image

    3. Change the customizing for external services in the following way (transaction SPRO):

    image

    4.  On the next screen the field at the button - IR before GR allowed - must be flagged:

    image

    The alternative solution is to do a small modification.

    Choose in transaction SE80 the program SAPL0MED or function group 0MED.
    Then choose the screen 0210. Here you see the following coding:

    PROCESS BEFORE OUTPUT.
    MODULE DETAIL_INIT.
    MODULE deactivate_is_ps_fields.   <- comment this line
    ...

    If you change the line
    MODULE deactivate_is_ps_fields.
    to
    * MODULE deactivate_is_ps_fields.
    then you will be able to see in the customizing transaction ML91 the IR_BEFORE_GR flag and you can change it.

  • 相关阅读:
    不喜欢数据库编程
    配置 yum 源的两种方法
    编译内核后iptables无法启动问题
    国外免费空间
    iptables--静态防火墙实例教程
    25 Most Frequently Used Linux IPTables Rules Examples
    如何开启或关闭SELinux
    google提供免费企业邮局
    RAID 0, RAID 1, RAID 5, RAID 10 Explained with Diagrams
    CentOS软件管理之fastestmirror和RPMforge
  • 原文地址:https://www.cnblogs.com/lazymango/p/2629550.html
Copyright © 2011-2022 走看看