ABAPの小技
Advertisement
文字列結合
書式
concatenate 文字列 文字列 文字列 into ワークエリア
文字列はタイプ c の変数でも可。
例
* 結合
concatenate 'hello' 'i am' it_prof-name into ワークエリア.
戻る