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: 

Add Extra field for Transaction IE01, IE02 and IE03

Former Member
0 Kudos

I've done steps are suggested in this forum but extra field does't appears on transaction IE03, please help what steps I have wrong?

steps that I have done:

1. Create Z-field in table EQUI, include structure CI_EQUI

2. Create z-field in structure ISTRU_EQ_U, include structure CI_EQUI_U with type IIND

3. Create Project ZPM00005 through Tcode CMOD and assign the Enhancement ITOB0001

4. from screen exit, create layout from screen 1000

5. Code from function exit EXIT_SAPLITO0_001

TABLES: EQUI.

E_SUBSCREEN_NUMBER = '1000'.

I_OBJECT_TYPE = '02' .

I_ACTIVITY_TYPE = '3' .

EQUI-zfield    = I_DATA_EQUI-zfield.

5. Code from function exit EXIT_SAPLITO0_002

E_UPDATE_DATA_EQ-Zfield  = EQUI-Zfield.

E_UPDATE_FLAGS_EQ-Zfield = 'X'.

6. Go to SPRO, Plan Maintenance and Customer Service> Master Data> Technical Objects> General Data> Set View Profiles for Technical Objects

Standard equipment data profil Tab Organization i Give value 150 for 

7. Activate function group XTOB

The strange thing for me:

1. layout created in screen 1000 does't appear

2. I put BREAK-POINT in function exit EXIT_SAPLITO0_001 and EXIT_SAPLITO0_002 but does't stop in there.

Please guide me. Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I was wrong when I config SPRO should not add in the standard profile, but in the custom profile as the user wanted. next my extra field has appeared.

2 REPLIES 2

jogeswararao_kavala
Active Contributor
0 Kudos

Agung,

I have documented the total process of having additional fields in Equipment maser: Please refer tot his post: ITOB0001, ITOB0003 : User-Fields in Equipment, ... | SCN

Good luck

KJogeswaraRao

Former Member
0 Kudos

I was wrong when I config SPRO should not add in the standard profile, but in the custom profile as the user wanted. next my extra field has appeared.