on 2021 Jun 08 9:04 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.