<?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: Skip infotypes using the function HR_MAINTAIN_MASTERDATA with abap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-infotypes-using-the-function-hr-maintain-masterdata-with-abap/m-p/427874#M12008</link>
    <description>&lt;P&gt;This approach appears not to work if the screen contains a required field even though it is possible to skip in PA40 by clicking "next screen". Did the screen you skipped with this approach contain a required field? &lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jan 2020 14:38:24 GMT</pubDate>
    <dc:creator>amy_king</dc:creator>
    <dc:date>2020-01-13T14:38:24Z</dc:date>
    <item>
      <title>Skip infotypes using the function HR_MAINTAIN_MASTERDATA with abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-infotypes-using-the-function-hr-maintain-masterdata-with-abap/m-p/427872#M12006</link>
      <description>&lt;P&gt; i neet to skip some infotypes, using HR_MAINTAIN_MASTERDATA with abap&lt;/P&gt;
  &lt;P&gt;because i need to use it, automatically with this function, but we need to skip some infotypes, and we not need to create new Infogroup, we want to use the same infogroup manually with PA40.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 17:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-infotypes-using-the-function-hr-maintain-masterdata-with-abap/m-p/427872#M12006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-07-18T17:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Skip infotypes using the function HR_MAINTAIN_MASTERDATA with abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-infotypes-using-the-function-hr-maintain-masterdata-with-abap/m-p/427873#M12007</link>
      <description>&lt;P&gt;For all of you looking for a solution and not finding one, here it is.&lt;/P&gt;&lt;P&gt;It's requires quite an elaborate scheme but it gets the job done.&lt;/P&gt;&lt;P&gt;You need to implement BADI HRPAD00INFTY and pass value 'NEXT' into screen field FCODE in BEFORE_OUTPUT when the screen you want to skip is getting processed.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: lv_screen_field TYPE string.
FIELD-SYMBOLS: &amp;lt;fv_field&amp;gt; TYPE any.

lv_screen_field = '(' &amp;amp;&amp;amp; sy-cprog &amp;amp;&amp;amp; ')' &amp;amp;&amp;amp; 'FCODE'.
ASSIGN (lv_screen_field) TO &amp;lt;fv_field&amp;gt;.
&amp;lt;fv_field&amp;gt; = 'NEXT'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Of course you need to find a way to pass information from your code calling HR_MAINTAIN_MASTERDATA to the BADI implementation which requires some IMPORT/EXPORT TO MEMORY gymnastics, but I'm sure you'll figure it out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 11:23:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-infotypes-using-the-function-hr-maintain-masterdata-with-abap/m-p/427873#M12007</guid>
      <dc:creator>former_member525226</dc:creator>
      <dc:date>2019-11-04T11:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Skip infotypes using the function HR_MAINTAIN_MASTERDATA with abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-infotypes-using-the-function-hr-maintain-masterdata-with-abap/m-p/427874#M12008</link>
      <description>&lt;P&gt;This approach appears not to work if the screen contains a required field even though it is possible to skip in PA40 by clicking "next screen". Did the screen you skipped with this approach contain a required field? &lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 14:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-infotypes-using-the-function-hr-maintain-masterdata-with-abap/m-p/427874#M12008</guid>
      <dc:creator>amy_king</dc:creator>
      <dc:date>2020-01-13T14:38:24Z</dc:date>
    </item>
  </channel>
</rss>

