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

Problem with Logical DB

Former Member
0 Likes
402

Hi all,

I am adding the logical DB PSJ in a custom report and want to have the fields of Project Definition(CN_PROJN) and WBS(CN_PSPNR) added as additional components in the existing reoprt.

i have added the logical DB in the attributes of the report and have also set the profile for the report by updating the structure TCNDB.

but the required fields doesnt appear in the screen.

what am i missing? pls suggest.

Thanks & Regards,

stock

2 REPLIES 2
Read only

Former Member
0 Likes
367

hi guys,

any ideas,

need urgently!!

Thanks,

Stock

Read only

Former Member
0 Likes
367

Hi Stock,

Declare the following:

TABLES: PROJ, PRPS_R.

START-OF-SELECTION.

GET PROJ.

...or

GET PRPS_R.

You should be able to see the selection screen when u place a get event involving

Proj or WBS element.

Best Regards,

Noman