简体   繁体   中英

Creating two application interface framework on recieving one idoc

我想根据基本类型或消息类型或变体或任何其他标准在单个接收 IDOC 上创建多个 AIF。

If you're asking if an IDoc can trigger 2 AIF interfaces simultaneously, the answer is no.

What you can do is to assign an IDoc to multiple AIF interfaces, and then choose which one to be executed based on the IDoc content.

In /AIF/CUST transaction choose

SAP Application Interface Framework -> Interface Development -> Additional Interface Properties -> Assign IDoc Types

here you can assign 2 or more interface to a message/idoc type

分配 Idoc 类型

Then choose

SAP Application Interface Framework -> System Configuration -> Interface Determination -> Define Interface Determination for IDoc Interfaces

here you can determine which interface to execute when an IDoc is received based on few fields (in this example I'm using Sender partner from control record)

choose the IDoc field used as a condition过滤字段

choose which value of the field trigger each interface

价值观

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM