We have UserDecisionNote in UWL tasks. It displays a textediter for user. Currently there is no restriction on number of characters user can enter as comment. But we want to restrict it to 132 characters. Is it possible? Is there any property of UserDecisionNote to restrict number of characters?
Hi Deepti,
The below link ha the userdecision handler which gives you the property value for userdecisionnote
https://help.sap.com/saphelp_nw74/helpdata/en/4b/03bbe665482591e10000000a42189b/frameset.htm
Check the below function modules for property values
SAP_WAPI_DECISION_COMPLETE or SAP_DECISION_COMPLETE
Regards
Hi Deepti,
The below link ha the userdecision handler which gives you the property value for userdecisionnote
https://help.sap.com/saphelp_nw74/helpdata/en/4b/03bbe665482591e10000000a42189b/frameset.htm
Check the below function modules for property values
SAP_WAPI_DECISION_COMPLETE or SAP_DECISION_COMPLETE
Regards