cancel
Showing results for 
Search instead for 
Did you mean: 

Portfolio dependent process types in project scheduling in PPM

neelgholap1031
Discoverer
0 Kudos

Hello,

I need to display only portfolio dependent process types in table tree of created project. I tried to put logic at WDDOINIT method of webdynpro component DPR_TABLE, view : VI_TT_SCROLL. but it is not working with set_attribute_value_set. Please let me know if there is alternate way to resrtict values in drop down of table field . Please find attachment.

Accepted Solutions (0)

Answers (1)

Answers (1)

silvia_kreuzhuber
Active Participant
0 Kudos

Hi,

I could not find any BAdI that would fulfill your requirement. The possible values for field 'Process' are retrieved in class CL_DPR_CUST_DB, method GET_ALL_PROCESSES, which is called in method FILL_FIELD_BUFFER in COMPONENTCONTROLLER of WD component DPR_TABLE. Maybe you could modify the logic according to your needs.

Call stack:

3. class CL_DPR_CUST_DB, method GET_ALL_PROCESSES
2. WD comp. DPR_TABLE -> COMPONENTCONTROLLER ~ METHOD FILL_FIELD_BUFFER
1. WD comp. DPR_TABLE -> COMPONENTCONTROLLER ~ METHOD BUILD_TREE_CONTEXT


Regards,
Silvia