cancel
Showing results for 
Search instead for 
Did you mean: 

IE01 populate default values

anitha_paul
Explorer
0 Kudos

I have a requirement to populate few fields for eg:- Plant, Cost Center, Company Code, Planner group etc with default values while creating equipment using IE01 so that the user does not need to enter it. I checked for user exits and BADI but could not find any for this requirement.

Please let me know your suggestions to achieve this.

Thanks,

Anitha

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor

Anitha

There doesn't apear to be any user-exits or BADIs that you can use to default data when entering into IE01.

Get your ABAP Team to look into the Enhancement Framework options in program SAPMIEQ0.

PeteA

Answers (5)

Answers (5)

jogeswararao_kavala
Active Contributor

Create an Equipment with the above default values.

Use this Equipment number in the Reference Equipment Field in IE01 initial screen.

Erol_CAGLAR
Participant
0 Kudos

have a look this note

2640406 - Equipment Category Parameter ID ‘EQT’ is not working on IE01

former_member185116
Active Participant
0 Kudos

Hi ,

have you checked the exit IEQM0003 FM = EXIT_SAPMIEQ0_001 ,

with this you can default the values at the time of save , i am not sure of all,

i have used this to update authorization group BEGRU field when the equipment is saved...

regards,

vinay.


jogeswararao_kavala
Active Contributor
0 Kudos

VINAY

To my understanding the Update structure in the Export of this exit viz UPDATE_DATA_EQ does not support the fields required by him for defaults.

For example

I find it is not possible to update INGRP (Planner Group) value. You may correct if I'm wrong.

former_member185116
Active Participant

Sir,

yes your right,

thanks for correction.

PS : unfortunately you became inactive since the inception of new platform.

jogeswararao_kavala
Active Contributor
0 Kudos

Your observation is correct. That is for obvious reasons. These days I am unable to connect to the queries timely like before.

jogeswararao_kavala
Active Contributor
0 Kudos

In the method I suggested, you need to have one Reference Equipment for each category.

If you found suitable BAdi for your purpose then it will be automated, so it is preferable.

anitha_paul
Explorer
0 Kudos

Thanks Jogeswara for the suggestion. But, Based on the object type and equipment category, values of cost center, work center, main work center, and planner group are different. That's why we were thinking of user exit/BADI.

There are 2 ways to create Equipment in our company - Using IE01 OR through a BAPI call from an external system. So, if we can add code the IE01 program, the values will be auto populated for the above fields no matter how the equipment is created.

Please let me know your suggestions.

Thanks,

Anitha