<?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 Re: How to include SLIS_T_LSITHEADER into a  ZFunctionModule in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197500#M761940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The TYPE-POOLS: slis. declaration must be BEFORE the INCLUDE LZTESTUXX statement.&lt;/P&gt;&lt;P&gt;Otherwise, it will be not visible by Function Modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Roby.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2007 16:13:22 GMT</pubDate>
    <dc:creator>former_member199581</dc:creator>
    <dc:date>2007-12-10T16:13:22Z</dc:date>
    <item>
      <title>How to include SLIS_T_LSITHEADER into a  ZFunctionModule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197495#M761935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Z_B_ENTETE_ALV  function module . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface locale :&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(V_PROG) TYPE  SY-REPID&lt;/P&gt;&lt;P&gt;*"     REFERENCE(V_EVE)&lt;/P&gt;&lt;P&gt;*"     REFERENCE(V_TITRE)&lt;/P&gt;&lt;P&gt;*"     REFERENCE(V_TYPE)&lt;/P&gt;&lt;P&gt;*"     REFERENCE(V_FIC_SORT)&lt;/P&gt;&lt;P&gt;*"     REFERENCE(V_FIC_ENT)&lt;/P&gt;&lt;P&gt;*"  TABLES&lt;/P&gt;&lt;P&gt;*"      ZT_LIST_TOP_OF_PAGE STRUCTURE  SLIS_T_LISTHEADER&lt;/P&gt;&lt;P&gt;*"      ZT_LIST_TOP_OF_LIST STRUCTURE  SLIS_T_LISTHEADER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i try to excute it .it gives " Field SLIS_T_LISTHEADER" unknown .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that i have created a new include program and in that i declared &lt;/P&gt;&lt;P&gt;type-pools : slis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I included this inlude program in Function pool .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  System-defined Include-files.                                 *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;P&gt;  INCLUDE LZTESTTOP.                         " Global Data&lt;/P&gt;&lt;P&gt;  INCLUDE LZTESTUXX.                         " Function Modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  User-defined Include-files (if necessary).                    *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INCLUDE LZTESTF...                         " Subprograms&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INCLUDE LZTESTO...                         " PBO-Modules&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INCLUDE LZTESTI...                         " PAI-Modules&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;INCLUDE ZTEST_INCLUDE.   -&lt;/P&gt;&lt;HR originaltext="----------------" /&gt;&lt;P&gt;&amp;gt;this is my include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even though iam getting same error.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Points rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 15:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197495#M761935</guid>
      <dc:creator>hardhik_kodi</dc:creator>
      <dc:date>2007-12-10T15:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to include SLIS_T_LSITHEADER into a  ZFunctionModule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197496#M761936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add this statement as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;type-pools : slis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WHEN USING MORE THAN ONE TABLE IN ALV WE NEEED TO DECLARE THE TYPE &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;GROUP (TYPE-POOLS---------&amp;gt;SLIS) &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;type-pools : slis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 15:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197496#M761936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T15:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to include SLIS_T_LSITHEADER into a  ZFunctionModule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197497#M761937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Amandeep,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already I have included the statement in Zinclude_test and included in function pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS : SLIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eventhough iam getting same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know where can I include exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;hardhik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 15:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197497#M761937</guid>
      <dc:creator>hardhik_kodi</dc:creator>
      <dc:date>2007-12-10T15:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to include SLIS_T_LSITHEADER into a  ZFunctionModule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197498#M761938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding the Include  statement (  INCLUDE ZTEST_INCLUDE. -&lt;/P&gt;&lt;HR originaltext="----------------" /&gt;&lt;P&gt;&amp;gt;this is my include. ) in the TOP INCLUDE. (LZTESTTOP) Activate the Include and then do the syntax Check...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 15:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197498#M761938</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-12-10T15:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to include SLIS_T_LSITHEADER into a  ZFunctionModule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197499#M761939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Include the statement in the TOP Include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 16:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197499#M761939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T16:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to include SLIS_T_LSITHEADER into a  ZFunctionModule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197500#M761940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The TYPE-POOLS: slis. declaration must be BEFORE the INCLUDE LZTESTUXX statement.&lt;/P&gt;&lt;P&gt;Otherwise, it will be not visible by Function Modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Roby.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 16:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197500#M761940</guid>
      <dc:creator>former_member199581</dc:creator>
      <dc:date>2007-12-10T16:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to include SLIS_T_LSITHEADER into a  ZFunctionModule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197501#M761941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have included in TOP  and activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam getting same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pl give solution ASAP...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hardhik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 16:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197501#M761941</guid>
      <dc:creator>hardhik_kodi</dc:creator>
      <dc:date>2007-12-10T16:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to include SLIS_T_LSITHEADER into a  ZFunctionModule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197502#M761942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As said, I did like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to Include&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; LZTESTTOP&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;. and key in the statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;type-pools : slis.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the TOP include first and Activate the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to the Attributes Tab&lt;/P&gt;&lt;P&gt;double click on the Program Name&lt;/P&gt;&lt;P&gt;should take you to the progrm where TOP include is declared.&lt;/P&gt;&lt;P&gt;double click on the TOP include and declate the Type-Pool there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work without any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 16:18:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197502#M761942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T16:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to include SLIS_T_LSITHEADER into a  ZFunctionModule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197503#M761943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you said . I did &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;included in top and activated both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hardhik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 16:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197503#M761943</guid>
      <dc:creator>hardhik_kodi</dc:creator>
      <dc:date>2007-12-10T16:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to include SLIS_T_LSITHEADER into a  ZFunctionModule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197504#M761944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whats the name of the function Group ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it ZTEST ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find the Include name Z&amp;lt;b&amp;gt;(NAME Of FUNCTION GRP)&amp;lt;/b&amp;gt;TOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include the statement there. I am not sure if you are declaring it in the correct include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 16:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197504#M761944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T16:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to include SLIS_T_LSITHEADER into a  ZFunctionModule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197505#M761945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have included the slis as you said .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pl help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hardhik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 16:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197505#M761945</guid>
      <dc:creator>hardhik_kodi</dc:creator>
      <dc:date>2007-12-10T16:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to include SLIS_T_LSITHEADER into a  ZFunctionModule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197506#M761946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have included the slis staement in  LZTESTTOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 17:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197506#M761946</guid>
      <dc:creator>hardhik_kodi</dc:creator>
      <dc:date>2007-12-10T17:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to include SLIS_T_LSITHEADER into a  ZFunctionModule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197507#M761947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't check your Function Module Interface. The Interface is using SLIS_T_LISTHEADER. You can use only data Dictionary objects in the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the Table type &amp;lt;b&amp;gt;LVC_T_HEAD&amp;lt;/b&amp;gt; instead of  SLIS_T_LISTHEADER. It has the same structure as SLIS_T_LISTHEADER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 17:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197507#M761947</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-12-10T17:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to include SLIS_T_LSITHEADER into a  ZFunctionModule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197508#M761948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used LVC_T_HEAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hardhik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 07:51:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-include-slis-t-lsitheader-into-a-zfunctionmodule/m-p/3197508#M761948</guid>
      <dc:creator>hardhik_kodi</dc:creator>
      <dc:date>2007-12-11T07:51:58Z</dc:date>
    </item>
  </channel>
</rss>

