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

refrence fields

Former Member
0 Likes
508

hi friends,

could u plz tell which fields we need to take reference when appending structure to tables and if there are currency and quantity fields in that.

regards,

malleswari.

4 REPLIES 4
Read only

Former Member
0 Likes
479

HI,

For currency Its CUKY and for Quantity its UNIT

CURR - CUKY

QUAN - UNIT

Regs

Manas

Read only

Former Member
0 Likes
479

Whether it's appending structure or adding new fields to a Z table, the rule is same.

For quantitiy you have to refernce a field of type 'QUAN', generallly 'MEINS' and for currency u have to take reference field of type 'CUKY', generally 'MEINS".

Read only

Former Member
0 Likes
479

Hi

It is required to take reference fields for all the Currency/Quantity fields.

The reference fields for these are :

CURR (Currency Field) : > CUKY

QUAN (Quantity Field) 😆 UNIT.

Note :

Under the Quantity/Currency fields tab in the table/structure , u have to define a reference table and reference field for all the quantity/curremcy fields.

If the considered structure/table (to which u r appending) has CUKY /UNIT fields

, u can specify the same name under reference table or /else u have to mention another table and its CUKY/UNIT field as reference table and reference field under the Quantity/Currency fields tab of ur structure.

i hope it is of help to u

Regards

Pankaj

Read only

andreas_mann3
Active Contributor
0 Likes
479

hi,

examples:

1) bseg-wrbtr - ref: bkpf-waers

2) vbrp-FKIMG - ref: VBRP-VRKME

A.