2008 Jun 02 7:57 AM
Hello.
How can I use a char greater than 132 digits within an abap program ?
Even when I define a field with size 300 or type of domain with char 1000 size it gets only and exactly 132 digits when I'm concatenating few fields into it.
Thanks in advance,
Rebeka
2008 Jun 02 8:02 AM
Hi rebeka!
Try using string instead of char.
rewrd if helpful.
2008 Jun 02 8:01 AM
it gets only and exactly 132 digits when I'm concatenating few fields into it.
how did you find this out? during debugging, if yes, in debuggin mode you wont be able to see the full value.
try this in debuggin to see specific areas
varaibleofsize300+132(100)
2008 Jun 02 8:02 AM
2008 Jun 02 8:04 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |