cancel
Showing results for 
Search instead for 
Did you mean: 

Hide a field FPM Webdynpro Component

01-02-2023 1:07 PM
sreekanth_n2 Active Participant
623 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hi Experts,

I have added a custom field in standard sap web dynpro component - "Freight Unit" of SAP TM Module.

Requirement is that based on the condition that this field should be visible.

Below is feeder class to be enhanced

Class: /BOFU/CL_FBI_GUIBB_FORM

Please suggest on how to proceed further.

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

saundattikar
Participant
0 Likes

Hello Sreekanth,

With TM, the FBI generic feeder classes are not a good spot to enhance the UI. Instead, I'd recommend finding the View Exit class (you can do this through the configuration) and then adding the condition in there.

Thanks

ROhan