<?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: FM DOUBT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-doubt/m-p/3944186#M943306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;can u tell me what is purpose of the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vallamuthu.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2008 05:42:08 GMT</pubDate>
    <dc:creator>vallamuthu_madheswaran2</dc:creator>
    <dc:date>2008-05-29T05:42:08Z</dc:date>
    <item>
      <title>FM DOUBT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-doubt/m-p/3944184#M943304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;    what is the purpose of the FM "VPKDPP_GET_DI_WITH_VALUES"&lt;/P&gt;&lt;P&gt;    in the FM the import has on filed name I_PROFNR ==&amp;gt; what is it?&lt;/P&gt;&lt;P&gt;    How to find the i/p for the   filed I_PROFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vallamuhtu.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 05:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-doubt/m-p/3944184#M943304</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2008-05-29T05:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: FM DOUBT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-doubt/m-p/3944185#M943305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vallamuthu,&lt;/P&gt;&lt;P&gt;  The field I_PROFNR represents dynamic item processor profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per SAP the definition of dynamic item processor profile :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Control that defines how particular data (for example, line items that result from postings of goods movements) should be summarized into dynamic items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is defined for each usage in the dynamic item processor profile (DIP profile) how the dynamic items should appear, and how the system should process the dynamic items further. The DIP profile can be defined for different usages (for example, quotation creation or billing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can able to find the value for the I_profnr in the table DPPROFH.&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;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 05:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-doubt/m-p/3944185#M943305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T05:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: FM DOUBT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-doubt/m-p/3944186#M943306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;can u tell me what is purpose of the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vallamuthu.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 05:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-doubt/m-p/3944186#M943306</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2008-05-29T05:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: FM DOUBT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-doubt/m-p/3944187#M943307</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;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_PROFNR u2013 Current profile of the object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the parameter I_PROFNR is used to find out the correct profile for which we want the code to execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Srishti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 05:56:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-doubt/m-p/3944187#M943307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T05:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: FM DOUBT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-doubt/m-p/3944188#M943308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vallamuthu,&lt;/P&gt;&lt;P&gt;   It is used for the determination of dyn. Item to an object with values as well as Determine objects and read data from DLI processor.&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;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 06:06:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-doubt/m-p/3944188#M943308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T06:06:32Z</dc:date>
    </item>
  </channel>
</rss>

