Entering content frameProcess documentation The Inbound Function Module’s Export Parameters Locate the document in its SAP Library structure

Parameter

Description

In_Update_Task

Flag: Is the Update Task being used to update the database? Is the Update Task being used to update the database? i.e. does your function module update the database using Call Function "xxx" In Update Task?

Call_Transaction_Done

Flag: was a Call Transaction used that has updated the IDoc’s status?

Workflow_Result

A parameter that controls whether any events are triggered.

Application_Variable

An optional parameter passed on to workflow.

Idoc_Status

A table that should contain one record for each IDoc processed. Valid values for the field Status are:
"51" Error occurred
"53" IDoc successfully processed

Return_Variables

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

Serialization_Info

Not relevant yet - see the section on serialization.

 

 

 

Leaving content frame