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

Currency field Problem in Module Pool

abhishek_katti
Explorer
0 Likes
2,428

Hi Experts,

I'm using KBETR field in my module pool program in Table control, but I'm unable to enter any value in certain field,

it gives me error as below

Invalid field format (screen error)

Message no. 00084

Pleae help.

Regards,

Abhishek

Hi Experts,

I'm using KBETR field in my module pool program in Table control, but I'm unable to enter any value in certain field,

it gives me error as below

Invalid field format (screen error)

Message no. 00084

Pleae help.

Regards,

Abhishek

3 REPLIES 3
Read only

Former Member
0 Likes
1,192

check the data type of KBETR field and also check which value you r passing to this field.

Read only

Former Member
0 Likes
1,192

Hi Abhishek,

Check your field definition in layout whether the field format is Currency and also reference field is mentioned for the same as CUKY or mention it as RV61A-KOEI1

Regards

Shiva

Read only

Former Member
0 Likes
1,192

Hi Abhishek,

In the same internal table as KBETR (an amoutn field) do you have a column holding the currency for this amount field? If yes, then go to the attributes or the KBETR field in the module pool table control and in the Reference Field enter the currency field name.

E.g. if the amount field is wa-kbetr and currency field is wa-waers, then put wa-waers in the Ref. Field. field in attributes.

The currency helps the system decide what is the decimal and thousand separator format.

If this is already done, then while entering data, try to exchange what you are using for thousand separator and decimal separator.

E.g. if you are entering amount as 1,000.25 then enter 1.000,25 and try again OR vice versa.

Cheers.

Edited by: Aditya Laud on Feb 26, 2008 2:34 AM