‎2005 Dec 01 4:52 PM
Hello,
I'm creating a custom screen with Table Control. Within this table control, I've a column (output field) for $$ amount and thus I changed the Format of the column to CURR (currency). However, when I check for any syntax error, the following error message appears:
<b>"In field IT_ESCHEAT-RWBTR, the currency field is not specified."</b>
Can anyone tell me what it means?
Thanks so much!
‎2005 Dec 01 5:03 PM
In the screen attributes for the currency field, you have to specify, on the references tab, a reference field. You can use BKPF-WAERS.
Rob
‎2005 Dec 01 4:55 PM
i think you should give only character field,
Currency fields i also got the same prob once...
try to change it to char, when you updating convert to currency..
regards
vijay
‎2005 Dec 01 5:00 PM
When you define fields for currency, you also have to specify the corresponding currency key field. Add another field for currency key.
Srinivas
‎2005 Dec 01 5:03 PM
In the screen attributes for the currency field, you have to specify, on the references tab, a reference field. You can use BKPF-WAERS.
Rob
‎2005 Dec 01 5:05 PM
Try to Check in the table control By clicking on RWBTR field and change the format attribute to Currency default it will be char,
regards
vijay
‎2005 Dec 01 5:46 PM
Hi
In case of a currency/quantity field alongwith currency key field , you need to provide a format in field attribute, something like this ___.___.___.___,___V .
Regards
Kalpana
Message was edited by: Kalpana Tyagi
‎2005 Dec 01 5:51 PM
Then Better Switch to Char in screen , in Itab also.
and while updating DB you convert to currency..
hope this will not give you any trouble...
regards
vijay