CreateSAPMessage
Description:
-
DEPRECATED - Generates an outgoing XML message (sent from Sapphire to the SAP client).
Input Properties
outputpath
Description:
-
Full path to the directory where the output files are stored. If not specified, the value defined in the SAP Message Type is used.
Required:
-
No
Comments:
-
This is used for file-based communication only (mode = "file").
filenamepattern
Description:
-
Text string used to specify the prefix for the output filename, i.e., .xml,
where is a unique identifier generated by SEC.
Required:
-
No
Comments:
-
Used for file-based communication only (mode = "file").
sapmsgtypeid
Description:
-
SAP Message Type that defines the structure of the outgoing SAP message
Required:
-
Yes
processedby
Description:
-
Identifier of the user who calls the Action.
Required:
-
No
sapmsgtypeversionid
Description:
-
Version of the SAP Message Type.
Required:
-
Yes
mode
Description:
-
Specifies the communication mode:
file = file-based (default)
web = using Sapphire Web Services
Required:
-
No
Output Properties
sapresponse
Description:
-
Stores the XML message generated by CreateSAPMessage Action and passed back to the SAP client. This is the mechanism for passing the generated XML message back to SAP when the communication mode is "web".
Additional Information
Additional information concerning this Action:
-
Used with a deprecated version of the Sapphire Enterprise Connector.
The input references a "SAP Message Type", which has details about data to be retrieved from the Sapphire database and its mapping to SAP columns.
If the communication mode (between Sapphire and SAP) is "file-based", the response message generated by this Action is saved as an XML file in shared folder. If the communication mode is "web" (using Sapphire Web Services), the XML message is returned in the output property of the Action.
Copyright © 1999-2016 LABVANTAGE Solutions, Inc.