SD学习笔记

来源:互联网 发布:sql语句字段内容追加 编辑:程序博客网 时间:2024/05/04 22:38
1.Sales order processing

1) Creating an Order
2) Creating an Outbound Delivery
3) Picking
4) Posting Goods Issue (发货过账)
5) Creating a Billing Document (SD中Billing指发票)

2. Accounting document
Goods issue
Material document
Accounting document

Itm |PK |Account   |Account short text      |Assignment|Tx|            Amount|Text|
  1  |99  |792000   |Finishd goods inven |                      |   |         1,776.42-|        |//Credit 借:销售成本 ↑
  2  |81  |893015   |Cost of goods sold    |20070604   |   |         1,776.42 |        |//Debit  贷:产品成本 ↓

Accounting

Itm|PK|Account |Account short text          |Assignment  |Tx |            Amount |Text|
  1 |01 |1050      |Becker AG                       |0090024729 |AN|          7,710.29|       |//借:销售收入 ↑
  2 |50 |800000 |Sales revenues - dom  |20070604      |AN|         6,646.80-|       |//贷:应收帐款 ↓
  3 |50 |175000 |Output tax                        |                         |AN|         1,063.49-|       |//贷:增值税   ↓

3 几个重要的表
table:           VBAK
description:     Sales Document: Header Data

抬头层数据负责主数据,譬如客户物料主数据、销售区和组织数据等。
抬头层数据受销售单据类型控制,例如TA。


table:           VBAP
description:     Sales Document: Item Data

项目层数据负责物料项目数据,譬如订货数量和物料数目。
项目层数据受销售项目类别控制,例如TAN。


table:           VBEP
description:     Sales Document: Schedule Line Data

计划层数据负责交货日期和交货数量。
计划层数据受计划行类别控制,例如CP。

4. Delivery plant的确定方法
当输入一个需要 delivery 的 item, R/3 系统就会自动尝试找出一个delivering plant.

系统按以下顺序来检查主数据:

1) 它检查customer-material info 记录中是否包含delivering plant.
2) 如果customer-material info 记录不包含一个plant,或者没有customer-material info,系统从customer主数据中的ship-to party来查找.
3) 如果这个查找失败,则由material主数据记录决定.

5.  Shipping point 的确定方法
R/3系统使用3点来作为search key来决定shipping point.

1) ship-to party的shipping condition(View: Shipping)
2) material 的loading group(View: SD: General/Plant)
3) 参见delivery plant的选择方法

6. Route 的确定方法
使用4点来作为search key来决定route.

1) shipping point 的 departure zone.
2) sold-to party的shipping condition. (View: Shipping)
3) marterial 的 transportation group. (View: SD: General/Plant)
4) ship-to party的transportation zone.
原创粉丝点击