Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

Introduction



This weblog provides source code for creating value help enabled input fields and select-option ranges. The value help is automatically determined based on the data type passed to it unless a custom value help table is passed. The value help supports all field types and even works for InfoObjects.



Screen Shots









!https://weblogs.sdn.sap.com/weblogs/images/251696637/popup.gif|height=381|alt=image|width=547|src=ht...!



Source Code



!https://weblogs.sdn.sap.com/weblogs/images/10131/saplink_logo_small.JPG|height=46|width=93|src=https...!

Rather than provide an exhausting set of screenshots and source code to sort through, I have created a couple of SAPLink nuggets for installing the extension. Everything you will need is available on my Google Code repository. If at this point you are wondering what I'm talking about, you should start by reading about and installing SAPLink.



The source code is split into three nuggets. Here is the breakdown of what each contains.

+    DDic Types+



        • NUGG_PTY_VALUEHELP_TYPES.XML

            • +

Structures

+                • ZHELPTABCOMPONENT

                • ZHELPTABCONTROL

            • <b>Table Types </b>

                • ZHELPTABCOMPONENTTAB

                • ZHELPTABCONTROLTAB



+    Core objects of value help extension +



        • NUGG_PTY_VALUEHELP_CORE.XML

            • <b>Classes</b>

                • ZCL_PTY_VALUE_HELP

                • ZCLG_ZPTY_BSPEX_F4INPUTFIELD

                • ZCL_ZPTY_BSPEX_F4INPUT

                • ZCLG_ZPTY_BSPEX_F4INPUTRANGE

                • ZCL_ZPTY_BSPEX_F4RANGE

            • 

+BSP Applications +



                • ZPTY_VALUEHELP

            • 

+BSP Extensions +



                • zpty_bspEx



+    Example BSP using value help extension +



        • NUGG_PTY_VALUEHELP_EXAMPLE.XML

            • BSP Applications

The automatic value help method GET_HELPVALUES_AUTO is based on the wonderful weblog by thomas.jung/blog: BSP Value Input Help Popups Version 3.0

11 Comments