Hi All,
I need to hide some of the elements that are created at run time dynamically on a the view VW_BODY_DYN on the component HAP_DOCUMENT_BODY in the Appraisal Feedback Form.
Initially I thought admin personalisation is the simplest way to do it but I think it may not be feasible to do it that way because to elements on the view are created at run time dynamically and the number such elements created can vary depending on the configuration in the backend. I tried going through the code of the view controller & the component controller hoping that I could use an overwrite exit on the method BUT I could not exactly figure out where & how these elements are being created
Can any one let me know what is the best way to hide those elements.
1. for each of the tabs, the title of the tab is being repeated 3 times as shown in the image below. I need the heading just once. Is there anyway we can remove the other two titles that are being repeated
2. I need to change the text shown in the column App.Document Type . I a sure that the application is picking the type of of the App.Document from some table. I also need to change the text Appraisee Name to Employee name.
Where are all these texts being read from. Is there any OTR text (which i can edit using SOTR_EDIT) defined for these or is there any central config in SPRO through which these texts can be defined. Can anyone tell me which table / tcode is used to changes these document types texts & label texts.
Regards,
PK