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 Fields and Tables

Former Member
0 Likes
568

Hi there

I'm not getting Reference Fields and Tables, If I create a table with QUAN as a data type, how do I know which Reference Field and Table I should use?

Thanks,

Jan

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
540

Look at this link:

[Reference Fields and Reference Tables |http://help.sap.com/saphelp_nw70/helpdata/EN/cf/21ea5d446011d189700000e8322d00/frameset.htm]

Actually, ' it does not matter' which table you choose. The easiest way would be to create both the quantity field and the Unit of Measure in the same table.

The thing is, the field quantity has to know to which it should reference to determine the actual quantity which can be almost 'anything'.

Edited by: Micky Oestreich on Mar 12, 2009 6:31 PM

4 REPLIES 4
Read only

former_member194669
Active Contributor
0 Likes
540

For example you are creating a table YTAB with

YQTY

YUOM

In the YQTY field reference table you can give as YTAB and reference field as YUOM

a®

Read only

former_member156446
Active Contributor
0 Likes
540

Hi there is not need that you always need to have a reference field and reference table... you can even create elements with PREDEFINED TYPES

data validations... check on if value exits etc... need to be done explicitely

Read only

Sm1tje
Active Contributor
0 Likes
541

Look at this link:

[Reference Fields and Reference Tables |http://help.sap.com/saphelp_nw70/helpdata/EN/cf/21ea5d446011d189700000e8322d00/frameset.htm]

Actually, ' it does not matter' which table you choose. The easiest way would be to create both the quantity field and the Unit of Measure in the same table.

The thing is, the field quantity has to know to which it should reference to determine the actual quantity which can be almost 'anything'.

Edited by: Micky Oestreich on Mar 12, 2009 6:31 PM

Read only

Former Member
0 Likes
540

Awesome, thanks I got it. I just needed to see the relationship between QTY and UOM.