Application Development 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: 

Extend dynamic selection for a field added on PRPS table

Former Member
0 Kudos

Hi Gurus,

I want to see the field that I've added in PRPS table as part of dynamic selection on the reports like S_ALR_87013542/ S_ALR_87013532. The LDB for project systems is PSJ. How do I make it appear as a dynamic selection on the selection-screen criteria for these reports?

Thanks...

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

We have done this a lot on my project. Follow these steps:

(1) Transaction SE36 for logical database PSJ

(2) Choose menu path Extras -> Selection views (Ctrl+F7)

(3) Change the "Origin of view" to SAP

(4) Find the PRPS_R node in the top, right "Tables/nodes" view.

(5) Double-click PRPS_R.

(6) Find your custom field that you added in PRPS (in the bottom "Table fields/node fields" view.

(7) Choose and enter a 2-character Function Group ID (see the top, left view) next to the new field.

(8) Save and transport...

Best Regards,

James Gaddis

2 REPLIES 2

Former Member
0 Kudos

Hi,

We have done this a lot on my project. Follow these steps:

(1) Transaction SE36 for logical database PSJ

(2) Choose menu path Extras -> Selection views (Ctrl+F7)

(3) Change the "Origin of view" to SAP

(4) Find the PRPS_R node in the top, right "Tables/nodes" view.

(5) Double-click PRPS_R.

(6) Find your custom field that you added in PRPS (in the bottom "Table fields/node fields" view.

(7) Choose and enter a 2-character Function Group ID (see the top, left view) next to the new field.

(8) Save and transport...

Best Regards,

James Gaddis

0 Kudos

Awesome James, You're the man...It did solve my problem