How to Change Valuation Class in Materail master

1. How to change the Valuation Class of Material Master (MM02 )  ?

if you want change the valuation, then you have to change the change the valuation class, and this is not possible if you have stock.

what else would you do than moving the stock from old material to new material?

if it is equally set up, then you can use MIGO with 309 movement, otherwise issue to stock of old material to cost center (201 movement) and cancel the goods issue to cost center (202 movement) using the new material number. of course the prices have to equal in both materials, otherwise you leave a difference on the cost center

Believe me, this answers can be found in those existing discussions.

Preconditions for changing valuation class:

(1)No stocks in current AND previous period !
   Be sure that no stocks in actual AND previous period exist. Refer to note 30656, with an example how to get zero stocks.

(2)No purchase orders without deletion flag !
  
See SE16 ->table EKPO. Select all po items of the related material.
If you found items with LOEKZ <> ‘L‘ you have to delete them in
ME22.

(3)No production orders !
   See SE16 ->table
AFPO. Select all items of related material/plant.    If you find at
least one item, change of val.clss. is not possible.You have to archive!
these production order(s) !

These hard restrictions are
necessary as inconsistencies in account assignment will follow after
change of val. class, when proceeding follow up functions of a purchase
order or a production order after you changed the valuation class. Under
special circumstances I is not possible to fulfill these hard
restrictions. Therefore the please refer to note 160970 as a possible
solution, but read carefully the explanations under section ‘solution‘.

时间: 2024-10-04 10:14:00

How to Change Valuation Class in Materail master的相关文章

SAP事务码 一

SE80 -- edit source code. SE24 -- class create or display. SFP -- created and maintained independently of Web Dynpro applications using the Form Builder. SFW1 SFW2 SFW3 -- 与增强有关 SY-SUBRC 返 回代码值( 0,如果操 作成功)   SY-UNAME 用 户的登录名   SY-DATUM 当 前日期   SY-UZE

NIS - 深入了解如何搭建NIS环境

第一篇[NIS]深入了解NIS 1     环境准备 操作系统:CentOS7.2 服务端安装如下软件: 软件名称 功能 ypserv NIS Server端的服务进程 rpcbind 提供RPC服务 客户端安装如下软件: 软件名称 功能 yp-tools 提供NIS相关的查询指令功能(yp-tools和ypbind必须同时安装) ypbind NIS Client端的服务进程(yp-tools和ypbind必须同时安装) Yptools和ypbind互相依赖,需要如下方式安装 [[email 

pgpool 简明使用教程

一.系统环境 172.16.3.226(master) 172.16.3.228(slave) 172.16.3.229(pgpool) # yum install -y gcc-c++ zlib-devel readline-devel # useradd postgres # passwd postgres Changing password for user postgres. New password: BAD PASSWORD: The password contains the us

11gR2 RAC重启后只能起单节点

11gR2 RAC重启后只能起单节点 问题背景: 将11gR2 RAC正常部署完成之后执行两节点重启操作发现其中有一个节点的集群资源无法启动,遂再次重启该无法启动集群资源的节点,还是不可.随即将正常节点重启发现原故障节点资源起来了,待重启完毕后原正常节点资源无法启动. 集群环境: OS:RedHat EnterPrise5.8 x86_x64 DB:Oracle EnterPrise Database 11.2.0.4.0 x86_x64 GRID:Oracle Grid Infrastruct

hbase-site.xml 配置详解

hbase.rootdir 这个目录是region server的共享目录,用来持久化HBase.URL需要是'完全正确'的,还要包含文件系统的scheme.例如,要表示hdfs中的'/hbase'目录,namenode 运行在namenode.example.org的9090端口.则需要设置为hdfs://namenode.example.org:9000/hbase.默认情况下HBase是写到/tmp的.不改这个配置,数据会在重启的时候丢失. 默认: file:///tmp/hbase-${

my.cnf 配置文件

[client]port        = 3306socket      = /home/work/mysql/tmp/mysql.sock [mysqld]socket          = /home/work/mysql/tmp/mysql.sockpid-file        = /home/work/mysql/tmp/mysql.pidslow_query_log_file=/home/work/mysql/log/slow.loglog-error=/home/work/mys

Storm源码分析--Nimbus-data

nimbus-datastorm-core/backtype/storm/nimbus.clj (defn nimbus-data [conf inimbus] (let [forced-scheduler (.getForcedScheduler inimbus)] {:conf conf :inimbus inimbus ; INimbus实现类, standalone-nimbus的返回值 :submitted-count (atom 0) ; 已经提交的计算拓扑的数量, 初始值为原子值0

PostgreSQL的HA解决方案-2负载均衡(load balance)

一.部署说明 1.1 实施环境 本文档实验环境如下: PGSQL主机: 192.168.1.45 PGSQL备机: 192.168.1.50 软件和系统版本 Pgsql 版本: pgsql 9.2.4 Linux 版本: Redhat 5.8 pgpool版本:pgpool-II version 3.3.4 (tokakiboshi) 1.2 文档说明 在postgresql 的stream replication配置一文我们实现了postgresql的stream replication,实现

11gR2 RAC重新启动后仅仅能起单节点

11gR2 RAC重新启动后仅仅能起单节点 问题背景: 将11gR2 RAC正常部署完毕之后运行两节点重新启动操作发现当中有一个节点的集群资源无法启动,遂再次重新启动该无法启动集群资源的节点,还是不可.随即将正常节点重新启动发现原故障节点资源起来了,待重新启动完毕后原正常节点资源无法启动. 集群环境: OS:RedHat EnterPrise5.8 x86_x64 DB:Oracle EnterPrise Database 11.2.0.4.0 x86_x64 GRID:Oracle Grid