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

Reference table / reference field for currency/quantity field in tables.

Former Member
0 Likes
2,593

Hello Sap Experts ,

Am a newbie and not able to make head or tail of what reference table and reference fields are when related to currency / quantity fields.Someone if could explain to me with a small example it would be great.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,112

Hi,

The currency and quantity field always require a reference table and field so that they can be entered in correct format.

Whenever you use currency and quantity field while creating the table you need to provide their respective reference field and table.

whenever you use currency and quantity in scripts or smart forms you again have to receive their value using variables referring to their reference table and reference field.

hope it must have cleared some of your doubts.

Thanks,

Abhi

5 REPLIES 5
Read only

Former Member
0 Likes
1,111

Hi,

Welcome to SDN. Ther is lot of info regarding the in SDN. Please search before you post any thread,

Regards,

Aditya

Read only

0 Likes
1,111

Thanks for the quick response.I did search and googled it.Am still not clear.Like in the example i saw they use the same table name for the reference table and CURRENCY for the reference field (The table field is currency type) .Am really confused.

Read only

0 Likes
1,111

The reference field is used for the output, the output/input format of a currency field & Quantity field depends on the value of its reference field

check these threads..

Read only

Former Member
0 Likes
1,113

Hi,

The currency and quantity field always require a reference table and field so that they can be entered in correct format.

Whenever you use currency and quantity field while creating the table you need to provide their respective reference field and table.

whenever you use currency and quantity in scripts or smart forms you again have to receive their value using variables referring to their reference table and reference field.

hope it must have cleared some of your doubts.

Thanks,

Abhi

Read only

Former Member
0 Likes
1,111

ty all very helpful answers