2021 Nov 04 3:45 PM
Hello
I want to combine the field MARA-MATNR and statement 'Q01_' in one field named AQ.
How to build this statement with CONCATENATE?
2021 Nov 05 6:07 AM
Hi a.shaaban,
check for the string function concat
https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abensql_string_func.htm
select concat( 'Q01_' , MARA-MATNR ) as AQ from tableRegards
Thorsten
Hi a.shaaban,
check for the string function concat
https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abensql_string_func.htm
select concat( 'Q01_' , MARA-MATNR ) as AQ from tableRegards
Thorsten
2021 Nov 04 4:48 PM
Which programming language is you question referring to?
2021 Nov 05 6:07 AM
Hi a.shaaban,
check for the string function concat
https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abensql_string_func.htm
select concat( 'Q01_' , MARA-MATNR ) as AQ from tableRegards
Thorsten
2021 Nov 05 8:23 AM
2021 Nov 05 8:40 AM
Thanks Sandra,
I have fixed it, concat instead of cancate.
Greetings
Thorsten
2021 Nov 05 2:04 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |