<?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 Function module MD_PEGGING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-md-pegging/m-p/3817516#M918171</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 a requirement in my production order outbound idoc(LOIPRO01), I have extended with some custom fields. In that one of the custom filed is there by named &lt;STRONG&gt;BackOrder&lt;/STRONG&gt; with length char(1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using Function Module &lt;STRONG&gt;MD_PEGGING&lt;/STRONG&gt; and if the Pegging Source is a Sales Order, I need to send the Flag as 'X' to Backorder filed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can give input as &lt;STRONG&gt;Material Number and Plant&lt;/STRONG&gt; fields. Apart from this, from where I can get the values for other parameters edelkz,edelnr,edelps,eplaab etc. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciated your help. Thanks in advance. &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;Ranjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2008 17:57:26 GMT</pubDate>
    <dc:creator>former_member297642</dc:creator>
    <dc:date>2008-05-23T17:57:26Z</dc:date>
    <item>
      <title>Function module MD_PEGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-md-pegging/m-p/3817516#M918171</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 a requirement in my production order outbound idoc(LOIPRO01), I have extended with some custom fields. In that one of the custom filed is there by named &lt;STRONG&gt;BackOrder&lt;/STRONG&gt; with length char(1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using Function Module &lt;STRONG&gt;MD_PEGGING&lt;/STRONG&gt; and if the Pegging Source is a Sales Order, I need to send the Flag as 'X' to Backorder filed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can give input as &lt;STRONG&gt;Material Number and Plant&lt;/STRONG&gt; fields. Apart from this, from where I can get the values for other parameters edelkz,edelnr,edelps,eplaab etc. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciated your help. Thanks in advance. &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;Ranjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 17:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-md-pegging/m-p/3817516#M918171</guid>
      <dc:creator>former_member297642</dc:creator>
      <dc:date>2008-05-23T17:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Function module MD_PEGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-md-pegging/m-p/3817517#M918172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you should get DTNUM from MDKP based on MATNR and PLWRK (plant).&lt;/P&gt;&lt;P&gt;Then get all your needed fields from MDTB based on DTNUM and DTPOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will help..if yes.. &lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;thnx,&lt;/P&gt;&lt;P&gt;Ags..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on May 23, 2008 3:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 18:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-md-pegging/m-p/3817517#M918172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T18:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function module MD_PEGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-md-pegging/m-p/3817518#M918173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Agasti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                But when I am passing DTNUM to MDTB table, No entries found in the table.&lt;/P&gt;&lt;P&gt; Is there any other table, please let me know ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 19:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-md-pegging/m-p/3817518#M918173</guid>
      <dc:creator>former_member297642</dc:creator>
      <dc:date>2008-05-23T19:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Function module MD_PEGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-md-pegging/m-p/3817519#M918174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I don't know much functional stuff about this area.&lt;/P&gt;&lt;P&gt;You can either ask some functional guy in which tables corresponding data is stored. Else please do Where-used list for the fields you are looking for. and you will find some tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx,&lt;/P&gt;&lt;P&gt;Ags.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 19:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-md-pegging/m-p/3817519#M918174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T19:24:06Z</dc:date>
    </item>
  </channel>
</rss>

