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

TO HAVE USER DEFINED SELECTION SCREEN USING LOGICAL DATABASE AFI

Former Member
0 Likes
535

AFI is the logical database i need to use, but if i include the AFI is the program attributes, i get the selection screen which is already there for AFI, but i need to get the selection screen, that i have defined

4 REPLIES 4
Read only

Former Member
0 Likes
508

Hi There is an option to include your own screen in attribute screen .

look at that...

regards

vijay

Read only

0 Likes
508

Hi ,

you can exclude sel. from ldb with

loop at screen - statement

and you can include your own sel-option and parameters

regards Andreas

Read only

0 Likes
508

There are 2 options in my opinion:

- adjust the selectionscreen of the LDB (perhaps with an IF statement to display an alternative screen for your program)

- Loop at screen and remove all the standard selection-options and replace them with your own

Read only

Former Member
0 Likes
508

Check Slection-screen option.

regards

vijay