Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

Standard Example Web UI Component - PRD01OV View - PRD01OV/ProductEF Class - CL_PRD01OV_PRODUCTEF_CN02 Method - GET_V_CATEGORY_ID Before implementing the F4 help.

Steps for providing F4 Help Enter your view in the BSP Workbench Component (BSP_WD_CMPWB) Select the view and context node attribute for which you want to implement the F4 help. Right click the attribute the GENERATE V-GETTER and Enter the following code in the GET_V_PROCESS_TYPE (your attribute).

In the above code, Ls_map-context_attr = Attribute technical nameLs_map-f4_attr = Attribute name.Iv_help_id = Search Help nameIv_help_id_kind = Search ID Types

For getting the HELP_ID, you can search for the standard Search helps provided by SAP from SE11. After implementing the above code, you can see the change in Transaction Type Field.

Press the F4 Help and you will see the Search results.

Choose from the list the required type.

And thats the end of blog, you have successfully implemented a F4 Help.

You might also like