<?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 Activate FIELD DYNPRO after message  type error in MIRO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-field-dynpro-after-message-type-error-in-miro/m-p/367476#M8057</link>
    <description>&lt;P&gt;Hi experts.&lt;/P&gt;&lt;P&gt;
I'm developing a validation in tx MIRO through the BADI MRM_HEADER_CHECK, I show a message when the field "reference"  has already been used. The message is type "E", this disable every field from screen but I can't back to active this field for the user can fix it. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/10408-image.png" /&gt;&lt;/P&gt;&lt;P&gt;FYI: I have to show message type "E" because I want to block every fields excepts the two fields with red label (imagen). I saw that  the people suggestion use this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE &amp;lt;&amp;gt; TYPE 'S' DISPLAY LIKE 'E'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Like is a standard program, I can´t to modify code that is out of my BADI code. Was about PAI and PBO module:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CHAIN.
  fields: f1,f2,f3.
  MODULE &amp;lt;mod name&amp;gt;.
ENDCHAIN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This my BADI code.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*This field symbol have the values of inputs.
ASSIGN ('(SAPLMR1M)RBKPV') TO &amp;lt;fs_rbkpv&amp;gt;. 
IF &amp;lt;fs_rbkpv&amp;gt;-XBLNR = lwa_bkpf-xblnr.
   MESSAGE lc_message TYPE 'E'.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 09 Dec 2016 16:37:58 GMT</pubDate>
    <dc:creator>Jimmy21</dc:creator>
    <dc:date>2016-12-09T16:37:58Z</dc:date>
    <item>
      <title>Activate FIELD DYNPRO after message  type error in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-field-dynpro-after-message-type-error-in-miro/m-p/367476#M8057</link>
      <description>&lt;P&gt;Hi experts.&lt;/P&gt;&lt;P&gt;
I'm developing a validation in tx MIRO through the BADI MRM_HEADER_CHECK, I show a message when the field "reference"  has already been used. The message is type "E", this disable every field from screen but I can't back to active this field for the user can fix it. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/10408-image.png" /&gt;&lt;/P&gt;&lt;P&gt;FYI: I have to show message type "E" because I want to block every fields excepts the two fields with red label (imagen). I saw that  the people suggestion use this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE &amp;lt;&amp;gt; TYPE 'S' DISPLAY LIKE 'E'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Like is a standard program, I can´t to modify code that is out of my BADI code. Was about PAI and PBO module:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CHAIN.
  fields: f1,f2,f3.
  MODULE &amp;lt;mod name&amp;gt;.
ENDCHAIN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This my BADI code.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*This field symbol have the values of inputs.
ASSIGN ('(SAPLMR1M)RBKPV') TO &amp;lt;fs_rbkpv&amp;gt;. 
IF &amp;lt;fs_rbkpv&amp;gt;-XBLNR = lwa_bkpf-xblnr.
   MESSAGE lc_message TYPE 'E'.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Dec 2016 16:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-field-dynpro-after-message-type-error-in-miro/m-p/367476#M8057</guid>
      <dc:creator>Jimmy21</dc:creator>
      <dc:date>2016-12-09T16:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Activate FIELD DYNPRO after message  type error in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activate-field-dynpro-after-message-type-error-in-miro/m-p/367477#M8058</link>
      <description>&lt;P&gt;There is already Customizing option to check for duplicates.  Check with functionals first. (Materials Management, Logistics Invoice Verification, Incoming Invoice, Set Check for Duplicate Invoices - tr. OMRDC) There is also a Customizing in FI (&lt;A href="https://launchpad.support.sap.com/#/notes/1900510/E"&gt;1900510 - Duplicate Invoice check configuration as per standard&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 09:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activate-field-dynpro-after-message-type-error-in-miro/m-p/367477#M8058</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-12-12T09:55:45Z</dc:date>
    </item>
  </channel>
</rss>

