cancel
Showing results for 
Search instead for 
Did you mean: 

PPM, cProjects, Phase, changing values at runtime on Custom Tab

Former Member
0 Kudos

Good day!

I'm unable to make any changes in the Phase interface at Custom Fields tab.

I'm trying to do it via DPR_DET_DATA_PHASE_O component or via DPR_TABLE_EXT component - after changing values WD_COMP_CONTROLLERMS_BAS (or MS_VIEWDATA) at DPR_DET_DATA_PHASE_O or VI_MAINMR_ORIG_DATA at DPR_TABLE_EXT the values at screen stay unchanged.

Where am I mistaken?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I applied the following code to set attribute value in method WDDOMODIFYVIEW (code is off my sight, so that sample could be a little inaccurate):

DATA lref TYPE REF TO if_wd_uielement.
lref = wd_this->DYNAMICDATA->get_element( ).
CALL METHOD lref->set_attribute
  EXPORTING
    name = 'ZCUSTOM_FIELD_1'
    value = 'test'.

Former Member
0 Kudos

I am not sure if you have posted it in a right forum. Considering your problem description , i would advice you to use the debugger and see the flow.