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

How to retrieve values from Dynamic Selection screen while using LDB - PSJ

Former Member
0 Likes
573

I am having problem in PSJ Logical database. In a custom report which is using PSJ LDB, we are using PROJ and PRPS_R tables.

When I run program it displays one dynamic selection screen, there we are giving selection criteria for PRPS (Master data WBS element) - Created on (giving some range like 2011/01/01 to 2011/01/31).

So I want to display all WBS element which are created during the period (2011/01/01 - 2011/01/31).

How do I retrieve the select-option low and high value of the field Created on Of WBS element if we Select data from any table based on this condition.

Please help me.

Thanks.

2 REPLIES 2
Read only

franois_henrotte
Active Contributor
0 Likes
416

in fact you don't have to get the values, you only need to tell to the program to take them into account :

GET PRPS.
  CHECK SELECT-OPTIONS.

Read only

0 Likes
416

Basically Dynamic selection is not working while using Logical database PSJ in my custom report in Production system.

Is there any configuration to activate the dynamic selection.