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: 

logical database PSJ: How to access and link tables inside that???

Former Member
0 Kudos

Hi,

I have a requirement like :

I have to write one report which will display project statuses (PSmodule) using the LDB PSJ.. I am using LDB because I neeed dynamic selection screen.

I need to acees the data from table like 1. PROJ, prps_r and JCDS under the LDB PSJ.. but when I found the hirarchy of these table in the LDB , then all 3 tables are at same level.

then How to access and link data from theses 3 tables using GET and LATE command.

I did like below, but wrong number of records are coming

START-OF-SELECTION.

GET proj.

GET prps_r.

GET elm_ps .

GET jcds.

can anyone tell me, what 's wrong here.

points will be rewarded

for proper answer.

Regards,

Mrunal

1 REPLY 1

Former Member
0 Kudos

hi ...get is like a loop in ldb. then if you use the 3 get statements then it will loop with in a loop with different data..