Advertising:

All public logs

From SAP Knowledge Base

Combined display of all available logs of SAP Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:36, 21 December 2024 Unirab talk contribs created page Keyword value (Created page with "category: keywords = Get single row = <syntaxhighlight lang="abap" line copy> "sflight is an internal table of table sflight DATA(single_row) = VALUE #( sflight[ carrid = 'AA' connid = '0017' fldate = '20171219' ] OPTIONAL ). </syntaxhighlight> Without optional and no row is not found, the exception cx_sy_itab_line_not_found is thrown. = Get field of single row = <syntaxhighlight lang="abap"...")