Show TOC

Function documentationSAP MII Transaction Plug-In

 

The MII_TRANS_PLUGIN activity invokes a custom transaction written in SAP MII directly from the POD. The call to SAP MII is made using the local EJB interface. As a result, the execution occurs within the existing SAP NetWeaver transaction context.

The MII_TRANS_PLUGIN activity should be used as a template to create various POD button activities (see POD Button Activities). For each activity created from this template, the TRANSACTION_NAME activity rule must be configured to specify the target SAP MII transaction. For more information, see Example: Writing, Configuring, and Executing a POD Plug-In Extension.

Rules

The following table describes activity rule settings that you can change for this activity in Activity Maintenance:

Rule

Setting

INPUT_XML_PARAM_NAME

The name of SAP MII transaction input parameter that is used to pass the XML representation of the service API input DTO.

The default value: INPUT_XML

OUTPUT_MESSAGE_PARAM_NAME

The name of the SAP MII transaction output parameter that is used to return a message to be displayed in the POD

The default value: OUTPUT_MESSAGE

PARAMETERS

Parameters that are passed to the SAP MII transaction. Each parameter assignment must be separated by a semicolon. For example, material_name=M1;material_version=A

TRANSACTION_NAME

The parent transaction folder name and the name of the target SAP MII transaction in upper case. For example, SAPMEPLUGIN/CREATESFC