<?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: Differentiating a GR document from a transfer posting document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differentiating-a-gr-document-from-a-transfer-posting-document/m-p/10793967#M1880245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well you need to give more details about what your requirement is. You are asking for a field to make the distinctin and that is there: movement type. If there was any other field where you could determine this, how would you handle that ? So why can you not do that with the field movement type ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your requirement is not clear enough to be able to help you out. So please elaborate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2014 07:52:31 GMT</pubDate>
    <dc:creator>PeterJonker</dc:creator>
    <dc:date>2014-12-03T07:52:31Z</dc:date>
    <item>
      <title>Differentiating a GR document from a transfer posting document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differentiating-a-gr-document-from-a-transfer-posting-document/m-p/10793964#M1880242</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 a developer working on FMS project . &lt;/P&gt;&lt;P&gt;I have to create a view where I have to show some GI movement types as well as transfer movement types. &lt;/P&gt;&lt;P&gt;My code differentiates GR and GI documents based on debit credit indicator T156-SHKZG. &lt;/P&gt;&lt;P&gt;For GI , SHKZG = 'H' and for GR , SHKZG = 'S'. &lt;/P&gt;&lt;P&gt;But different transfer movement types have different values for this indicator. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g. Movement type 311 ( Transfer posting within a plant between different storage locations )&amp;nbsp; has SHKZG = 'H' &lt;/P&gt;&lt;P&gt;whereas 322 ( Moving stock from unrestricted to quality ) has SHKZG = 'S' . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a&amp;nbsp; field&amp;nbsp; which&amp;nbsp; can be used to differentiate between a GR document and a TP document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give your inputs. Let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Varsha &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 07:36:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differentiating-a-gr-document-from-a-transfer-posting-document/m-p/10793964#M1880242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-03T07:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating a GR document from a transfer posting document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differentiating-a-gr-document-from-a-transfer-posting-document/m-p/10793965#M1880243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You gave the answer yourself already, the field is movement type (311 vs 322)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 07:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differentiating-a-gr-document-from-a-transfer-posting-document/m-p/10793965#M1880243</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2014-12-03T07:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating a GR document from a transfer posting document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differentiating-a-gr-document-from-a-transfer-posting-document/m-p/10793966#M1880244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You for replying . &lt;/P&gt;&lt;P&gt;I cannot hardcode based on movement types. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 07:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differentiating-a-gr-document-from-a-transfer-posting-document/m-p/10793966#M1880244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-03T07:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating a GR document from a transfer posting document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differentiating-a-gr-document-from-a-transfer-posting-document/m-p/10793967#M1880245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well you need to give more details about what your requirement is. You are asking for a field to make the distinctin and that is there: movement type. If there was any other field where you could determine this, how would you handle that ? So why can you not do that with the field movement type ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your requirement is not clear enough to be able to help you out. So please elaborate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 07:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differentiating-a-gr-document-from-a-transfer-posting-document/m-p/10793967#M1880245</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2014-12-03T07:52:31Z</dc:date>
    </item>
  </channel>
</rss>

