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

add selection screen

Former Member
0 Likes
502

Hello,

I want to add selection screen before standard sel screen of Logical DB screen.

I need 1 seperate selc screen for 1st. then it should open new window with standard select screen.

how to code this?

Thanks.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
483

If you are declaring LDB in the attributes, I dont think you can call any screen before the LDB screen.

even on doing additional selection criterias they will appear after standard screen componenets.

the only way I can think right now is to create a report with your selection screen and then call the other report with LDB from your report...you have to try.

4 REPLIES 4
Read only

former_member156446
Active Contributor
0 Likes
483

Hi there

search in forum for call screen <screen no> in the forum you will find the necessary info.

Read only

amit_khare
Active Contributor
0 Likes
484

If you are declaring LDB in the attributes, I dont think you can call any screen before the LDB screen.

even on doing additional selection criterias they will appear after standard screen componenets.

the only way I can think right now is to create a report with your selection screen and then call the other report with LDB from your report...you have to try.

Read only

0 Likes
483

Thanks Amit. I was thinking same that I can not add any line before LDB's standard selection screen.

Can u plz tell sample coding what u havesuggessed?

Thanks

Read only

0 Likes
483

Try to search the forum. Use ALL options in forum list you will get sample code.