Show TOC

Process documentationExport Parameters of the Inbound Function Module

 

Process

Parameter

Meaning

In_Update_Task

Flag: Is the update task to update the database? In other words, does your function module update the database using call function "xxx" in the update task?

Call_Transaction_Done

Flag: was a call transaction used that has updated the IDoc’s status?

Workflow_Result

A parameter that checks whether any events were triggered

Application_Variable

An optional parameter that is passed to the workflow

Idoc_Status

A table that contains one record for each IDoc processed. Valid values for the field status are: "51" Error "53" IDoc processed successfully

Return_Variables

A table containing the document numbers of the IDoc and the application object processed. These numbers are used for workflow (in error handling, for example) and for linking the IDoc to the corresponding application object.

Serialization_Info

Not relevant yet – see the section on serialization.