2006 Oct 27 10:42 AM
In The Function module to post the Idoc.
The function module has the following import, export and the tables
Import parameters
input_method
mass_processing
The export parameters are
workflow_result
Application_variables
In_update_task
call_transaction_done
The tables are
Return_variable
serialization
Can you please explain me what is purpose of these fileds and its description
2006 Oct 27 11:00 AM
Hi,
Go to function module Import parameters screen. For every parameter, you will find the documentation on right side with red button. Check it out.
regards,
Chandra.
2006 Oct 27 12:21 PM
Hi Preetha,
the parameters for inbound (IDOC?) function modules may be very different - it depends on the business and IDOC type.
If the parameters are not documented, you may assume that
input_method could trigger batch or direct input
mass_processing might decide if more than one transaction ist do be executed by one function call.
workflow_result could be results from a workflow triggered internally
and so on.
If there is no documentation available for the function parameters, you cann analyze the type and ytructure of the parameter and guess. Or look for other functions with parameters of that structure - Sometimes can find info there.
As you did not tel us the name of the function(s) in question, it is difficult to be more specific.
Regards,
Clemens