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/Quantity reference field and table

Former Member
0 Likes
9,687

Hi,

I have a structure with a component named "RFWRT'. This component has data type 'CURR', so it needs a currency reference field and table. The problem is that I can't find any table types with 'where used'.

How can I solve this problem?

Thanks,

RW

1 ACCEPTED SOLUTION
Read only

venkat_aileni
Contributor
0 Likes
5,323

Please use these values:

Reference Table: /IRM/GCRREF

Ref.field: WAERK

Hope this helps!

-Venkat

8 REPLIES 8
Read only

venkat_aileni
Contributor
0 Likes
5,324

Please use these values:

Reference Table: /IRM/GCRREF

Ref.field: WAERK

Hope this helps!

-Venkat

Read only

0 Likes
5,323

Hey Venkat,

Reference Table /IRM/GCRREF does not exist in my system.

Thanks anyways,

RW

Read only

0 Likes
5,323

Check this:

VBFA and Ref.field as WAERS

Thanks,

Venkat

Read only

venkateswaran_k
Active Contributor
5,323

use Reference table as T001

use Reference field as  WAERS

Regards,

Venkat

Read only

former_member201275
Active Contributor
0 Likes
5,323

.... or... TCURC WAERS?

Read only

egenoves
Participant
0 Likes
5,323

Hi,

If your structure is a z-structure, you should be able to add another field of type 'CUKY', and reference the field RFWRT to this field..

You could see an example in table VBFA, where this field exists and it's referencend to field WAERS.

Regards

Read only

Former Member
0 Likes
5,323

Hi Robbe,

I'd answer your question with a question.

If the value in field RFWRT only has meaning when described by a currency code, where is that currency code held?  In what field?  That is the field you should assign as the reference.

The random selection of tables offered so far may be techinically permitted, but the requirement to refer to a currency code from a currency value is designed to give the data contained in it meaning.

Regards,

Nick

Read only

Former Member
0 Likes
5,323

Ok thanks, I used  reference field and table from another currency component and it worked. Thanks for all the replies!

RW