cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to make particular field as mandatory in web ui for some conditions

Former Member
0 Likes
364

when status set to complete then only notes field should be mandatory .....how to make this condition in standard bsp component.

View Entire Topic
Varun_Agarwal
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Nishanth,

Please call the P-getter on FP_INPUT_MANDATORY by enhancing method DO_FINISH_INPUT of your view controller and then call the standard DO_FINISH_INPUT. Then the mandatory info will be updated into ME->MANDATORY_FIELDS before method GET_EMPTY_MANDATORY_FIELDS is called.

Best Regards,

Varun Agarwal

Former Member
0 Likes

hi varun Thank you for Responding My question,

I am new to SAP platform can u explain step by step.

my Requirement is :- in sales pro if i try to create one new appointment under activity.when status = Complete then only Notes Fields Should Mandatory. how can i do this logic in Standard Bsp Component.

please do reply.