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: 

How to get an entered value in IE02

Former Member
0 Kudos

Hi abapers,

On T-Code IE02 i need to get the entered value for 'Usage indicator' 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...

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

Regards.

4 REPLIES 4

peter_atkin
Active Contributor
0 Kudos

Have a look in the ABAP memory to see if it's in the buffer.

There may even be a standard function module to call the data from buffer...

PeteA

Former Member
0 Kudos

The value i'm trying to get is FLEET-FLEET_USE, but i couldn't find it ? Wich FM can i use for this ?

Thanks for your help,

Regards.

Former Member
0 Kudos

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

Any other suggestion ?

Thx.

0 Kudos

Soufiane FAYSSAL,

Have a look [here|http://pjatkin.users.btopenworld.com/documents/PMCSUserExits.pdf] under the Equipment section

PeteA