惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

有赞技术团队
有赞技术团队
B
Blog
IT之家
IT之家
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
量子位
博客园 - 叶小钗
T
Tailwind CSS Blog
小众软件
小众软件
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
雷峰网
雷峰网
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Blog — PlanetScale
Blog — PlanetScale
V
V2EX
博客园_首页
I
InfoQ
B
Blog RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog

博客园 - 波尔多1

Google Wave Invitations 分享 仙三DVD(续) 仙剑奇侠传三TV 我的新网站上线了 SAP标准教材名称所代表的模块和含义(转) [分享]ERP基础理论汇集 去黄山玩了 最近想读的书,正在读的书,正在做的事情。 二零零九年初春赏梅于上海世纪公园 HP大中华区总裁孙振耀退休后九大感言 尼康D60入手 《我们》九亿农民专辑之一 登栖霞山记 NHK的纪录片《Fury China》 问题解决思路记录——利润表EBIT项金额不平Issue(GR55 reporting discrepancy) 管理会计中关于成本的几个概念 吃得菜根,百事可为。 [转]FICO上线准备 我的奥运记忆线索
Idoc学习笔记
波尔多1 · 2009-07-02 · via 博客园 - 波尔多1

今天又学习了一下Idoc的知识,包括Idoc的概念、开发、配置和管理。
Concept
EDI:公司之间的电子数据交换。
ALE:公司之内不同系统之间的数据交换。
IDOC:基本上就是EDI的一种实现形式,用于SAP。     

  1. Control record, data record, status record
  2. Outbound and inbound
  3. Sender and receiver
  4. Partner(协议) and port(发送的形式eg:File, RFC,XML)
  5. Status

IDoc Development
Message type WE81, identifies type of data : MATMAS (material master)

Idoc type WE30, indicates the SAP format of the data : MATMAS05 ( 05-version)

Segment WE31, structures used to define data: E1MARAM (material master general data)
Link message type with basic type WE82

Outbound – outbound process code/outbound function module WE41, only for application outbound

Inbound – inbound process code/inbound function module WE42

Link inbound function module to message type and Idoc type WE57
Mtn. inbound function module attribute BD51

IDoc Configuration
General:           RFC destination SM59, 定义 transactional RFC port destination

                        Logical System BD54,定义LS partner type

                        Partner Profile WE20, 用于定义数据交换的参数

                        Port WE21,用于定义各类port

For Master data outb : distribution model BD64

For Application data outb :outb process code WE41
                                                           Condition type NACE
Demo: 1)master data outbound and inbound
从IDES 800 发到 IDES 810:      
            1. develop idoc type in 800
            2. config destination LS/port/partner profile in 800
            3 config LS/partnerprofile in 810
            4. test with BD10
            5. check with WE02

Demo: 2) purchase order output to file
            1. use standard message type ORDERS,idoc type orders05,define process code(WE41)ME10
            2.config port, LS, partner profile; for application only : process code and condition type
            3. configure condition type(同义:message type, output type) : NACE 1output type 2procedure
            4.test with create PO
            5.check with WE02 , AL11 check directory

IDoc administration
Transactions:
WEDI: Area Menu

WE02/WE05: display Idoc

BD87: Monitor/process Idoc message

WE19: Test/Reprocess Idoc

Program:

RSNAST00: create idoc for message(application data)

RSEOUT00: process all selected Idocs (EDI)

RBDAPP01: Inbound Processing of Idocs ready for transfer
Tips:

Tables:  EDIDC(control record : idoc)

                        EDID4: Idoc records from 4.0 onwards

                        EDIDS: status record

                        NAST: Message record (application data)

Function modules:

                        IDOC_WRITE_AND_START_INBOUND: create Idoc and process Idoc

                        MASTER_IDOC_DISTRIBUTE: create outbound Idoc