<?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: i need write select statement for smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031431#M416986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now in the Improt of that Code u have to write... WA_VBAP (or your stucture containing VBAP) and in output of that code... U have to write VA_KDMAT ( define thi VA_KDMAT in your global data with type VBAP-KDMAT) also On the screen display &amp;amp;VA_KDMAT&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT KDMAT FROM VBAK  into VA_KDMAT &lt;/P&gt;&lt;P&gt;where AUART = 'ZTB'&lt;/P&gt;&lt;P&gt;and VBELN = WA_VBAP-VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is enough...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or give me ur smart form code in .xml format after downloading it... I will do required changes and will send back to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DARSHAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Reward POINTS please.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2007 14:19:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-16T14:19:23Z</dc:date>
    <item>
      <title>i need write select statement for smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031424#M416979</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 added one field into smartform ie vbap-kdmat.&lt;/P&gt;&lt;P&gt;i need to check conditions VBAK-AUART=ZTB and VBAK-VBELN = VBAP-VBELN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that to tables and fiels are not there in my driver program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now tel me how to write select statemnet in my smartform program lines how to retrive data??????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 13:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031424#M416979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T13:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: i need write select statement for smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031425#M416980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create the PROGRAM LINES in the smart form(in that particular window) and write your code. You can write your own select statements. But declare the data/structrues in the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 13:30:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031425#M416980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T13:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: i need write select statement for smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031426#M416981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these helpful links -&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 class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3133626"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 13:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031426#M416981</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-03-16T13:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: i need write select statement for smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031427#M416982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivaram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Simple task...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your smart form you can add one more FLOW logic ... through righ clicking create TAB .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where you can write your select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.. For more details write back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DARSHAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;to MOTIVATE us please reward points to HELPFUL answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 13:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031427#M416982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T13:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: i need write select statement for smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031428#M416983</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; Declare the data in the Global Data area. Here you define the Variables which u want to use in your program for select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For selecting the data, you need to include the Program code. To do this, Right click on any window button and in Flow logic tab- select Program lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here You can do your Abap coding. The data which you are about to use in your program Code should be declared in the input and output parameter Fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sharma NSK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 13:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031428#M416983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T13:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: i need write select statement for smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031429#M416984</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;  You can write what ever abap code you want in the program lines including select queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 13:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031429#M416984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T13:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: i need write select statement for smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031430#M416985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi can u help me with code???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 14:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031430#M416985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T14:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: i need write select statement for smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031431#M416986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now in the Improt of that Code u have to write... WA_VBAP (or your stucture containing VBAP) and in output of that code... U have to write VA_KDMAT ( define thi VA_KDMAT in your global data with type VBAP-KDMAT) also On the screen display &amp;amp;VA_KDMAT&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT KDMAT FROM VBAK  into VA_KDMAT &lt;/P&gt;&lt;P&gt;where AUART = 'ZTB'&lt;/P&gt;&lt;P&gt;and VBELN = WA_VBAP-VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is enough...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or give me ur smart form code in .xml format after downloading it... I will do required changes and will send back to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DARSHAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Reward POINTS please.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 14:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-need-write-select-statement-for-smartform/m-p/2031431#M416986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T14:19:23Z</dc:date>
    </item>
  </channel>
</rss>

