Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

IE02 exit

Former Member
0 Kudos

Hi abapers,

On T-Code IE02 i need to get the entered value for 'Usage indicator' (FLEET_USE) under the screen 'Vehicle Technology'.

I need this value for doing a check in exit 'EXIT_SAPMIEQ0_001', This exit is not having that field in its parameters.

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...

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...

Is there any easier solution or another way to avoid modifying the standard include ?

Regards.

2 REPLIES 2

Former Member
0 Kudos

Check if any of these suits you.


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->MaintCont.)
IEQM0005                                Object allowed for SD contract (MaintContract->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

paul_meehan
Advisor
Advisor
0 Kudos

Hi,

It appears not to be available in any exit.

Try using Enterprise Asset Management (EAM) forum for PM/CS specific topics

Somebody might have ideas there.

-Paul