Difference Between Elementary and Collective Search Help
An Elementary Search help defines the flow of a standard input help. It is composed of a selection method that defines where to get the data that will make up the hit list, An interface consisting of search help parameters that define the exchange of data between the screen and the selection method and a dialog type that controls how the hit list will be displayed.
A Collective Search help is a combination of several elementary search helps giving the user a different search paths. The interface parameters of the elementary search help are assigned to the parameters of the collective search.
If you like this post, you may as well like these too:
- ABAP Programs: Complex Non-Elementary Types and Data Objects REPORT ZSOURCE0408.* Nested recordsTYPES: BEGIN OF ADDRESS, CITY(25), STREET(30), END OF ADDRESS, BEGIN OF PERSON, NAME(25), ADDRESS TYPE ADDRESS, END OF PERSON.DATA RECEIVER TYPE PERSON.RECEIVER-NAME = 'Smith'.RECEIVER-ADDRESS-CITY = 'Big City'.RECEIVER-ADDRESS-STREET...
- SAP table and field search technique You want to create an ABAP query or ABAP report using fields that you can find on transaction screens, but you don't know where the data are stored. This paper...
- Steps for doing a Sting Search in ABAP Here is the link:http://fuller.mit.edu/tech/search_in_abap_progs.doc...
- Difference between Collect, Append and SUM Download this PDFContributed by Rajagopalan M.~~~~ end of post ~~~~---------------------ABAPer, mail: abap.community@gmail.com http://abaplearner.blogspot.com...
- Difference between Class and Object In Object Oriented Programing, A class can be considered as a blueprint or template for a object that specified the attributes and behaviour that all objects of that class will...

















Leave a Reply