Hi Techies,
Am working on one SAP EHSM Incident management FPM Enhancement. I have enhanced the Component configuration EHHSS_INC_REC_QAF_BINF_FRM. I have changed the properties of few fields like labels, visible, invisible etc. Along with in component configuration search help also there. I created search help in DDIC and added it. But this is not working or not showing F4 values.
FYI
Report Incident
Application
Application:
EHHSS_INC_REC_QAF
Application Configuration:
Application Component:
EHS-MGM-INC-REC
Component:
FPM_OIF_COMPONENT
Start Component
Component Configuration:
Application Component:
BC-WD-CMP-FPM
Current View
Component:
FPM_FORM_UIBB
Component Configuration:
Window:
FORM_WINDOW
View:
V_FORM
Application Component:
BC-WD-CMP-FPM
It's little urgent.
Thanks,
Yerukala Setty
+966 544426401
Hello Setty,
You have to make changes in feeder class CL_EHHSS_INC_Q_LOC_UI_FRM.
1. find out the business object and its node for the particular component.(bo-EHHSS_INCIDENT and Node - BASIC_INFO_ALL in your case).
2. Open transaction /n/BOBF/CONF_UI, and open business object.
3. Navigate to the node BASIC_INFO_ALL and double click on it. You have to add your extra fields either in data structure or transient strcture. So that while enhancing the component configuration system will show those fields.
4. By default system will show only input fields, but if you want to add other than input fields you have to make code changes in feeder class.
feeder class changes:
1. in get_definition method, read the internal table ET_FIELD_DESCRIPTION with your field name, then change the field default_display_type into either RB(radiobutton) or CB (Checkbox) etc.(check with its domain values).
I think above details are enough.
Vikram P.
Add a comment