<?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 regarding function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module/m-p/3142558#M746965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all, could u pls help me on my thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my program &lt;/P&gt;&lt;P&gt;data:p_molga type molga.&lt;/P&gt;&lt;P&gt;select-options:s_molga for p_molga.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in function module source code&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;        pernr&lt;/P&gt;&lt;P&gt;        jobseq&lt;/P&gt;&lt;P&gt;        docnum&lt;/P&gt;&lt;P&gt;        molga&lt;/P&gt;&lt;P&gt;        bukrs&lt;/P&gt;&lt;P&gt;        jobname&lt;/P&gt;&lt;P&gt;        jobcount&lt;/P&gt;&lt;P&gt;        jobtype&lt;/P&gt;&lt;P&gt;        jobdate&lt;/P&gt;&lt;P&gt;        jobtime&lt;/P&gt;&lt;P&gt;        inistat&lt;/P&gt;&lt;P&gt;  from ztp_idoc_xref&lt;/P&gt;&lt;P&gt;  into table idoc_table&lt;/P&gt;&lt;P&gt;  where molga eq r_molga.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in exporting iam exporting the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the tables  R_MOLGA	TYPE	ZTP_MOLGA_RANGE it is table type.&lt;/P&gt;&lt;P&gt; line type :inv_ranges	.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in program&lt;/P&gt;&lt;P&gt;what is the parameter should i give for  tables parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and how can i restrict the molga values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Dec 2007 10:42:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-08T10:42:35Z</dc:date>
    <item>
      <title>regarding function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module/m-p/3142558#M746965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all, could u pls help me on my thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my program &lt;/P&gt;&lt;P&gt;data:p_molga type molga.&lt;/P&gt;&lt;P&gt;select-options:s_molga for p_molga.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in function module source code&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;        pernr&lt;/P&gt;&lt;P&gt;        jobseq&lt;/P&gt;&lt;P&gt;        docnum&lt;/P&gt;&lt;P&gt;        molga&lt;/P&gt;&lt;P&gt;        bukrs&lt;/P&gt;&lt;P&gt;        jobname&lt;/P&gt;&lt;P&gt;        jobcount&lt;/P&gt;&lt;P&gt;        jobtype&lt;/P&gt;&lt;P&gt;        jobdate&lt;/P&gt;&lt;P&gt;        jobtime&lt;/P&gt;&lt;P&gt;        inistat&lt;/P&gt;&lt;P&gt;  from ztp_idoc_xref&lt;/P&gt;&lt;P&gt;  into table idoc_table&lt;/P&gt;&lt;P&gt;  where molga eq r_molga.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in exporting iam exporting the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the tables  R_MOLGA	TYPE	ZTP_MOLGA_RANGE it is table type.&lt;/P&gt;&lt;P&gt; line type :inv_ranges	.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in program&lt;/P&gt;&lt;P&gt;what is the parameter should i give for  tables parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and how can i restrict the molga values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2007 10:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module/m-p/3142558#M746965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-08T10:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: regarding function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module/m-p/3142559#M746966</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;&lt;/P&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHANGING idoc_table.  You will have to pass your idoc_table structure to the FM.  You should not restrict on molga, but you can only do this by hard coding it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if r_molga eq '07'.&lt;/P&gt;&lt;P&gt;  run FM.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  do nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jamie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2007 17:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module/m-p/3142559#M746966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-08T17:08:14Z</dc:date>
    </item>
  </channel>
</rss>

