‎2009 Apr 15 2:53 PM
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
‎2009 Apr 15 2:58 PM
In attributes just assign logical database and select the screen number there only.
‎2009 Apr 15 3:01 PM
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...
‎2009 Apr 15 3:05 PM
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...
‎2009 Apr 15 3:05 PM
‎2009 Apr 15 3:06 PM
HI,
Declare this statement after the Report Statement in the program.
TABLES : SKA1, SKB1.You will get the selection screen now.
‎2009 Apr 15 3:07 PM
Hi,
tables : ska1. *<<< Add Tables option and declare at begining o the program
Regards
Krishna