2017 Apr 25 3:40 PM
In CDS view, I have to pass prps.psphi in the output appending 0s to it and have to make it upto 24 char and then I need to concatenate the value with EBELN. I am facing two problems regarding this.
1. Appeding 0 to the variable of shorter length.
2. While concatenating its taking the internal numeric number with it. means -
I have written - "concat( prps.psphi , ekkn.ebeln ) end as uniquekey,"
I am getting data like - "000045664000000001"
(Where - prps.psphi = 00004566 & ekkn.ebeln = 4000000001 )
but I want - "0000000000000ABCDE.LOO184000000001"
(Where - external value of PRPS.PSPHI - ABCDE.LOO18 & ekkn.ebeln = 4000000001 )
2017 Apr 25 4:06 PM
Use the CAST operator to cast the intermediate types to something that fits your purpose. Think about using LPAD and other functions.
Use the CAST operator to cast the intermediate types to something that fits your purpose. Think about using LPAD and other functions.
2017 Apr 25 4:06 PM
Use the CAST operator to cast the intermediate types to something that fits your purpose. Think about using LPAD and other functions.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |