sir,
Since i am not aware of how to convert num-char. kindly,send me details.
Request clarification before answering.
Since your target is a character field, I assume a field with characters, like DATA: LV_STR(30) type C.
If this is the case, you can use write statement:
WRITE LV_NUM to LV_STR.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
pass the numeric field to Character field
Rajiv
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.