<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic What to know why few fields parameters for inbould function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-to-know-why-few-fields-parameters-for-inbould-function-module/m-p/1687766#M302533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In The Function module to post the Idoc.&lt;/P&gt;&lt;P&gt;The function module has the following import, export and the tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import parameters&lt;/P&gt;&lt;P&gt;input_method&lt;/P&gt;&lt;P&gt;mass_processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The export parameters are&lt;/P&gt;&lt;P&gt;workflow_result&lt;/P&gt;&lt;P&gt;Application_variables&lt;/P&gt;&lt;P&gt;In_update_task&lt;/P&gt;&lt;P&gt;call_transaction_done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tables are&lt;/P&gt;&lt;P&gt;Return_variable&lt;/P&gt;&lt;P&gt;serialization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain me what is purpose of these fileds and its description&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Oct 2006 09:42:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-27T09:42:41Z</dc:date>
    <item>
      <title>What to know why few fields parameters for inbould function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-to-know-why-few-fields-parameters-for-inbould-function-module/m-p/1687766#M302533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In The Function module to post the Idoc.&lt;/P&gt;&lt;P&gt;The function module has the following import, export and the tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import parameters&lt;/P&gt;&lt;P&gt;input_method&lt;/P&gt;&lt;P&gt;mass_processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The export parameters are&lt;/P&gt;&lt;P&gt;workflow_result&lt;/P&gt;&lt;P&gt;Application_variables&lt;/P&gt;&lt;P&gt;In_update_task&lt;/P&gt;&lt;P&gt;call_transaction_done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tables are&lt;/P&gt;&lt;P&gt;Return_variable&lt;/P&gt;&lt;P&gt;serialization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain me what is purpose of these fileds and its description&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 09:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-to-know-why-few-fields-parameters-for-inbould-function-module/m-p/1687766#M302533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T09:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: What to know why few fields parameters for inbould function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-to-know-why-few-fields-parameters-for-inbould-function-module/m-p/1687767#M302534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Go to function module Import parameters screen. For every parameter, you will find the documentation on right side with red button. Check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 10:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-to-know-why-few-fields-parameters-for-inbould-function-module/m-p/1687767#M302534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T10:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: What to know why few fields parameters for inbould function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-to-know-why-few-fields-parameters-for-inbould-function-module/m-p/1687768#M302535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the parameters for inbound (IDOC?) function modules may be very different - it depends on the business and IDOC type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the parameters are not documented, you may assume that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input_method could trigger batch or direct input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mass_processing might decide if more than one transaction ist do be executed by one function call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;workflow_result could be results from a workflow triggered internally&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you did not tel us the name of the function(s) in question, it is difficult to be more specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 11:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-to-know-why-few-fields-parameters-for-inbould-function-module/m-p/1687768#M302535</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-10-27T11:21:20Z</dc:date>
    </item>
  </channel>
</rss>

