ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

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.

Share

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

  1. Create Table Control Creating table control in SAP Step by step guide to creating table controls...



Leave a Reply