Ansicht
Dokumentation

ABAPSPLIT_SHORTREF - SPLIT SHORTREF

ABAPSPLIT_SHORTREF - SPLIT SHORTREF

RFUMSV00 - Advance Return for Tax on Sales/Purchases   General Material Data  
This documentation is copyright by SAP AG.
SAP E-Book

SPLIT

Reference



Syntax

SPLIT dobj AT sep INTO
      { {result1 result2 ...} | {TABLE result_tab} }
      [IN {CHARACTER|BYTE} MODE].

Effect

Splits a character string or byte string dobj.

Additions

  • AT sep
    Specifies the separator sequence sep where the split is made.
  • INTO ${ ${result1 result2 ...$} $| ${TABLE result_tab$} $}
    Specifies the target fields either as a list result1 result2 ... or as lines of the internal table result_tab.
  • IN ${CHARACTER$|BYTE$} MODE
    Specifies character string or byte string processing.
  • IN ${CHARACTER$|BYTE$} MODE
    Specifies character string or byte string processing.





ABAP Short Reference   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 1143 Date: 20240517 Time: 100709     sap01-206 ( 19 ms )