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: 

link between AFRU and covp tables

Former Member
0 Kudos

Hi all,

I need to link both AFRU and COVP tables. But I m unable to find a common field.

I found Link for AFRU table with tables like COBK , COEP, COSS, COSP. kindly let me know if there is any way to link AFRU with COVP.

Thanks

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Look in COBK for records with field COBK-AWTYP = 'AFRU', then map COBK-REFBN to AFRU-RUECK, AWORG(8) to AFRU-RMZHL and read AFRU.

(To link FI/CO with other applications, main table is TTYP, look at this table and at a FM like AC_DOCUMENT_SENDER)

Also note that COVP is a join between COBK and COEP...

Regards,
Raymond