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. linux中时间精度的获取问题【转】

    转自:http://www.xuebuyuan.com/877633.html 目前项目需要,需要对时间进行基准,基准的精度在微秒.下午老刘给我说不能用do_gettimeofday因为他的精度虽然可 ...

  2. 【LOJ2254】SNOI2017一个简单的询问

    莫队,每次询问的是两个区间,就把区间拆开,分开来算就好了. 借鉴了rank1大佬的玄学排询问的姿势. #include<bits/stdc++.h> #define N 50010 typ ...

  3. 利用eclipse调试ofbiz之debug使用

    1.项目右键-配置debug 2.new一个debug调试 3.配置运行类org.ofbiz.base.start.Start 4.设置内存大小:arguments-VM arguments -Xms ...

  4. UNIX shell 学习笔记 一 : 几个shell的规则语法对比

    1. 查看系统有哪些可用的shell cat /etc/shell 2. 每种shell都有一个特殊内置变量来存上一条命令的退出状态,例: C/TC shell $status % cp fx fy ...

  5. Spring,tk-mapper源码阅读

    Mybatis的源码学习(一): 前言: 结合spring本次学习会先从spring-mybatis开始分析 在学习mybatis之前,应该要对spring的bean有所了解,本文略过 先贴一下myb ...

  6. .net页面实时预览图片

    <script type="text/javascript"> //获取上传图片的本地路径 function getPath(obj){ if(obj) { if(na ...

  7. Java-贪心算法

    1. 什么是贪心算法? 贪心算法,又称贪婪算法(Greedy Algorithm),是指在对问题求解时,总是做出在当前看来是最好的选择.也就是说,不从整体最优解出发来考虑,它所做出的仅是在某种意义上的 ...

  8. linux命令(45):diff命令

    1.命令格式: diff[参数][文件1或目录1][文件2或目录2] 2.命令功能: diff命令能比较单个文件或者目录内容.如果指定比较的是文件,则只有当输入为文本文件时才有效.以逐行的方式,比较文 ...

  9. resteasy web Guice集成版本

    xxxx:8080/resteasy/messageservice/aaaa Hello : aaaa web.xml <context-param> <param-name> ...

  10. [水煮 ASP.NET Web API2 方法论](1-2)在 WebForm 应用程序中添加 ASP.NET Web API

    问题 怎么样将 Asp.Net Web Api 加入到 Asp.Net Web From 应用程序中 解决方案 在 Visual Studio 2013 中,创建新的 Web From,可以直接在&q ...