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

logical database sdf in custom program not triggering selection screen?

Former Member
0 Likes
1,343

I added logical Database SDF (screen 905) to a custom program - but the selection screen is not getting triggered.

Do I have to associate these somewhere?

Thanks,

Ven

6 REPLIES 6
Read only

amit_khare
Active Contributor
0 Likes
926

In attributes just assign logical database and select the screen number there only.

Read only

0 Likes
926

Done so - but no use...

I tried a custom LDB with a custom program - it also does not trigger the selection screen from LDB..

Any thoughts...

Read only

0 Likes
926

Got it - you need to reference the tables being used in the LDB here in the custom program also under TABLES statement.

It works now...

Read only

Former Member
0 Likes
926

Solved on my own

Read only

Former Member
0 Likes
926

HI,

Declare this statement after the Report Statement in the program.

TABLES : SKA1, SKB1.

You will get the selection screen now.

Read only

Former Member
0 Likes
926

Hi,



tables : ska1.  *<<< Add Tables option and declare at begining o the program

Regards

Krishna