<?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 IE02 exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ie02-exit/m-p/4457689#M1056632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On T-Code IE02 i need to get the entered value for 'Usage indicator' (FLEET_USE) under the screen 'Vehicle Technology'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need this value for doing a check in exit 'EXIT_SAPMIEQ0_001', This exit is not having that field in its parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this i have to modify standard program MIEQ0F69 by adding a SET paramter or Export statement, then GET/Import this value in my exit...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I tried a field exit on the FLEET_USE field but to catch its value the user must validate it...so this not resolving my problem...Also no BADI found for this neither...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any easier solution or another way to avoid modifying the standard include ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2008 23:00:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-18T23:00:23Z</dc:date>
    <item>
      <title>IE02 exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ie02-exit/m-p/4457689#M1056632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On T-Code IE02 i need to get the entered value for 'Usage indicator' (FLEET_USE) under the screen 'Vehicle Technology'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need this value for doing a check in exit 'EXIT_SAPMIEQ0_001', This exit is not having that field in its parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this i have to modify standard program MIEQ0F69 by adding a SET paramter or Export statement, then GET/Import this value in my exit...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I tried a field exit on the FLEET_USE field but to catch its value the user must validate it...so this not resolving my problem...Also no BADI found for this neither...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any easier solution or another way to avoid modifying the standard include ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 23:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ie02-exit/m-p/4457689#M1056632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-18T23:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: IE02 exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ie02-exit/m-p/4457690#M1056633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if any of these suits you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Enhancement
IEQM0001                                Add. checks for equip. installation at functional locations
IEQM0002                                Additional checks for definition of equipment hierarchies
IEQM0003                                Additional checks before equipment update
IEQM0004                                Object is allowed for contract partner (Order-&amp;gt;MaintCont.)
IEQM0005                                Object allowed for SD contract (MaintContract-&amp;gt;MaintCont.)
IEQM0006                                Object allowed for SD contract (Maintain maintenance cont.)
IEQM0007                                Check/change manufacturer field in equipment master

 Business Add-in
EQUI_SERLV_CHECK                        External Inspections for MARA_SERLV
EQUI_SCR_CC                             Implementable Subscreen for Equipment for CCM
EQUI_SCR_06                             Implementable Subscreen for Equipment No. 06
EQUI_SCR_05                             Implementable Subscreen for Equipment No. 05
EQUI_SCR_04                             Implementable Subscreen for Equipment No. 04
EQUI_SCR_03                             Implementable Subscreen for Equipment No.
EQUI_SCR_02                             Implementable Subscreen for Equipment No. 02
EQUI_SCR_01                             Implementable Subscreen for Equipment No. 01&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 00:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ie02-exit/m-p/4457690#M1056633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T00:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: IE02 exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ie02-exit/m-p/4457691#M1056634</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;It appears not to be available in any exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using Enterprise Asset Management (EAM) forum for PM/CS specific topics&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_community" href="https://community.sap.com/" __jive_macro_name="community" modifiedtitle="true" __default_attr="2039"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somebody might have ideas there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 10:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ie02-exit/m-p/4457691#M1056634</guid>
      <dc:creator>paul_meehan</dc:creator>
      <dc:date>2008-09-19T10:29:04Z</dc:date>
    </item>
  </channel>
</rss>

