cancel
Showing results for 
Search instead for 
Did you mean: 

EHSM Incident - How to stop the Weather Conditions group being hidden on Basic Information tab

afordham
Participant
0 Kudos
263

Hi,

We would like to keep the Weather Conditions group on the Incident's Basic Information tab visible at all times, even when the Release Classification Group has not been selected.

All my Web Dynpro FPM googling talks about the IF_FPM_GUIBB_FORM~GET_DATA method of the Feeder class, and indeed I can see that the data about which fields should be hidden is supplied by this class. What I can't work out is where this data is manipulated in the first place: i.e. after the Release group has been selected, where are the Weather Condition fields changed to be invisible? I can't see anything in the determinations of the EHHSS_INCIDENT Business Object, but then I suppose this is a UI-specific thing anyway.

Any help would be greatly appreciated! I'm relatively new to Web Dynpro FPM/FBI so I'm spending far too much time in debug at the moment 🙂

Many thanks,

Andrew

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello Andrew,

There is a customizing activity (Transaction SPRO), called "Specify Field Control":

You can use field control to adapt the user interface to specific conditions of a data record. You specify these conditions and how the system adapts the UI on the node level of a business object. You can, for example, set up field control to make specific fields visible and editable on the user interface depending on the country/region or region of the data record. Field control is possible on all nodes of a business object and for all properties of the node. You can also specify more than one profile to accommodate each relevant set of conditions of a data record.

Navigate to Business Object EHHSS_INCIDENT and then navigate to BO Node BASIC_INFO_ALL

There is a profile called "NO_RELEASES", which you can simple delete

The reason that some fields are not visible is that they are simple disabled:

Kind regards,

Konstantin Vasilev

afordham
Participant
0 Kudos

Thanks again, Konstantin! That will teach me to look for an ABAP solution when I should just be looking in SPRO.

Answers (0)