SAP MM Purchase Order History Category
SAP MM Purchase Order History Category
1) ,These are different categories of PO history which is controlled automatically whenever relevant transaction takes place.
2) ,This is available in Table :T163B.
|
PO History Category |
Short Text |
Long Text |
|
0 |
SES |
Service Entry Sheet |
|
1 |
AAf |
Down Payment Req. |
|
2 |
AAfV |
DP Request Clearing |
|
3 |
AnzV |
Down Payt Clearing |
|
A |
Anz |
Down payment |
|
B |
NAbr |
Subseq. settlement |
|
C |
NeuR |
Miscell. provision |
|
D |
Lerf |
Service entry |
|
E |
WE |
Goods receipt |
|
F |
BzWE |
Delivery costs |
|
G |
BzRE |
Delivery costs |
|
I |
BzKP |
Del.costs acct.maint |
|
J |
RLfs |
Return delivery |
|
K |
KtoP |
Account maintenance |
|
L |
Lfs |
Delivery note |
|
M |
BzRe |
Del. costs log. inv. |
|
N |
NB-L |
Subs. deb. log. IV |
|
O |
LB |
Subcontracting |
|
P |
NB-B |
Subs. deb. dl. costs |
|
Q |
RE-L |
Invoice receipt |
|
R |
RE |
Invoice receipt |
|
S |
Sped |
Subs.deb.: forwarder |
|
T |
VRe |
Parked invoice |
|
U |
WA |
Goods issue |
|
W |
NeuB |
Revaluation log. IV |
|
X |
NB |
Subs.deb.: general |
Table T163C has the multiple language short and long description for the PO history category.
3) ,You can change the short and long texts for existing PO history categories. You can maintain the texts in SPRO under
Materials Management-> Purchasing-> Statistics-> Maintain Purchase Order History Categories
2019-05-29 写于苏州市。
SAP MM Purchase Order History Category的更多相关文章
- SAP MM 模块常用的数据表
SAP MM模块常用数据表: Table Table Class Application Class Data Class Description EBAN TRANSP ME Transactio ...
- SAP MM 预留单据的历史修改记录?
SAP MM 预留单据的历史修改记录? 在笔者眼里,SAP系统是一个高度严谨的软件系统.用户在SAP系统里的相关操作,系统都会做记录.用户对于系统的相关单据的增删改,SAP系统都有保留change h ...
- SAP MM 按采购订单查询付款信息的报表?
SAP MM 按采购订单查询付款信息的报表? 上午给P3项目采购部门用户做了一个采购相关的报表的培训.培训过程中,客户的采购部门经理提出了一个问题:有没有报表能查询到各个采购订单的付款情况,显示采购订 ...
- SAP MM PR中的Fixed ID字段与MD04里PR单据号后的星号
SAP MM PR中的Fixed ID字段与MD04里PR单据号后的星号 如下图是我手工使用ME51N 创建的一个采购申请单据, MD04去看这个PR, 这个PR号码后面有一个*号,代表它是一 ...
- 【MM系列】SAP MM模块-BAPI:BAPI_GOODSMVT_CREATE的CODE分析
公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[MM系列]SAP MM模块-BAPI:BAPI ...
- 【MM系列】SAP MM模块-移动类型全部列表
公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[MM系列]SAP MM模块-移动类型全部列表 ...
- Script to set the Purchase Order Status to ‘OPEN’(将采购订单重新打开)
Business Requirement: The finance user requests the IT team to change the PO status to OPEN as they ...
- SAP MM Storage Location Missing in MD04 Result?
SAP MM Storage Location Missing in MD04 Result? Today I received a ticket from business team, a user ...
- SAP MM已经转成PO的采购申请Item依旧可以被删除?
SAP MM已经转成PO的采购申请Item依旧可以被删除? 笔者测试发现,我们可以删除已产生PO的PR item, 系统只是给一个警告信息,不阻止保存. Purchase orders already ...
随机推荐
- curl http libcurl 功能使用
/* * This example shows a HTTP PUT operation. PUTs a file given as a command * line argument to the ...
- [UIApplication sharedApplication].keyWindow.rootViewController
一般来说 [UIApplication sharedApplication].keyWindow.rootViewController 会在 appDelegate 中初始化,并且整个应用运行过程中都 ...
- swift个人总结
最近iOS10 已经开始正式使用,研究使用了swift3.0,将一些总结记录于此,以便以后查阅.持续更新中. swift中一般将一些功能相近的方法写在同一个延展中,便于代码的规范,找起来也方便.区别o ...
- 一文解读ITIL (转)
首先声明自己不是ITIL方面的专家,特别是具体的规范细节,后面论述如有不当,请指正.但我为什么会提起它?主要是因为它和运维(IT服务管理)相关性太大了.早起的运维完全就是以ITIL来蓝本构建的,在当时 ...
- Oracle第二话之调优工具
Oracle第二话之调优工具 原创if 0 = -I can 发布于2019-04-09 19:53:12 阅读数 172 收藏 展开 目录 1.告警日志 2.用户进程trace文件 3.动态性能视 ...
- python从入门到放弃--线程进阶
# ### 死锁,递归锁,互斥锁 from threading import Thread,Lock import time noodle_lock = Lock() kuaizi_lock = Lo ...
- centos7下安装配置prometheus
prometheus官网:https://prometheus.io/download/ 搭建环境参考:https://blog.csdn.net/baidu_36943075/article/det ...
- scanf函数和cin的区别、类的数组、C++排序函数
给定n个字符串,将这n个字符串按照字典序进行排列,此处用排列函数是C++的库函数sort,产生如下两个疑问,望大佬解答 #include <iostream> #include <a ...
- day7_面向对象特性
#!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2019/7/12 14:50 # @Author : 大坏男孩 # @File : d ...
- C++中的C
前言 因为C++是以C为基础的,所以要用C++编程就必须熟悉C的语法. C语言的学习可以学习K & R C的<C程序设计语言> 创建函数 Q: 函数原型? A: 标准C/C++有一 ...