<?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 Generic Subroutine Paramters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-subroutine-paramters/m-p/3372061#M809494</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;How to define a subroutine with a GENERIC hashed table and pass it as a parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then how to call via perform .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2008 15:28:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-07T15:28:08Z</dc:date>
    <item>
      <title>Generic Subroutine Paramters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-subroutine-paramters/m-p/3372061#M809494</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;How to define a subroutine with a GENERIC hashed table and pass it as a parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then how to call via perform .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 15:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-subroutine-paramters/m-p/3372061#M809494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T15:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Subroutine Paramters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-subroutine-paramters/m-p/3372062#M809495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi AMC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is what you want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : gt_bkpf TYPE HASHED TABLE OF bkpf&lt;/P&gt;&lt;P&gt;               WITH UNIQUE KEY bukrs belnr gjahr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM routine USING gt_bkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM routine USING lt_bkpf.&lt;/P&gt;&lt;P&gt;you can also use like:&lt;/P&gt;&lt;P&gt;FORM routine USING lt_bkpf TYPE ANY TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 15:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-subroutine-paramters/m-p/3372062#M809495</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-02-07T15:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Subroutine Paramters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-subroutine-paramters/m-p/3372063#M809496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want this line to BE GENERIC. Generic Table Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not type of bkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : gt_bkpf TYPE HASHED TABLE OF bkpf&lt;/P&gt;&lt;P&gt;WITH UNIQUE KEY bukrs belnr gjahr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 15:44:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-subroutine-paramters/m-p/3372063#M809496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T15:44:17Z</dc:date>
    </item>
  </channel>
</rss>

