0% found this document useful (0 votes)
43 views

SAP How To Create Our Own Search Help

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

SAP How To Create Our Own Search Help

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

MAIL: abap.guravarao23@gmail.

com inkdin: Guravarao SAP ABAP Fresher

How to create our own Search Help :


Search help :It is also called as F4 help. It's purpose is to display the various possible values for any Input
field.

Elementary Search Help: Single search help

Create own search help for order number :

 Go to SE 11 Tcode Choose radio button search help Provide search help name

 Click on create button and go for elementary search help

 Provide description and go for Selection Method


 Selection Method: It is a name of the table or name of the view from where we are
fetching the data.

IF YOU HAVE ANY OPPORTUNITIES ON SAP ABAP AS A FRESHER REFER ME AND SEND ME ,
[email protected]
MAIL: [email protected] inkdin: Guravarao SAP ABAP Fresher

 Provide our internal table name ZORDH_25

 Dialog with values restriction : Before displaying the values, restriction dialog will
appaer.
 Go for Dialog type choose Dialog with value restriction and go for search help Whatever
parameters or fields you want search help Here we can see f4 help click on f4 help
choose the Field

 Provide the List position and Screen position and Whenever we want to provide default values
Importing should be unticked I will give Default value for payment mode 'C'

 We will go for SDI's It's purpose is to make any field in the read only mode.

IF YOU HAVE ANY OPPORTUNITIES ON SAP ABAP AS A FRESHER REFER ME AND SEND ME ,
[email protected]
MAIL: [email protected] inkdin: Guravarao SAP ABAP Fresher

 Save ( Ctrl + S ) Check ( Ctrl +f2 )And Activate ( Ctrl + f3 )

 Now we can see all records based upon Payment mode 'C'.
 I will go for Modify : It's purpose is to modify the data element.

IF YOU HAVE ANY OPPORTUNITIES ON SAP ABAP AS A FRESHER REFER ME AND SEND ME ,
[email protected]
MAIL: [email protected] inkdin: Guravarao SAP ABAP Fresher

 Here i changed data element Now we can see our data element 'ZDEBM_25' to
Payment mode (PM)
 Before our data element 'ZDEPM_25' to payment mode now we are changing filed
label in data element
 Save ( Ctrl + S )And Activate ( Ctrl + f3 )

 Here we can see Payment mode of Label Billing Mode

LPOS -> List position( When values got displayed)


SPOS-> Screen position( Before displaying the values)
 I changed the List position and screen position And activate Search help ( Ctrl + S )
 After we can see Screen position also compared we gave order sequence

IF YOU HAVE ANY OPPORTUNITIES ON SAP ABAP AS A FRESHER REFER ME AND SEND ME ,
[email protected]
MAIL: [email protected] inkdin: Guravarao SAP ABAP Fresher

 Here also we can see List position compared we gave order sequence

How to Assign search help to table fields:

 Before We can see there is no help to the order number

IF YOU HAVE ANY OPPORTUNITIES ON SAP ABAP AS A FRESHER REFER ME AND SEND ME ,
[email protected]
MAIL: [email protected] inkdin: Guravarao SAP ABAP Fresher

 Go to our order Header table click on change mode and place the cursor at order number
column
 Click on search help button

 Pass the our search help name ZHORDERNO_25

IF YOU HAVE ANY OPPORTUNITIES ON SAP ABAP AS A FRESHER REFER ME AND SEND ME ,
[email protected]
MAIL: [email protected] inkdin: Guravarao SAP ABAP Fresher

 I will go for Copy Activate our search help

 We can see F4 help to order number


 This is way to assign search help to table

How to Assign search help to Program:


REPORT ZPRG_ASSIGN_SEARCH_HELP.

PARAMETERS : P_ONO TYPE ZDEONO_25 MATCHCODE OBJECT ZHORDERNO_25.

 Save ( Ctrl + S ) Check ( Ctrl +f2 )And Activate ( Ctrl + f3 )

 We can see F4 help to order number

IF YOU HAVE ANY OPPORTUNITIES ON SAP ABAP AS A FRESHER REFER ME AND SEND ME ,
[email protected]
MAIL: [email protected] inkdin: Guravarao SAP ABAP Fresher

 This is way to assign search help to Program

Dialog Type :

Display values Immediately -> Values will display Immediately.

Dialog with values restriction -> Before displaying the values, restriction dialog will appaer.

Dialog depends upon set of values -> If the table has less than 100 values ,It will switch to Display values
Immediately,

If the table has greater than 100,It will switch to Dialog with value restriction.

IF YOU HAVE ANY OPPORTUNITIES ON SAP ABAP AS A FRESHER REFER ME AND SEND ME ,
[email protected]

You might also like