SAP Database - The Unofficial SAP Knowledge Base

Create Field Help Control

Print This Post Email This Post Written by admin on Dec 22nd, 2008 | Filed under: ABAP

To Create Field help control as a reusable BSP Extension Element. Although the finished solution is rather complex internally (like any generic object usually is), This will make sure that using the component was as simple as possible. You can wrap the functionality to fire the field help around the HTMLB label element. This will generate a Hyperlink that will open the context help in a modal window when clicked. The final solution ended up would be so simple to implement in your code that all you have to do is change the name of the element from label to f1Label if you are using Model View Binding. If you aren’t using Binding or if you want to override the data element from the binding attribute, you only need to add on attribute in addition to the standard label attributes to provide this data element name. The easy that this new element can be introduced into existing views is especially important considering the amount of code .

This Solution was  developed on WebAS 640 SP12. However this can be adapted to earlier support packages or even in WebAS 620 with slight modifications.

If you like this post, you may as well like these too:

  1. CREATE : ABAP Keyword a day CREATEBasic formCREATE OBJ
  2. ABAP Programs: Working with Field symbols REPORT CHAP2401. * Definin
  3. ABAP Programs :Using Field Symbols for variable parts of fields REPORT ZSOURCE2402. DATA:
  4. ABAP Programs:Using Field Symbols for components of a structure REPORT ZSOURCE2403. * Tabl
  5. Account Group and Field Status Group An Account group controls



Leave a Reply