<?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: internal table declaration in smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration-in-smartform/m-p/1306452#M160223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try using a work area wa_lips type t_lips.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aswin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 May 2006 06:43:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-31T06:43:15Z</dc:date>
    <item>
      <title>internal table declaration in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration-in-smartform/m-p/1306449#M160220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had declared the IT definition in smartform as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In global definitions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g_lips_new type table of t_lips&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in types i declared as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of t_lips,&lt;/P&gt;&lt;P&gt;vgbel type vgbel,&lt;/P&gt;&lt;P&gt;end of t_lips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i am using this IT in the form i am getting an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"g_lips_new is a table without an header line and hence no field called vgbel."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 06:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration-in-smartform/m-p/1306449#M160220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T06:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: internal table declaration in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration-in-smartform/m-p/1306450#M160221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after you have declared the &lt;/P&gt;&lt;P&gt;types: begin of t_lips,&lt;/P&gt;&lt;P&gt;vgbel type vgbel,&lt;/P&gt;&lt;P&gt;end of t_lips.&lt;/P&gt;&lt;P&gt;add &lt;/P&gt;&lt;P&gt;types:&lt;/P&gt;&lt;P&gt;t_lips_table type t_lips OCCURS 0.&lt;/P&gt;&lt;P&gt;use this type in global declaration&lt;/P&gt;&lt;P&gt;g_lips_new type table of t_lips_table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 06:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration-in-smartform/m-p/1306450#M160221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T06:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: internal table declaration in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration-in-smartform/m-p/1306451#M160222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Praneeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your TYPES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of t_lips occurs 0 with header lines,&lt;/P&gt;&lt;P&gt;vgbel type vgbel,&lt;/P&gt;&lt;P&gt;end of t_lips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you just specify &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g_lips_new type t_lips&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 06:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration-in-smartform/m-p/1306451#M160222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T06:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: internal table declaration in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration-in-smartform/m-p/1306452#M160223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try using a work area wa_lips type t_lips.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aswin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 06:43:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration-in-smartform/m-p/1306452#M160223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T06:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: internal table declaration in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration-in-smartform/m-p/1306453#M160224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried all your suggestions but still i am getting the same error.&lt;/P&gt;&lt;P&gt;Mukesh i tried yours but it didn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 06:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration-in-smartform/m-p/1306453#M160224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T06:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: internal table declaration in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration-in-smartform/m-p/1306454#M160225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; check this link ; Good reference for smartforms for any query. it also includes examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartforms &amp;amp; SapScript Black Book&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ossincorp.com/Black_Box/Black_Box_2.htm" target="test_blank"&gt;http://www.ossincorp.com/Black_Box/Black_Box_2.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartforms &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapsf001.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapsf001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.com/downloads/h955_preview.pdf" target="test_blank"&gt;http://www.sap-press.com/downloads/h955_preview.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartform-tutorial.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartform-tutorial.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e" target="test_blank"&gt;https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/26/849b22b65911d4b62d006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/26/849b22b65911d4b62d006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html" target="test_blank"&gt;http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e" target="test_blank"&gt;https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark Helpfull answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 06:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-declaration-in-smartform/m-p/1306454#M160225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T06:58:51Z</dc:date>
    </item>
  </channel>
</rss>

