ABAPFIND_SHORTREF - FIND SHORTREF
BAL Application Log Documentation TXBHW - Original Tax Base Amount in Local CurrencyThis documentation is copyright by SAP AG.
FIND
Syntax
FIND [{FIRST OCCURRENCE}|{ALL OCCURRENCES} OF]
{[SUBSTRING] substring} | {REGEX regex} IN
{ {[SECTION [OFFSET off] [LENGTH len] OF] dobj}
| {TABLE itab [FROM lin1 [OFFSET off1]]
[TO lin2 [OFFSET off2]]} }
[IN {CHARACTER|BYTE} MODE]
[{RESPECTING|IGNORING} CASE]
[MATCH COUNT mcnt]
{ {[MATCH LINE mlin]
[MATCH OFFSET moff]
[MATCH LENGTH mlen]}
| [RESULTS result_tab|result_wa] }
[SUBMATCHES s1 s2 ...].
Effect
Searches for character or byte strings or for regular expressions in a character-like or byte-like data object(dobj) or in an internal table (itab).
Additions
- {FIRST OCCURRENCE}|{ALL OCCURRENCES OF}
Defines whether the system searches for the first occurrence only or for all occurrences. - {[SUBSTRING] substring} | {REGEX regex}
Defines whether the system searches for a substring or a regular expression (regex). - SECTION [OFFSET off] [LENGTH len] OF dobj
Search in a character or byte string (dobj) with restriction of the search area to the section starting from the offset specified in off with the length specified in len. - TABLE itab [FROM lin1 [OFFSET off1]] [TO lin2 [OFFSET off2]]
Search in an itab with restriction of the search area to the section as of the row specifiedin lin1 with the offset specified in off1 up to the row specified in lin2 with the offset specified in off2. - IN {CHARACTER|BYTE} MODE
Specifies character string or byte string processing. - {RESPECTING|IGNORING} CASE
Defines whether case is respected in substring, regex, and dobj. - MATCH COUNT mcnt
Gets the number of found locations in mcnt. - MATCH LINE mlin
When searching in internal tables, gets the row number of the last found location in mlin. - MATCH OFFSET moff
Gets the offset of the last found location in moff. - MATCH LENGTH mlen
Gets the length of the last found substring in mlen. - RESULTS result_tab|result_wa
Gets the properties of all found locations or the last found location in an internal table (result_tab) or a structure (result_wa). - SUBMATCHES s1 s2 ...
When searching for regular expressions, gets the contents of the subgroup tabs of the last found location in s1, s2, and so on.
CPI1466 during Backup General Data in Customer Master
This documentation is copyright by SAP AG.
Length: 4530 Date: 20120522 Time: 055758 triton ( 178 ms )






