<?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 custom internal table in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-internal-table-in-smartforms/m-p/1392264#M190517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  i have declared custom internal table in se38(combination of 2, 3 tables) and i want pass this custom internal table to smartform. in smartform how do i capture this custom internal table data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF I_CUST OCCURS 0,&lt;/P&gt;&lt;P&gt;           name   LIKE p0002-rufnm,&lt;/P&gt;&lt;P&gt;           f_name LIKE p0002-vorna,&lt;/P&gt;&lt;P&gt;           m_name LIKE p0002-midnm,&lt;/P&gt;&lt;P&gt;           l_name LIKE p0002-nachn,&lt;/P&gt;&lt;P&gt;           f_add  LIKE q0002-anrex,&lt;/P&gt;&lt;P&gt;          n_desgn LIKE hrp1000-stext,&lt;/P&gt;&lt;P&gt;          n_dept  LIKE hrp1000-stext,&lt;/P&gt;&lt;P&gt;          n_loc   LIKE t500p-name1,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        O_DESGN LIKE PA,&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          o_loc   LIKE t500p-name1,&lt;/P&gt;&lt;P&gt;          n_grade LIKE p0008-trfgr,&lt;/P&gt;&lt;P&gt;          bet01 LIKE p0008-bet01,&lt;/P&gt;&lt;P&gt;          bet02 LIKE p0008-bet02,&lt;/P&gt;&lt;P&gt;          bet03 LIKE p0008-bet03,&lt;/P&gt;&lt;P&gt;          bet04 LIKE p0008-bet04,&lt;/P&gt;&lt;P&gt;          bet05 LIKE p0008-bet05,&lt;/P&gt;&lt;P&gt;          bet06 LIKE p0008-bet06,&lt;/P&gt;&lt;P&gt;          bet07 LIKE p0008-bet07,&lt;/P&gt;&lt;P&gt;          bet08 LIKE p0008-bet08,&lt;/P&gt;&lt;P&gt;         end of i_cust.&lt;/P&gt;&lt;P&gt;here i am capture the data into the i_cust.&lt;/P&gt;&lt;P&gt;and i am pass the i_cust data to smartform using this fucntion module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION w_fname&lt;/P&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;P&gt;      zp9001                     = I_CUST&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     formatting_error           = 1&lt;/P&gt;&lt;P&gt;     internal_error             = 2&lt;/P&gt;&lt;P&gt;     send_error                 = 3&lt;/P&gt;&lt;P&gt;     user_canceled              = 4&lt;/P&gt;&lt;P&gt;     OTHERS                     = 5&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to capture this internal table data in smartform. can any body help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                      thanx&lt;/P&gt;&lt;P&gt;                        Murali Papana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2006 11:27:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-29T11:27:34Z</dc:date>
    <item>
      <title>custom internal table in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-internal-table-in-smartforms/m-p/1392264#M190517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  i have declared custom internal table in se38(combination of 2, 3 tables) and i want pass this custom internal table to smartform. in smartform how do i capture this custom internal table data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF I_CUST OCCURS 0,&lt;/P&gt;&lt;P&gt;           name   LIKE p0002-rufnm,&lt;/P&gt;&lt;P&gt;           f_name LIKE p0002-vorna,&lt;/P&gt;&lt;P&gt;           m_name LIKE p0002-midnm,&lt;/P&gt;&lt;P&gt;           l_name LIKE p0002-nachn,&lt;/P&gt;&lt;P&gt;           f_add  LIKE q0002-anrex,&lt;/P&gt;&lt;P&gt;          n_desgn LIKE hrp1000-stext,&lt;/P&gt;&lt;P&gt;          n_dept  LIKE hrp1000-stext,&lt;/P&gt;&lt;P&gt;          n_loc   LIKE t500p-name1,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        O_DESGN LIKE PA,&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          o_loc   LIKE t500p-name1,&lt;/P&gt;&lt;P&gt;          n_grade LIKE p0008-trfgr,&lt;/P&gt;&lt;P&gt;          bet01 LIKE p0008-bet01,&lt;/P&gt;&lt;P&gt;          bet02 LIKE p0008-bet02,&lt;/P&gt;&lt;P&gt;          bet03 LIKE p0008-bet03,&lt;/P&gt;&lt;P&gt;          bet04 LIKE p0008-bet04,&lt;/P&gt;&lt;P&gt;          bet05 LIKE p0008-bet05,&lt;/P&gt;&lt;P&gt;          bet06 LIKE p0008-bet06,&lt;/P&gt;&lt;P&gt;          bet07 LIKE p0008-bet07,&lt;/P&gt;&lt;P&gt;          bet08 LIKE p0008-bet08,&lt;/P&gt;&lt;P&gt;         end of i_cust.&lt;/P&gt;&lt;P&gt;here i am capture the data into the i_cust.&lt;/P&gt;&lt;P&gt;and i am pass the i_cust data to smartform using this fucntion module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION w_fname&lt;/P&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;P&gt;      zp9001                     = I_CUST&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     formatting_error           = 1&lt;/P&gt;&lt;P&gt;     internal_error             = 2&lt;/P&gt;&lt;P&gt;     send_error                 = 3&lt;/P&gt;&lt;P&gt;     user_canceled              = 4&lt;/P&gt;&lt;P&gt;     OTHERS                     = 5&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to capture this internal table data in smartform. can any body help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                      thanx&lt;/P&gt;&lt;P&gt;                        Murali Papana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 11:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-internal-table-in-smartforms/m-p/1392264#M190517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T11:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: custom internal table in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-internal-table-in-smartforms/m-p/1392265#M190518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot directly use this. You will have to create a Structure / table type of this type in SE11 (Data dictionary) and then specify that as the inteface parameters in the SMART Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just like function module, unless the structure in the Data dict, you cannot use that in the SMART Form parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 11:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-internal-table-in-smartforms/m-p/1392265#M190518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T11:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: custom internal table in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-internal-table-in-smartforms/m-p/1392266#M190519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;   1. Declare a structure of the internal table type in SE11.&lt;/P&gt;&lt;P&gt;   2. Declare the table in smartform form interface with the type of the structure.&lt;/P&gt;&lt;P&gt;   3. Then you can pass the internal table to the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Umasankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 11:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-internal-table-in-smartforms/m-p/1392266#M190519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T11:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: custom internal table in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-internal-table-in-smartforms/m-p/1392267#M190520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go through this link. This also deals with passing custom internal table values into smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="155152"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 11:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-internal-table-in-smartforms/m-p/1392267#M190520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T11:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: custom internal table in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-internal-table-in-smartforms/m-p/1392268#M190521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;   Instead of doing the select and populating the internal table in the program why dont you do that selection part in the smartform itself. If you do this you needn create a structure in SE11. Try this if it doesn work then create a structure in SE11 and proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 15:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-internal-table-in-smartforms/m-p/1392268#M190521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T15:43:32Z</dc:date>
    </item>
  </channel>
</rss>

