SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EMIGALL DEVICEMOD Object

daniel_mccollum
Active Contributor
0 Likes
752

Using EMIGALL to do a mass data update in IS-U in order to apply a register group historically.

the error message received is 'Device XYZ123: MR documents exist after activity date. Activity denied'

While I understand this is a correct error for a dialog Device modification via EG42 for instance, it is prefered in our migration to apply the updates within the existing data for dates where Meter Readings & Bills already exist.

When reviewing 'IS-U Migration > Settings > Customising settings' & adding Control Parameters for

READ_BILLPER_OFF

READ_BILL_OFF

They appear non functional.

1 ACCEPTED SOLUTION
Read only

sitakant_tripathy2
Active Participant
0 Likes
579

Hi Daniel,

The parameters READ_BILLPER_OFF and READ_BILL_OFF are supposed to by pass al the billing relevant checks during the Device Modiication called from the Migration Object.

Could you please tick them on and the place a break point on the Line number 17 of the FM ISU_INST_STRUC_CHNG_BILL_CHECK to see how the system is behaving...This function module should be called when the generated report is executed from the Migration WB...

Hope this helps..

Regards,

Sitakant.

View solution in original post

3 REPLIES 3
Read only

sitakant_tripathy2
Active Participant
0 Likes
580

Hi Daniel,

The parameters READ_BILLPER_OFF and READ_BILL_OFF are supposed to by pass al the billing relevant checks during the Device Modiication called from the Migration Object.

Could you please tick them on and the place a break point on the Line number 17 of the FM ISU_INST_STRUC_CHNG_BILL_CHECK to see how the system is behaving...This function module should be called when the generated report is executed from the Migration WB...

Hope this helps..

Regards,

Sitakant.

Read only

0 Likes
579

Thanks for the feedback Sitakant,

detailed testing so far has not shown the FM you mentioned being passed any reference of the parameters I had set. But has provided a useful avenue of investigation.

regards

Daniel

Read only

0 Likes
579

Using DEVICEMOD for an existing IS-U installed device, with meter reading history in place is not possible for any dates within a meter reading period.

The Control Parameters noted are not related to the meter reading documents & therefore have no effect on the process I was attempting.