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: 

Auto populate field 'ABC Indic' under Organization tab in IE01/IE02/IE03

Former Member
0 Kudos

Hi Folks,

I need to Autopopulate the selected value for the 'ABC Indic' dropdown within the 'Location Data' group, under 'Organization' tab in IE01/IE02/IE03, based on a given Business condition for equipment numbers.

The field pertains to ABCKZ of table ILOA (And subsequently in the database view ITOB)

This standard field is made visible in the transactions via configuration.

I understand that I need to make this change using the User exit 'EXIT_SAPLITO0_002'. However, I do not seem to be having a handle to the field ABCKZ as an exporting/changing parameter in any of the exporting structures ISTRU_EQ / ISTRU_EZ / IFLO_USR1). Since this is not a custom field , i am not sure if I must include it as a custom include in one of the afore mentioned structures. ( Even if this were to be done, IFLO_USER1 [which is the exit mod structure for ILOA] does not have a Customer Include)

All I need is a handle to the field, so that i can make the required change and the update will happen without any further interventions.

Any pointers to this issue would be very helpful.

Thanks and Regards,

Puja.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Puja,

Try this badi

Badi:

EQUI_UPDATE Equipment Master Data

Alternative Exits:

ITOB0001 PM: Customer include subscreen for techn. obj. master d

ITOB0002 ITOB: Field changes to copy model

ITOB0003 PM: Customer Include subscreen for fleet object data

ITOB0004 PM: Customer Exit fleet identification data: Checks

Badi:

FLEET_DECOUPLING Interface for Decoupled Part of Fleet Management

INST_AUTHORITY_CHECK PM/CS Enhanced Authorization Checks

Thank you,

Thanks,

AMS

2 REPLIES 2

Former Member
0 Kudos

Hi Puja,

Try this badi

Badi:

EQUI_UPDATE Equipment Master Data

Alternative Exits:

ITOB0001 PM: Customer include subscreen for techn. obj. master d

ITOB0002 ITOB: Field changes to copy model

ITOB0003 PM: Customer Include subscreen for fleet object data

ITOB0004 PM: Customer Exit fleet identification data: Checks

Badi:

FLEET_DECOUPLING Interface for Decoupled Part of Fleet Management

INST_AUTHORITY_CHECK PM/CS Enhanced Authorization Checks

Thank you,

Thanks,

AMS

Former Member
0 Kudos

You can use a field exit to auto populate the 'ABC Indic' field.

Regards.