<?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 pass Internal table in Smartforms whose structure is deep structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143911#M1709782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faiz ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried with &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;WA_HDR TYPE &amp;lt;&lt;/SPAN&gt;&lt;EM style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;ASSOCIATEDTYPE&lt;/EM&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2012 07:44:23 GMT</pubDate>
    <dc:creator>Sijin_Chandran</dc:creator>
    <dc:date>2012-12-18T07:44:23Z</dc:date>
    <item>
      <title>How pass Internal table in Smartforms whose structure is deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143902#M1709773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement of creating internal table whose structure is deep structure and pass it to smartform, So in se11 i have created a structure that has 10 components, all the components are normal fields except one 'TAG_NO'. The field tag_no is an internal table. Since our Structure has one component has internal table it is deep structure. Below are the of screen shots of structure that i have created in se11. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/166393" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/166403" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/166404" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the above structure i have created an internal table in my driver program, in which all the data is getting inserted. In my driver program i have defined it in function module that pass the parameters &amp;amp; table to the smartform. I don't have any problem in driver program every thing is running fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/166405" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem arise when i am trying define it in form interface of smartform. It display an error message " ONLY TABLE TYPES MAY BE USED AS THE REFERENCE TYPE FOR A TABLE PARAMETERS". I have used TYPE, LIKE &amp;amp; TYPE REF TO in type assignment column but no use. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/166406" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is my humble request to help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Faiz Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 07:39:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143902#M1709773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-15T07:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: How pass Internal table in Smartforms whose structure is deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143903#M1709774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faiz ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a Table Type in SE11 with same as ZPEI_QUOTE_HDRDATA_01.&lt;/P&gt;&lt;P&gt;And use the same for table for declaration in form interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually ZPEI_QUOTE_HDRDATA_01 is a structure and IT_HEADER in Form interface need to be declared with a table type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 04:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143903#M1709774</guid>
      <dc:creator>Sijin_Chandran</dc:creator>
      <dc:date>2012-12-17T04:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: How pass Internal table in Smartforms whose structure is deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143904#M1709775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sijin Sij,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your responses, i have done as you said and error is removed but when i execute the program through va02 / va03 run-time error is coming. below is screen shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/166725" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also made changes in program i.e. before i defined internal table as type of structure zpei_quote_hdrdata_01 but now i have defined it has table type zpei_quote_hdrdata_011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/166726" width="450" /&gt;&lt;/P&gt;&lt;P&gt;after making this changes in program i am getting error's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/166772" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think some where i have defined wrong types. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Faiz Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 12:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143904#M1709775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-17T12:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: How pass Internal table in Smartforms whose structure is deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143905#M1709776</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;is ZPEI_QUOTE_HDRDATA_011 table type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes then declare like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:table_hdr type ZPEI_QUOTE_HDRDATA_011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;might bcz of this wa_hdr become internal table,,,,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try by changing,,.&lt;/P&gt;&lt;P&gt;&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;Lingaraj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 13:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143905#M1709776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-17T13:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: How pass Internal table in Smartforms whose structure is deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143906#M1709777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should have the same type in import parameter of the function module. check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 13:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143906#M1709777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-17T13:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: How pass Internal table in Smartforms whose structure is deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143907#M1709778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faiz ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have done the declaration of WA_HDR wrong I guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you paste or tell how you have declared WA_HDR ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare it like thi &lt;/P&gt;&lt;P&gt;WA_HDR TYPE &amp;lt;&lt;EM&gt;ASSOCIATEDTYPE&lt;/EM&gt;&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 04:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143907#M1709778</guid>
      <dc:creator>Sijin_Chandran</dc:creator>
      <dc:date>2012-12-18T04:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: How pass Internal table in Smartforms whose structure is deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143908#M1709779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Aswatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your are correct the error was coming because of difference in type, but when i change it to the type of&amp;nbsp; table type i am getting error in driver program as i stated in my above post. I am not able to understand why my work area wa_hdr become internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Faiz Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 06:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143908#M1709779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-18T06:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: How pass Internal table in Smartforms whose structure is deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143909#M1709780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey every where declare internal table with table type of ZPEI_QUOTE_HDRDATA_011 and work area with type ZPEI_QUOTE_HDRDATA_011.&amp;nbsp; check if you are declaring as same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 07:11:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143909#M1709780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-18T07:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: How pass Internal table in Smartforms whose structure is deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143910#M1709781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sijin sij,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done following things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created structure zpei_tab_no_str that has only one field "TAG_NUM" for tag no's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/167085" width="450" /&gt;&lt;/P&gt;&lt;P&gt;using above structure i have created a table type zpei_tab_no.&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/167093" width="450" /&gt;&lt;/P&gt;&lt;P&gt;created one more structure zpei_quote_hdrdata_01 that has 10 fields. All the fields are of normal type except "TAGNO", the component type of this field is zpei_tag_no so this field act as an internal table in structure zpei_quot_hdrdata_01.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/167105" width="450" /&gt;&lt;/P&gt;&lt;P&gt;in my driver program i have created a internal table and corresponding internal table and all the data is inserted in it and passed to function module.&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/167094" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/167095" /&gt;&lt;/P&gt;&lt;P&gt;in form interface &amp;amp; global dfinitions of smartform i have created an internal&amp;nbsp; table and corresponding work area.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/167096" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/167097" /&gt;&lt;/P&gt;&lt;P&gt;when i try to activate i get error.&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/167098" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done this all procedure before you told to create table type and define internal table in smartform as table type. To do what u said me i have created:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table type zpei_quote_hdrdata_011 by including structure zpei_quote_hdrdata_01.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/167099" width="450" /&gt;&lt;/P&gt;&lt;P&gt;defined internal table and work area in sf as table type.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/167100" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/167101" /&gt;&lt;/P&gt;&lt;P&gt;the error got resolve, but when i tried to run program through va02/va03 i got abap dump.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/167102" width="450" /&gt;&lt;/P&gt;&lt;P&gt;to remove this abap dump, in my program i defined internal table "table_hdr" of table type and when i tried to activate the program system displayed below error, i am not able to understand why my work area wa_hdr become internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/167103" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/167104" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pls help me to resolve the above error. if you want you can mail me step or procedure to &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:faizkhanabap@gmail.com"&gt;faizkhanabap@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Regards&lt;/P&gt;&lt;P&gt;Faiz Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 07:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143910#M1709781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-18T07:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: How pass Internal table in Smartforms whose structure is deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143911#M1709782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faiz ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried with &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;WA_HDR TYPE &amp;lt;&lt;/SPAN&gt;&lt;EM style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;ASSOCIATEDTYPE&lt;/EM&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 07:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143911#M1709782</guid>
      <dc:creator>Sijin_Chandran</dc:creator>
      <dc:date>2012-12-18T07:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: How pass Internal table in Smartforms whose structure is deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143912#M1709783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey sijin sij,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried that also it is given erroe in smartform when i try to check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the error is "wa_hdr is a table without a header line and therefore has no component called qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Faiz Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 08:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143912#M1709783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-18T08:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: How pass Internal table in Smartforms whose structure is deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143913#M1709784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just check standard smartform and driver program for invoice processing :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartform Name : LB_BIL_INVOICE&lt;/P&gt;&lt;P&gt;Driver Program Name : RLB_INVOICE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In these if you see form interface of parameter IS_BIL_INVOICE, this contains deep structure inside its lots of tables and other parameters are filled, this is refering normal Structure type : LBBIL_INVOICE which extend deep to hold various table type, so no need to pass that in Tables parameter, just create a normal import parameter and pass it from Driver program to smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 08:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143913#M1709784</guid>
      <dc:creator>former_member194152</dc:creator>
      <dc:date>2012-12-18T08:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: How pass Internal table in Smartforms whose structure is deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143914#M1709785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already checked and what u said is correct but i want to pass internal table of deep structure type.n pls help if you have any idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Faiz Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 09:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143914#M1709785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-19T09:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: How pass Internal table in Smartforms whose structure is deep structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143915#M1709786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Faiz Khan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the Structure SSFCOMPOP&lt;/P&gt;&lt;P&gt;This will be use in all smartform driver programs&lt;/P&gt;&lt;P&gt;it has a deep structure.&lt;/P&gt;&lt;P&gt;You can check how the data is passed to this strucutre&lt;/P&gt;&lt;P&gt;It will be like table-table-field = value.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 10:59:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-pass-internal-table-in-smartforms-whose-structure-is-deep-structure/m-p/9143915#M1709786</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2012-12-19T10:59:04Z</dc:date>
    </item>
  </channel>
</rss>

