<?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: PPMOD FEATURE REDING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ppmod-feature-reding/m-p/1151790#M117675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can move values from WPBP to the structure you pass to a function module.&lt;/P&gt;&lt;P&gt;You can check the code of RPCIPE00 (form get_momag) to see how you can read the feature by FM (i can't remember the name, sorry..)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Feb 2006 14:15:29 GMT</pubDate>
    <dc:creator>former_member199581</dc:creator>
    <dc:date>2006-02-26T14:15:29Z</dc:date>
    <item>
      <title>PPMOD FEATURE REDING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ppmod-feature-reding/m-p/1151789#M117674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feature PPMOD where i define the employee group and sub groups. Can anybody help me in reading this feature. RT just gives me employee grade. I need to read the feature to get the employee sub group depending upon which I need to expense his Earnings and Deductions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2006 06:17:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ppmod-feature-reding/m-p/1151789#M117674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-26T06:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: PPMOD FEATURE REDING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ppmod-feature-reding/m-p/1151790#M117675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can move values from WPBP to the structure you pass to a function module.&lt;/P&gt;&lt;P&gt;You can check the code of RPCIPE00 (form get_momag) to see how you can read the feature by FM (i can't remember the name, sorry..)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2006 14:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ppmod-feature-reding/m-p/1151790#M117675</guid>
      <dc:creator>former_member199581</dc:creator>
      <dc:date>2006-02-26T14:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: PPMOD FEATURE REDING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ppmod-feature-reding/m-p/1151791#M117676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  data: rec_struc_content like pc407.
  data: rec_form    type tdsfname.

  call function 'HR_FEATURE_BACKFIELD'
       exporting
            feature       = 'PPMOD'
            struc_content = rec_struc_content
       importing
            back          = rec_form
       exceptions
            others        = 7.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2006 18:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ppmod-feature-reding/m-p/1151791#M117676</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-02-26T18:25:36Z</dc:date>
    </item>
  </channel>
</rss>

