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.

  • 相关阅读:
    mv命令(转)
    Linux获得命令帮助(学习笔记五)
    Shell解释器(学习笔记四)
    rmdir 命令(转)
    Java从零开始学十八(抽象类和接口)
    rm 命令(转)
    Centos6.6系统root用户密码恢复案例(转)
    Java从零开始学十七(简单工厂)
    Java从零开始学十六(多态)
    mkdir命令(转)
  • 原文地址:https://www.cnblogs.com/lazymango/p/2629550.html
Copyright © 2011-2022 走看看