Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What to know why few fields parameters for inbould function module

Former Member
0 Kudos
370

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

2 REPLIES 2
Read only

Former Member
0 Kudos
338

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.

Read only

Clemenss
Active Contributor
0 Kudos
338

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