In the SAP (Netweaver) Business Client you have a search bar in the upper range of the window. As soon as you type something in there, it tries to get search suggestions from all the defined so-calledsearch providers:
It is possible to add own search providers. For more information, see: WKS: How to use NWBC in TM - Search Providers
The ABAP Quick Search for NWBC is such a search provider.
With that search you can easily search for all ABAP related content available on your system and open it with one click:
Additional Features:
- Results are sorted by type
- Define a namespace and search it by typing //
- Extra fancy result page
- Search for special result types by typing \<object_type> (see file ABAP_Whitelist.xlsx or the list at the end of the document)
- Decide how to open tables: Do you want to see the structure (SE11) or the content (SE16)?
- Decide how to open BOBF Business Objects: In the BOBF Test UI or in BOBF Conf UI?
If you want to have the search included into your Business Client, please read this scn posting: How to include ABAP Quick Search into NWBC
Here is the standard list of result types for which is searched for. In case you want to search for a certain type, add \<object_type> to your search request.
E.g. "\CLAS" for classes.
ACID | Checkpoint Group |
IWPR | GW Service Builder Project |
SAMC | ABAP Messaging Channel |
SAPC | ABAP Push Channel |
SPRX | Generic Proxy |
BOBF | BOPF Business Object |
BOBX | BOPF Enhancement Object |
CLAS | Class |
COBO | Budiness Object |
DEVC | Package |
DOMA | Main |
DTEL | Data Element |
ENQU | Lock Objects |
FUGR | Function Group |
FUGS | Function Groups |
IAML | Language Dependent MIME Object |
IAMU | MIME Objects |
IASP | Internet Service |
INTF | interface |
MSAG | Message Classes |
PARA | User Parameter |
PINF | Package Interface |
PROG | Include |
RPDF | Report Definition |
SCAT | Test Case |
SCGR | Service Group |
SFBF | Business Function |
SFPF | Form |
SFPI | Interface |
SHLP | Search Help |
SHMA | Shared Object Area Class |
SMIM | Mime Objects |
TABL | Dictionary |
TRAN | Transactions |
TTYP | Dictionary |
TYPE | Dictionary |
VIEW | View |
WDCA | Web Dynpro Application Configuration |
WDCC | Web Dynpro Component Configuration |
WDCP | Web Dynpro Chip |
WDYA | Web Dynpro Application |
WDYN | Web Dynpro Comp/INTF |