Skip to main content
Version: 5.2.0.1

RFC Transformer

Description

This scriptlet is useful when dealing with SAP-Idocs. Normaly, when idocs are received by IDOC_INBOUND_SYNCHRONOUS-function, only one idoc is sent per invocation. Under special conditions, it can occure that more then one idoc is sent over wire in one single invocation. Since it is easier to work with single idocs this function allows to spilt up an rfc-message with multiple idocs into single messges with one idoc per message. The result is returned as a message list.

Create

See creation of Scriptlet.

Configuration

Properties and Parameter Assignment

The assignment sections define the variable connection between the script execution and the process model.

The following parameters are required:

**Ingoing parameters**:

- **RFC_IN**: RFC-Packet containing the data from `IDOC_INBOUND_SYNCHRONOUS`.
- **MASSDATA**: Define if the created messages should be use the massdatamode( = true) or not (=false)

**Outgoing parameters**:

- **RFC_OUT**: Transformed RFC packet.