Related Posts
Cancellation and Refunds
Cancellation/ Refund After a project is started Customer agrees to...
Read MorePrivacy Policy & Non-Disclosure Agreement
Explore Peritos' terms, NDA, and privacy policies for secure services.
Read MoreRequirement for Create and understand search help with SAP Custom Search help
Find the technical information for the specific search help by clicking F1 and then find the table name as V_PRSMP
Furthermore, Using where used find the specific search help that uses the table
Below is the search help which uses that view.
Check PRSMP search help and find that it is an elementary search help. Then check if there is any other search help linked to it. Moreover, Found the search help PRSM from the where used
The search help PRSM is a collective search help
After that you can find the corresponding user exit in which the breakpoint can be set to understand how it works or check on the individual search help in the ‘Included search helps’ option.
Created a custom search help as below with the selection method as a view which fetches the result
This view has a join with table PROJ
There can be other kinds of search help you could create like below:
Combination of selection method and Search help exit as below
Additionally, for this requirement an elementary search help as my custom code and added it in the collective search help “Included search help” Section as below
After debugging there seems to be some parameter missing which caused the issue of not being able to populate the value from the search help. Additionally, Read more in the section below
Multi selection search help did not return any values.
After that using Multiple selections
Then custom search help was created as seen below
When the user selected options for multi select
Then no value was returned
To start debugging popup since you cannot type /h to debug just drop the file on the GUI for the specific screen which has pop up and you would open up the debug screen
[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand
Found in debugging a parameter missing which caused the issue and then there was a missing assignment of the elementary search help to the collective search help. Then Assign button was clicked and then copy this helped to fix the issue and the selection of the search help was returned back on the display screen.
In addition, to read more about thishttps://blogs.sap.com/2022/06/29/getting-started-with-abap-how-to-create-help-view-and-search-help-part-1/ For more information and services:https://peritossolutions.com/services/sap-consulting-services/
Cancellation/ Refund After a project is started Customer agrees to...
Read MoreExplore Peritos' terms, NDA, and privacy policies for secure services.
Read More