SAP MM模块常用数据表:

Table   Table Class  Application Class   Data Class   Description
         
EBAN   TRANSP    ME          Transaction   Purchase Requisition
EBKN   TRANSP    ME          Transaction   Purchase Requisition Account Assignment
EBUB   TRANSP    ME          Transaction   Index for Stock Transport Requisitions for Material
EINA    TRANSP    ME          Transaction   Purchasing Info Record - General Data
EINE    TRANSP    ME          Transaction   Purchasing Info Record - Purchasing Organization Data
EIPA    TRANSP    ME          Transaction   Order Price History, Info Record
EKAB     TRANSP   ME          Transaction   Release Documentation
EKAN       TRANSP      ME           Transaction   Vendor Address: Purchasing Document
EKBE   TRANSP   ME          Transaction   History of Purchasing Document
EKBZ   TRANSP    ME          Transaction   History of Purchasing Document - Delivery Costs
EKET   TRANSP    ME          Transaction   Delivery Schedules
EKKN   TRANSP    ME          Transaction   Account Assignment in Purchasing Document
EKKO   TRANSP    ME          Transaction   Purchasing Document Header
EKPB   TRANSP    ME          Transaction   Material Provided Item in Purchasing Document
EKPO   TRANSP    ME          Transaction   Purchasing Document Item
EKUB   TRANSP    ME          Transaction   Index for Stock Transport Orders for Material
ESKN   TRANSP    ME          Transaction   Account Assignment in Service Package
LFM1   TRANSP    ME          Transaction   Vendor master record purchasing organization data
MAKT   TRANSP    MG         Master      Material Descriptions
MAPR   TRANSP    MG          Master      Material Index for Forecast
MARA   TRANSP    MG          Master      Material Master: General Data
MARC   TRANSP    MG          Master      Material Master: C Segment
MARD   TRANSP    MG          Master      Material Master: Storage Location/Batch Segment
MARM   TRANSP    MG          Master      Units of Measure
MARV   TRANSP    MG          Master      Material Control Record
MBEW   TRANSP    MG          Master      Material Valuation
MBPR   TRANSP    MG          Master      Stock at Production Storage Bin
MCHA   TRANSP    MG          Master      Batches
MCHB   TRANSP    MG          Master      Batch Stocks
MLAN   TRANSP    MG          Master      Tax Classification: Material
MLGN   TRANSP    MG          Master      Material Data per Warehouse Number
MLGT   TRANSP    MG          Master      Material Data per Storage Type
MSTA   TRANSP    MG          Master      Material Master Status
MVER   TRANSP    MG          Master      Material consumption
MVKE   TRANSP    MG          Master      Material Master: Sales Data
T001L   TRANSP    MG          Organizational   Storage Locations
T001W   TRANSP    MG         Organizational   Plants/Branches
MKPF    TRANSP    MB          Transaction   抬头:物料管理
MSEG   TRANSP    MB          Transaction   Document Segment: Material
IKPF    TRANSP    MB          Transaction   Header: Physical Inventory Document
ISEG   TRANSP    MB          Transaction   Physical Inventory Document Items

SAP MM 模块常用的数据表的更多相关文章

  1. SAP HR模块的基础数据表和增强配置

    信息类型是SAP HR模块数据单元,用于对人员数据的记录和维护,是HR的基础.信息类型按照其创建方式的不同可以分为:人事信息类型.组织信息类型.信息类型数据的维护主要在事物码PA30.PA40.po1 ...

  2. 【MM系列】SAP MM模块-查看移动平均价的历史记录

    公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[MM系列]SAP MM模块-查看移动平均价的历 ...

  3. 【MM系列】SAP MM模块-如何修改物料的移动平均价

    公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[MM系列]SAP MM模块-如何修改物料的移动 ...

  4. 【MM系列】SAP MM模块-组织结构介绍

    公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[MM系列]SAP MM模块-组织结构介绍   ...

  5. 【MM系列】SAP MM模块-BOM展开函数

    公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[MM系列]SAP MM模块-BOM展开函数   ...

  6. 【MM系列】SAP MM模块-科目分配的配置

    公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[MM系列]SAP MM模块-科目分配的配置   ...

  7. 【MM系列】SAP MM模块-BAPI:BAPI_GOODSMVT_CREATE的CODE分析

    公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[MM系列]SAP MM模块-BAPI:BAPI ...

  8. 【MM系列】SAP MM模块-关于批次特性的查看和获取

    公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[MM系列]SAP MM模块-关于批次特性的查看 ...

  9. 【MM系列】SAP MM模块-MIGO收货后自动打印收货单

    公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[MM系列]SAP MM模块-MIGO收货后自动 ...

随机推荐

  1. Git 常用命令速查表(图文+表格)【转】

    转自:http://www.jb51.net/article/55442.htm 一. Git 常用命令速查 git branch 查看本地所有分支git status 查看当前状态 git comm ...

  2. redis cluster 实现

    Redis cluster是一个redis官方提供的集群功能,集群节点最小3个节点,配置比较多,记录下来,以供下次使用.我在这使用的redis 4.0.6. 因为最新的ruby redis扩展需要ru ...

  3. 获取file中字段,写入到TXT文件中

    一下代码省略了很多,哈哈哈 a.txt文件 uid,type,pointx,pointy,name1,9,911233763,543857286,区间测速起点3,9,906371086,5453354 ...

  4. [New learn] 设计模式

    本文翻译自:http://www.raywenderlich.com/46988/ios-design-patterns iOS设计模式 - 你可能听到过这个术语,但是你知道是什么意思吗?虽然大多数的 ...

  5. 基于UDP套接字编程实例

    data.h #ifndef DATA_H #define DATA_H #include <stdio.h> #include <string.h> #include < ...

  6. [PAT] 1141 PAT Ranking of Institutions(25 分)

    After each PAT, the PAT Center will announce the ranking of institutions based on their students' pe ...

  7. Http请求加签、验证操作

    加签.验签的作用 常见的http请求交互过程中,请求参数通过url或者request body等形式传输.但是由于http请求的开放性,使得请求参数很容易被拦截篡改.因此,需要对请求参数进行加签,然后 ...

  8. DataTable.DefaultView.Sort 排序方法

    今天在整合一个东西,需要用到DataTable的一个排序方法, 前我是将DataTable存到DataView里面的,所以刚开始就使用了DataView.Sort="ColumnName A ...

  9. hdu 1026(优先队列+路径输出)

    Ignatius and the Princess I Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (J ...

  10. numpy及scipy的使用

    numpy的使用 把list A转换为numpy 矩阵 np.array(A) np.array(A, 'int32') numpy加载txt文件里面的矩阵 matrix = np.loadtxt(t ...