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 add new field to standard screen ?

Former Member
0 Kudos

Hello,

Is it possible for it to add a new field into a standard screen . For example : The screen 3500 has been fixed some fields in the structure RIHSTPX . and we now want to add a new field cal WEMPF into this structure and then add to the screen .

How can we do this ? In my knowledge I know that it's not possible to add a new field to a fixed screen ( standard) or we've another technical for doing this ?

Thanks in advance for your help,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Joe,

You can only modify the Sap standard screen by using access key.

If you want to add a fields in custom screen then use Screen enhancement's or badi's.

For Example:

Steps:

1. If you have custom screen and if you know the structure name where the data getting and populating.

2. Design a screen field in module pool with structure name CNCI_PRPS-ZZbukrs.

3. Then add the field ZZbukrs in structure CNCI_PRPS.

4. Data populated automatically when structure is filled.

Thanks,

AMS

2 REPLIES 2

Former Member
0 Kudos

Hi,

Yes, you can add a new field to screen by using screen exit. Please search if you standard screen has screen exit.

regards,

Former Member
0 Kudos

Hi Joe,

You can only modify the Sap standard screen by using access key.

If you want to add a fields in custom screen then use Screen enhancement's or badi's.

For Example:

Steps:

1. If you have custom screen and if you know the structure name where the data getting and populating.

2. Design a screen field in module pool with structure name CNCI_PRPS-ZZbukrs.

3. Then add the field ZZbukrs in structure CNCI_PRPS.

4. Data populated automatically when structure is filled.

Thanks,

AMS