ABAP - Creating Help View
ABAP - Creating Help View
And also if we want to show only particular data then in the Selection Conditions tab of the help view we
can also provide condition to select data.
Steps: 1) How to create Help ViewGo to transaction SE11
Give View Name that you want to create
Click on create button
Now next screen appears with multiple options choose Help View and click Copy
Provide short description and enter the base table name in the tables field as in below screen shot then
click on Relationship button
On clicking of relationship button, it lists all the tables that are directly linked with the base table that we
have provided.
Now select the table from the list and click copy. Join condition is populated automatically.
In the view field we put the fields that we want to show in our view. Click on Table fields and select the
table and fields.
Now in the Selection Conditions tab give the selection criteria if we want to filter on the basis of some
conditions as in below screen shot
For example if we want to include only those values for which Company code is 1000 and Item number
is 010
Now save
and activate
the View.
In next pop-up choose Elementary search help. In the next screen provide short description and in the
selection method input provide the name of help view. In the parameter, provide the search help
parameters and provide the other properties whether it is import or export parameter their positions etc.
Now Save
and activate
3. Use of search help: we can use this search help with the help of keyword Matchcode object
Now at the selection screen when we press F4 in the select-option parameter so_werks a list appears
for which item is 10 as we had given in our help view selection condition
Summary: In the above example, steps for creating help view and how to use that in search help has
been explained.