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

Electronic Bank Statement

Former Member
0 Likes
912

hi friends,

i want to retrive the data for Electronic Bank Statement

so i found the tables

header tabel------- febko

items table -


febep

management records---- febvw

i want to join these tables to retrive the data

how can i join these tables ?

and what is the relation among the tables?

thanks & regards

srinivas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
776

hi sri,

hope it helps.

these tables have fields in common.

in febrw: anwnd, absnd, azidt are primary key,

in febep : kukey and esnum are pkey,

in febko: anwnd, absnd, azidt,emky are pkey but it also has a field Kukey.......

so with these common fields between them you just join them with for all entries

reward if useful.

regards,

srishti

hi sri,

hope it helps.

these tables have fields in common.

in febrw: anwnd, absnd, azidt are primary key,

in febep : kukey and esnum are pkey,

in febko: anwnd, absnd, azidt,emky are pkey but it also has a field Kukey.......

so with these common fields between them you just join them with for all entries

reward if useful.

regards,

srishti

1 REPLY 1
Read only

Former Member
0 Likes
777

hi sri,

hope it helps.

these tables have fields in common.

in febrw: anwnd, absnd, azidt are primary key,

in febep : kukey and esnum are pkey,

in febko: anwnd, absnd, azidt,emky are pkey but it also has a field Kukey.......

so with these common fields between them you just join them with for all entries

reward if useful.

regards,

srishti