第一步:查看BO对象方法 T-Code:SOW1 输入相应BO类型后点击创建method 如下图销售订单中已创建名为ChangeFromData的方法,同时该方法关联了BAPI_SALESORDER_CHANGE 第二步:将方法映射到ALE(生成IDOC消息类型) T-Code:BDBG 输入BO类型和方法后点击创建,如图生成一个ZSALES_CHANGE消息类型,选择包后确定 (此处较慢)。...
测试发送IDoc到SAP 为了测试发送IDoc文件到SAP,首先需要在SAP系统中为知行之桥®配置一个交易伙伴信息。如下步骤将说明如何进行设置,以ORDERS IDoc为例: 创建交易伙伴信息:通过T-Code WE20定义一个交易伙伴文件,将Customer项设为Partner Type=KU,并为Partner NO.设置一个有效的客户编号。
8, message type 相关Tcode we81, 创建消息类型 WE82,连接message 类型和IDOC类型 9,IDoc类型定义相关函数 除IDoc类型定义工具外,SAP还提供了一系列与IDoc类型和数据段开发相关的功能模块 函数组EDIM中的SAP内部功能模块用于操作IDoc基本类型和扩展: SE80:function group EDIM 10, IDoc其他工具 WE02:IDoc显示工具...
第九步:WE20 Define a Partner Profiles( AlsocreataOutbound parameters with Port, or Inbound parameters with Process code ) 管理IDOC: 从DEV300发送到SRM200 we31 开发Segment Type 出站配置 we30 开发IDOC Type we81 开发Message Type we82 Message Type 和 IDOC Type 绑定 BD64 增加消息类型 we20 配置...
MESSAGE S250. SET SCREEN 0. LEAVE SCREEN. ENDIF. Janewar 武林盟主 14 SUBMIT SAPFPAYM_SCHEDULE AND RETURN USER SY-UNAME VIA JOB JOBNAME NUMBER JOBCOUNT WITH P_LAUFD = F110V-LAUFD WITH P_LAUFI = F110V-LAUFI WITH P_XVORL = SPACE WITH P_JOBNAM = JOBNAME WITH P_JOBCNT = JOB...
Message type配置这是个典型的条件技术的应用;在sap中这种应用非常多,也算是sap的一大特色,首先根据凭证类型来确定输出的过程,过程中有许多输出类型,比如我们用的rd04输出类型,同理输出过程中包括requer和vv31的条件类型限制,必须同时 2、满足这两个才能在输出的时候自动选择输出;如下图;这个表示合作伙伴类型的输出...
Tools > ALE > ALE Development > IDoc > Inbound Processing > Define Process Code T.Code – WE42 Function Module – IDOC_INPUT_DESADV1, 维护入站参数的partner profile. 事务代码WE20. Partner Type – LS (Logical system) 7, Logical system的定义(SALE),或者直接BD54. Logical system和SAP客户端的...
WE81 Logical message types WE82 Assign Messages for IDoc Type WE84 Assignment of IDoc and appl. fields reward if it helps.. You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in. ...
SAP Managed Tags: ABAP Development Hi Chandra, Message Type: For which purpose the IDOC is going to fire. IDOC Type: It contains exact structure, in which sequence data transfered from one system to another system. Through Message Type a whole bunch of data transfered to process code/por...
Segments form the basic building blocks of an IDoc type and are used to store the actual datta. A segment type is the name of a segment and is independent of the SAP elease. A segment definition is the release-specific name of a segment. Steps in creating Segments:...