Table/Structure Field list used by SAP ABAP Function Module G_RW_SEARCH_ATTRIBUTES_GET (Enter attributes for text search)
SAP ABAP Function Module
G_RW_SEARCH_ATTRIBUTES_GET (Enter attributes for text search) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | LGRWO - R_FROM_CURSOR | Indicator: Search from cursor position | ||
| 2 | LGRWO - R_FROM_CURSOR | Indicator: Search from cursor position | SOURCE VALUE(FLAG_FROM_CURSOR) LIKE LGRWO-R_FROM_CURSOR |
|
| 3 | LGRWO - R_FROM_TOP | Indicator: Search from report beginning | ||
| 4 | LGRWO - R_FROM_TOP | Indicator: Search from report beginning | SOURCE VALUE(FLAG_FROM_TOP) LIKE LGRWO-R_FROM_TOP |
|
| 5 | LGRWO - R_HIT_ALL | Indicator: Display all hits | ||
| 6 | LGRWO - R_HIT_ALL | Indicator: Display all hits | SOURCE VALUE(FLAG_HIT_ALL) LIKE LGRWO-R_HIT_ALL |
|
| 7 | LGRWO - R_HIT_FIRST | Indicator: Position on first hit | ||
| 8 | LGRWO - R_HIT_FIRST | Indicator: Position on first hit | SOURCE VALUE(FLAG_HIT_FIRST) LIKE LGRWO-R_HIT_FIRST |
|
| 9 | LGRWO - SEARCH_STRING | Search string | ||
| 10 | LGRWO - SEARCH_STRING | Search string | SOURCE VALUE(SEARCH_STRING) LIKE LGRWO-SEARCH_STRING OPTIONAL |
|