cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Clear user settings for Field Selection in tcode IH01

Jaya0511
Participant
0 Kudos
294

Hi Team,

Can you please let me know if we can clear the user settings for Field Selection in tcode IH01 for all users and populated the field selection that is maintained in configuration.

Regards,

Jaya

Accepted Solutions (0)

Answers (1)

Answers (1)

alizamani
Participant

Hi JAYA;

The question asks whether it's possible to clear user-specific field selection settings in SAP transaction code IH01 and apply the default configuration maintained centrally.

Here’s how this can be done:

User-specific settings in IH01 are typically stored as screen variants or layout variants. These override the default configuration.

To reset these settings for all users, you can:

Use transaction OIWE or OIWP to configure default field selections for structure lists like IH01.

Delete or reset user-specific variants stored in table VARID or via transaction SHD0 (Screen Variants).

Consider using SAP Notes or custom ABAP routines if mass deletion is required.

Once cleared, the system will fall back to the default configuration maintained centrally.

This approach ensures consistency across users and aligns the display with your organizational standards.