<?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: really urgent: reagrding adding fields select statement in smart forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/really-urgent-reagrding-adding-fields-select-statement-in-smart-forms/m-p/3503529#M842667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ric ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        the data declaration in the smart form is like parameters or tables ? if parameters u can add  in the global section. if it is tables(means it is reffering to a zstructure ) u need to add one more  field to the structure  with the definaed type. then it is possibe .&lt;/P&gt;&lt;P&gt;and one more thing u need to change the window size in which u r passing it. other wise it is a problem .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2008 11:17:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-11T11:17:11Z</dc:date>
    <item>
      <title>really urgent: reagrding adding fields select statement in smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/really-urgent-reagrding-adding-fields-select-statement-in-smart-forms/m-p/3503525#M842663</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;i am working on a smart form which was made by someone else and now i have to make changes in it and now i have to add 1 field in that select statement but it is giving error even if i am storing the  variable in it and declaring it in global declarations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz help me how to overcome dis problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 10:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/really-urgent-reagrding-adding-fields-select-statement-in-smart-forms/m-p/3503525#M842663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T10:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: really urgent: reagrding adding fields select statement in smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/really-urgent-reagrding-adding-fields-select-statement-in-smart-forms/m-p/3503526#M842664</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;Had you passed the variable to the Input parameter in the initialization section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also declare this variable in the Types where the internal table is declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dhruv Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 10:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/really-urgent-reagrding-adding-fields-select-statement-in-smart-forms/m-p/3503526#M842664</guid>
      <dc:creator>dhruv_shah3</dc:creator>
      <dc:date>2008-03-11T10:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: really urgent: reagrding adding fields select statement in smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/really-urgent-reagrding-adding-fields-select-statement-in-smart-forms/m-p/3503527#M842665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dhruv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have checked the smartform as u have said and dere is no declaration of anything in intialization parameter &amp;amp; variable in the Types and it is working fine ,let me show u d select statement:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at ivbrk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select name1 name2 name3 name4 stras pstlz ort01 land1  from&lt;/P&gt;&lt;P&gt;  kna1 into (vname11, vname12, vname13, vname14, vstrask, vpstlzk, vort01k, vland1) where kunnr = ivbrk-kunrg.&lt;/P&gt;&lt;P&gt;  endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i fill one more field i.e. sortl in it and stores it in it as vsortl and defining it  in global data as vsortl like kna1-sotrl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz help me out as i am new to the smart forms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 11:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/really-urgent-reagrding-adding-fields-select-statement-in-smart-forms/m-p/3503527#M842665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T11:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: really urgent: reagrding adding fields select statement in smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/really-urgent-reagrding-adding-fields-select-statement-in-smart-forms/m-p/3503528#M842666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As u have added one more field in the select statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U must modify the internal table as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when u pass this internal table to smartform just chk the type reference of this internal table from smartform : Global Settings - Form Interface - Tables tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In most of the cases its a Z-structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just add the new field in this structure as that of ur internal table in program. ( At same position..)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my program I am passing following table to smartform...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;P&gt;    I_ZEKPO                    = IT_FINAL_DATA&lt;/P&gt;&lt;P&gt;    I_ZADRC                    = IT_VENDOR_ADDRESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in smartform form interface i have declared them as:&lt;/P&gt;&lt;P&gt;I_ZEKPO             LIKE           ZEKPO      &lt;/P&gt;&lt;P&gt;I_ZADRC             LIKE           ZADRC   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here ZEKPO and ZADRC are the structures which I have created via SE11...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So whenever I modify in the program internal table structure I need to modify respective Z-strucure as well...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just chk if the same thin has been already implemented by previous guy...and do the changes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dhananjay Patil on Mar 11, 2008 12:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 11:01:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/really-urgent-reagrding-adding-fields-select-statement-in-smart-forms/m-p/3503528#M842666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T11:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: really urgent: reagrding adding fields select statement in smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/really-urgent-reagrding-adding-fields-select-statement-in-smart-forms/m-p/3503529#M842667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ric ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        the data declaration in the smart form is like parameters or tables ? if parameters u can add  in the global section. if it is tables(means it is reffering to a zstructure ) u need to add one more  field to the structure  with the definaed type. then it is possibe .&lt;/P&gt;&lt;P&gt;and one more thing u need to change the window size in which u r passing it. other wise it is a problem .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 11:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/really-urgent-reagrding-adding-fields-select-statement-in-smart-forms/m-p/3503529#M842667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T11:17:11Z</dc:date>
    </item>
  </channel>
</rss>

