2008 Oct 16 12:00 PM
Hi
When i execute my report am getting the error message as
""gw_data-NAFAP" must be a character-type data object (data type C, N,D, T or STRING). field string)."
What is the reason for it and how to correct it.
I have declared in the internal table the value of nafap.
2008 Oct 16 12:02 PM
NAFAP - is type currency change the reference to type C of length 16
Hi
When i execute my report am getting the error message as
""gw_data-NAFAP" must be a character-type data object (data type C, N,D, T or STRING). field string)."
What is the reason for it and how to correct it.
I have declared in the internal table the value of nafap.
2008 Oct 16 12:02 PM
NAFAP - is type currency change the reference to type C of length 16
2008 Oct 16 12:07 PM
Cant i declare the value in the internal table as
nafap type anlc-nafap,
2008 Oct 16 12:18 PM
Yes u can but u cann't do some operations on it saySTRING.
Rhea.
2008 Oct 16 12:03 PM
2008 Oct 16 12:03 PM
Hi ,
Declare the field with length and type ...
Ex.field(12) type c.
Regards,
Bharani
2008 Oct 16 12:04 PM
Hi,
Are you performing any string operation on "gw_data-NAFAP" , if yes the convert the field to character type (C,N,D,T) since in Unicode version string operations can be performed only on character data types.
Thanks & Regards,
Navneeth K.
2008 Oct 16 12:04 PM
Check this declaration of ur itab(NAFAP)
or paste declaration code here so that we can help u.
Rhea.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |