cancel
Showing results for 
Search instead for 
Did you mean: 

/RPM/ITEM_MODIFY not updating dates

Former Member
0 Kudos

Hi all,

I am creating an item programetically by calling FM /RPM/ITEM_MODIFY.

I am passing dates PLAN_START, PLAN_FINISH, FORECAST_START AND FORECAST_FINISH.

The problem is that Item gets created successfully but these dates remain blank /RPM/ITEM_D table.

Thanks in advance for the answer.

Feroz

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Are you using /RPM/SAVE_CHANGES after calling /RPM/ITEM_MODIFY.

Let me know if issue is resolved.

Former Member
0 Kudos

Hi,

Can you check whether you have maintained any DFM synchronization for these fields.. Ideally it should accept planned dates and overwrite forecast dates if you passing input by calling FM.

Pramod