Application Development 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: 

How to edit a table field of which refrence table isn't the same table?

Former Member
0 Kudos
109

I want to edit a field 'balance' of type 'curr' using format "write balance to ... currency ...". But the reference table is table "kblpw" (Document item amounts in different currencies). Furthermore, there's no data in table "kblpw". How can I get the reference field of type 'cuky'?

Please refer to attaching file "curr.PNG".

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos
80

What is the name of this table/structure, I only found reference of KBLPW-WAERS in KBLPW itself and its include, if it is a database table did you check the foreign key relation to KBLPW which is not empty in my systems, if it is a structure did you perform some where-used search to find how it is filled ?

Regards,

Raymond

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos
81

What is the name of this table/structure, I only found reference of KBLPW-WAERS in KBLPW itself and its include, if it is a database table did you check the foreign key relation to KBLPW which is not empty in my systems, if it is a structure did you perform some where-used search to find how it is filled ?

Regards,

Raymond

0 Kudos
80

The table is an add-on table for our project.

0 Kudos
80

Check with the creator of the table, to get a correct currency code, giving an arbitrary table-field reference is not correct if the table record is not linked to a record of the reference table.

Regards,

Raymond