<?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 Purchase Requisition in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition/m-p/2073838#M429762</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 an alv report I need to include another column which will give the total value of the item for purchase requisition.The total value that will be displayed in ME53n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the field name is GSWRT but it is not availabel in EBAN table.I don't know how to get the value of this and in which table is this availailable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suganya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2007 22:21:19 GMT</pubDate>
    <dc:creator>suganya_rangarajan</dc:creator>
    <dc:date>2007-03-06T22:21:19Z</dc:date>
    <item>
      <title>Purchase Requisition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition/m-p/2073838#M429762</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 an alv report I need to include another column which will give the total value of the item for purchase requisition.The total value that will be displayed in ME53n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the field name is GSWRT but it is not availabel in EBAN table.I don't know how to get the value of this and in which table is this availailable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suganya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 22:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition/m-p/2073838#M429762</guid>
      <dc:creator>suganya_rangarajan</dc:creator>
      <dc:date>2007-03-06T22:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase Requisition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition/m-p/2073839#M429763</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;Where exactly in ME53N we can see this total value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2007 22:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition/m-p/2073839#M429763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-06T22:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase Requisition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition/m-p/2073840#M429764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That I think is a calculated value. If you look at the code, you will see that it is calculated and what the calculation formula is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 00:18:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition/m-p/2073840#M429764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T00:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase Requisition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition/m-p/2073841#M429765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas Adavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to debug the code but got stuck in a stage from where the degub doesnt' enter.It gets stuck up at &lt;/P&gt;&lt;P&gt;pgm Lemreqf10,&lt;/P&gt;&lt;P&gt;method               if_purchase_requisition_item~get_data&lt;/P&gt;&lt;P&gt;code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;    re_data = ls_buffer-data.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    re_data = my_state-&amp;gt;item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at else statement it comes and doesn't enter for F59(step into).This is where the GSWRT gets filled up.Can you tell me how to debug the interface and hot to get teh value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suganya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 15:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition/m-p/2073841#M429765</guid>
      <dc:creator>suganya_rangarajan</dc:creator>
      <dc:date>2007-03-07T15:09:05Z</dc:date>
    </item>
  </channel>
</rss>

