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 Table/Structure Field  LGRWO - R_FROM_CURSOR Indicator: Search from cursor position
2 Table/Structure Field  LGRWO - R_FROM_CURSOR Indicator: Search from cursor position SOURCE VALUE(FLAG_FROM_CURSOR) LIKE LGRWO-R_FROM_CURSOR
3 Table/Structure Field  LGRWO - R_FROM_TOP Indicator: Search from report beginning
4 Table/Structure Field  LGRWO - R_FROM_TOP Indicator: Search from report beginning SOURCE VALUE(FLAG_FROM_TOP) LIKE LGRWO-R_FROM_TOP
5 Table/Structure Field  LGRWO - R_HIT_ALL Indicator: Display all hits
6 Table/Structure Field  LGRWO - R_HIT_ALL Indicator: Display all hits SOURCE VALUE(FLAG_HIT_ALL) LIKE LGRWO-R_HIT_ALL
7 Table/Structure Field  LGRWO - R_HIT_FIRST Indicator: Position on first hit
8 Table/Structure Field  LGRWO - R_HIT_FIRST Indicator: Position on first hit SOURCE VALUE(FLAG_HIT_FIRST) LIKE LGRWO-R_HIT_FIRST
9 Table/Structure Field  LGRWO - SEARCH_STRING Search string
10 Table/Structure Field  LGRWO - SEARCH_STRING Search string SOURCE VALUE(SEARCH_STRING) LIKE LGRWO-SEARCH_STRING OPTIONAL