<?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: values in table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-table/m-p/3586419#M863542</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;do the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data : kbetr like konv-kbetr.

select single * from vbap where vbeln = orderno.
if sy-subrc eq 0.
select * from vbap where vbeln  =  vbak-vbeln.
select single * from konv where KNUMV = vbak-knumv and
                                              kposn = vbap-posnr and
                                              kschl = dis_type.
kbetr  =  konv-kbetr / 100.

endif.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Morris Bond.&lt;/P&gt;&lt;P&gt;Reward Points if Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Mar 2008 08:39:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-29T08:39:39Z</dc:date>
    <item>
      <title>values in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-table/m-p/3586417#M863540</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 have order no , Keeping this how we can access the&lt;/P&gt;&lt;P&gt;List Price , discount , Unit Price from the table KONV or KONP&lt;/P&gt;&lt;P&gt;table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other table to pickup the above details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2008 08:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-table/m-p/3586417#M863540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-29T08:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: values in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-table/m-p/3586418#M863541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;konp-kbetr (price)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2008 08:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-table/m-p/3586418#M863541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-29T08:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: values in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-table/m-p/3586419#M863542</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;do the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data : kbetr like konv-kbetr.

select single * from vbap where vbeln = orderno.
if sy-subrc eq 0.
select * from vbap where vbeln  =  vbak-vbeln.
select single * from konv where KNUMV = vbak-knumv and
                                              kposn = vbap-posnr and
                                              kschl = dis_type.
kbetr  =  konv-kbetr / 100.

endif.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Morris Bond.&lt;/P&gt;&lt;P&gt;Reward Points if Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2008 08:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-table/m-p/3586419#M863542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-29T08:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: values in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-table/m-p/3586420#M863543</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; Just go to the order table and find the field as KNUMV. Then table into the table KONP,KONV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2008 08:41:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-table/m-p/3586420#M863543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-29T08:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: values in table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-table/m-p/3586421#M863544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check the table..KONP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fields are&lt;/P&gt;&lt;P&gt;Sales Price  VKKAL&lt;/P&gt;&lt;P&gt;Cumulative guaranteed discount  FKWRT&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>Sat, 29 Mar 2008 08:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/values-in-table/m-p/3586421#M863544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-29T08:42:01Z</dc:date>
    </item>
  </channel>
</rss>

