Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルの改行に書き込もうとしています。WS_DOWNLOADを使用していますが、テキストに改行を書き込む方法がわかりません。
誰もが知っていますか?
文字タイプフィールドをに設定し、cl_abap_char_utilities=>cr_lfそれを適切な場所(改行が必要な場所)の出力に挿入します。
cl_abap_char_utilities=>cr_lf
これには、キャリッジリターンと改行文字が含まれます。