cancel
Showing results for 
Search instead for 
Did you mean: 

Method MODIFY_HEADER of class /PLMI/CL_ECR_BO is not updating the Engineering record header values.

0 Kudos

Hi Experts,

Requirement : Upload an excel sheet containing the header details of ER. The ER header needs to be updated with the excel values once the Report is executed.

I have used the methods of class /PLMI/CL_ECR_BO in the following order.

  • GET_INSTANCE
  • LOCK
  • MODIFY_HEADER
  • CHECK_BEFORE_SAVE
  • SAVE
  • CLEANUP
  • UNLOCK
  • COMMIT WORK AND WAIT

The ER is not getting updated with the values even after using these. In debug, I could see that all these methods are being executed without returning any error. In fact, the method SAVE is even returning Success message ( EV_SEVERITY = 'S' ).

Please help me to find out the problem here. I have even debugged the standard ER change and that didn't help much.

Thanks in advance 🙂

Accepted Solutions (0)

Answers (0)