Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Help with Custom Screen Error

Former Member
0 Likes
1,468

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!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
905

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

6 REPLIES 6
Read only

Former Member
0 Likes
905

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

Read only

Former Member
0 Likes
905

When you define fields for currency, you also have to specify the corresponding currency key field. Add another field for currency key.

Srinivas

Read only

Former Member
0 Likes
906

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

Read only

Former Member
0 Likes
905

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

Read only

Former Member
0 Likes
905

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

Read only

Former Member
0 Likes
905

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