0% found this document useful (0 votes)
10 views3 pages

Smart Value Help Enhancement - How To Guide

Application developers must update the V-Getter of the Context Node attribute to utilize the new Smart Value Help feature. This enhancement allows developers to manage F4/Navigation descriptors and Smart Value Help descriptors independently. The V-Getter's return type should be CL_BSP_WD_VALUEHELP_MIXEDDESCR, which accepts parameters for both types of descriptors, making them optional for implementation.

Uploaded by

lukaswal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views3 pages

Smart Value Help Enhancement - How To Guide

Application developers must update the V-Getter of the Context Node attribute to utilize the new Smart Value Help feature. This enhancement allows developers to manage F4/Navigation descriptors and Smart Value Help descriptors independently. The V-Getter's return type should be CL_BSP_WD_VALUEHELP_MIXEDDESCR, which accepts parameters for both types of descriptors, making them optional for implementation.

Uploaded by

lukaswal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

To make use of the new feature Smart Value Help offers, application developers need to change the

V-Getter of the Context Node attribute.

Currently, application developers define F4 Value helps in two ways; F4 Help descriptors and
Navigation descriptors.
F4 Help descriptor:

Navigation Descriptor:

With the new Enhancement of this feature, application developers will be able to handle the
F4/Navigation desciptors and the Smart Value Help descriptors separately.
F4 Descriptor:
Navigation Descriptor:

Basically, the return type of the V-Getter should be CL_BSP_WD_VALUEHELP_MIXEDDESCR, that


will accept two value parameters:

 iv_valuehelp_descriptor: the definition for the value help (F4 or navigation descriptor)
 iv_svh_descriptor: the definition for the smart value help (Smart Value Help descriptor).

Either one is optional, so a field can have Smart Value Help without any F4 Value help, and vice
versa.

You might also like