In this post, you will learn about below ABAP statements. ALPHA Concatenation LINE_EXISTS LINES ALPHA ALPHA 向数字字符串添加前导零或删除它们。这仅适用于字符串、c或 n 数据类型。通常,SAP 为许多字段(如客户编号、订单编号、发票编号)存储带有前导零的数据,但在输出屏幕上打印数据时,前导零会被删除。
SAP Managed Tags: ABAP Development Hi all.. I tried using a new string ,string3(200) and concatenated with the strings. Concatenate string1 string4(200) string2 into string3. But in the output it is not adding the spaces. In fact it just ignores string4. What can be the reason.....