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: 

IE01 General Tab Screen Enhancement

Former Member
0 Kudos

Hi Team,

I want to add field in General Tab of IE01 T-Code. I don't want to add any custom tab. How to achieve


Regards,

Jitendra

1 ACCEPTED SOLUTION

thanga_prakash
Active Contributor
0 Kudos

Hello Jitendra,

As I check there is no exits or enhancements to add a field to General tab, so only way is to create the custom tab and add your field over there.

Regards,

TP

5 REPLIES 5

former_member203305
Active Contributor
0 Kudos

Hi.

Use use-exit ITOB0001, tcode CMOD to create a project.

Find more info about this ITOB0001.

Need to use this FM in the exit

EXIT_SAPLITO0_001

EXIT_SAPLITO0_002

and create a screen with the new fields in

SAPLITO0                       1080 XUSR1080 SAPLXTOB                       1000

Also, need to create an append structure in the table EQUI.

Regards

Miguel A.

thanga_prakash
Active Contributor
0 Kudos

Hello Jitendra,

As I check there is no exits or enhancements to add a field to General tab, so only way is to create the custom tab and add your field over there.

Regards,

TP

0 Kudos

Hi Thanga,

Thanks a lot. Before posting this I have tried with ITOB0001 user-exit, but it didn't work. Is there any other way except the access key, because Client Requirement is like that only.

Regards,

Jitendra

0 Kudos

Hi.

I added 5 fields using the method that i told you without problems.

Just need to add the fields to the table EQUI as and append structure and then use exit ITOB0001. There is no other way.

Regards

Miguel

0 Kudos

Hi Miguer,

Thanks a lot. I will check and let you know.

Regards,

Jitendra