<?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 select statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/4106158#M981931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in transaction va02 there is a tab on the screen "ADDITIONAL DATA B" having&lt;/P&gt;&lt;P&gt;fields:-&lt;/P&gt;&lt;P&gt;1) Term Start Date:    vbak-zzstart&lt;/P&gt;&lt;P&gt;2) Term End Date:      vbak-zztend&lt;/P&gt;&lt;P&gt;3) License Type:       vbak-zzltype		&lt;/P&gt;&lt;P&gt;4) Contract Number:    vbak-zzcontno		&lt;/P&gt;&lt;P&gt;5) Product Discount:   vbak-pdisc		&lt;/P&gt;&lt;P&gt;6) Maintenance Discount:vbak-zzmdisc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to display the values of this fields on the report with respect to sales ordre number&lt;/P&gt;&lt;P&gt;vbak-vbeln.&lt;/P&gt;&lt;P&gt;plz help me how to write the code for this.&lt;/P&gt;&lt;P&gt;its really urgent i have tried but i cld nt.&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2008 05:24:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-07T05:24:28Z</dc:date>
    <item>
      <title>select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/4106158#M981931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in transaction va02 there is a tab on the screen "ADDITIONAL DATA B" having&lt;/P&gt;&lt;P&gt;fields:-&lt;/P&gt;&lt;P&gt;1) Term Start Date:    vbak-zzstart&lt;/P&gt;&lt;P&gt;2) Term End Date:      vbak-zztend&lt;/P&gt;&lt;P&gt;3) License Type:       vbak-zzltype		&lt;/P&gt;&lt;P&gt;4) Contract Number:    vbak-zzcontno		&lt;/P&gt;&lt;P&gt;5) Product Discount:   vbak-pdisc		&lt;/P&gt;&lt;P&gt;6) Maintenance Discount:vbak-zzmdisc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to display the values of this fields on the report with respect to sales ordre number&lt;/P&gt;&lt;P&gt;vbak-vbeln.&lt;/P&gt;&lt;P&gt;plz help me how to write the code for this.&lt;/P&gt;&lt;P&gt;its really urgent i have tried but i cld nt.&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 05:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/4106158#M981931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T05:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/4106159#M981932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Danial,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select-optoins:s_vbeln for vbak-vbeln.
data:itab lke vbak occers 0 with header line.
select zzstart zztend zzltype
          zzcontno pdisc  zzmdisc from vbak
      into corresponding field of itab where vblen in s_vbeln.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 05:28:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/4106159#M981932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T05:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/4106160#M981933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;GO to the additional tab.&lt;/P&gt;&lt;P&gt;From System-&amp;gt; Status -&amp;gt; select the screen number.&lt;/P&gt;&lt;P&gt;DOuble click this and go to the PBO event. Since this subscreen is in the customer namespace, you can edit the code.&lt;/P&gt;&lt;P&gt;Write a stmt..INCLUDE disp_values. Double click on this and create the include program and write logic to read the values from the tables you need.&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;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 05:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/4106160#M981933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T05:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/4106161#M981934</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;Since this is a SAP standard transaction, you will find these values are saved in ABAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to debug the VA02, to find out which are the parameter IDs that they are using. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example for material number SAP uses MAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&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;Prosenjit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 05:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement/m-p/4106161#M981934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T05:34:28Z</dc:date>
    </item>
  </channel>
</rss>

