<?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: resolve  smartforms error  urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-smartforms-error-urgent/m-p/2781478#M648309</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;If you want to define internal table under IMPORT or EXPORT then the Data type must be a Table Type.&lt;/P&gt;&lt;P&gt;So Create a Table type(Eg ZTTGR  in DDIC based on the structure(ZGR)&lt;/P&gt;&lt;P&gt;Then Give as:&lt;/P&gt;&lt;P&gt; ITAB TYPE ZTTGR.&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;Declare the internal table in the TABLES in Form interface as&lt;/P&gt;&lt;P&gt; ITAB LIKE  ZGR.  "USING STRUCTURE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both will work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Helpful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2007 09:04:35 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-09-07T09:04:35Z</dc:date>
    <item>
      <title>resolve  smartforms error  urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-smartforms-error-urgent/m-p/2781475#M648306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i hav passed an internal table to the smartform using exporting&lt;/P&gt;&lt;P&gt;and in form interface i define it as&lt;/P&gt;&lt;P&gt;itab type zgr (zgr is a structure)&lt;/P&gt;&lt;P&gt;now when i use this itab in the loop in smartform&lt;/P&gt;&lt;P&gt;it gives an error&lt;/P&gt;&lt;P&gt;itab is neither specified by tables statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz ans&lt;/P&gt;&lt;P&gt;its very urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 05:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-smartforms-error-urgent/m-p/2781475#M648306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T05:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: resolve  smartforms error  urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-smartforms-error-urgent/m-p/2781476#M648307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;specify itab under tables like dis&lt;/P&gt;&lt;P&gt; CALL FUNCTION  zfnam                                        "'/1BCDWB/SF00000035'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARCHIVE_INDEX              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARCHIVE_INDEX_TAB          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ARCHIVE_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CONTROL_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MAIL_APPL_OBJ              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MAIL_RECIPIENT             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MAIL_SENDER                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OUTPUT_OPTIONS             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  USER_SETTINGS              = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      is_nast                    = nast&lt;/P&gt;&lt;P&gt;      is_repeat                  = 'X'&lt;/P&gt;&lt;P&gt;      is_traptab                 = mkpf&lt;/P&gt;&lt;P&gt;      zprod_order                 = zorder&lt;/P&gt;&lt;P&gt;      zprod_date                  = zprod_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;b&amp;gt;TABLES&lt;/P&gt;&lt;P&gt;     itab                        = itab&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DOCUMENT_OUTPUT_INFO       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  JOB_OUTPUT_INFO            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  JOB_OUTPUT_OPTIONS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FORMATTING_ERROR           = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  INTERNAL_ERROR             = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SEND_ERROR                 = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  USER_CANCELED              = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                     = 5&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;and in smartform also declare it under tables tab as&lt;/P&gt;&lt;P&gt;Parameter Name          Type Assignment             Associated Type&lt;/P&gt;&lt;P&gt;itab                              like                                    zgr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward points if dis helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 05:51:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-smartforms-error-urgent/m-p/2781476#M648307</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-09-07T05:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: resolve  smartforms error  urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-smartforms-error-urgent/m-p/2781477#M648308</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;In the smartform for FORM INTERFACE declara itab with LIKE ur structure name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the global inreface give ur work area as TYPE ur structure name .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help .&lt;/P&gt;&lt;P&gt;Praveen:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 08:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-smartforms-error-urgent/m-p/2781477#M648308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T08:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: resolve  smartforms error  urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-smartforms-error-urgent/m-p/2781478#M648309</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;If you want to define internal table under IMPORT or EXPORT then the Data type must be a Table Type.&lt;/P&gt;&lt;P&gt;So Create a Table type(Eg ZTTGR  in DDIC based on the structure(ZGR)&lt;/P&gt;&lt;P&gt;Then Give as:&lt;/P&gt;&lt;P&gt; ITAB TYPE ZTTGR.&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;Declare the internal table in the TABLES in Form interface as&lt;/P&gt;&lt;P&gt; ITAB LIKE  ZGR.  "USING STRUCTURE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both will work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Helpful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 09:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resolve-smartforms-error-urgent/m-p/2781478#M648309</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-07T09:04:35Z</dc:date>
    </item>
  </channel>
</rss>

