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: 

EG42 " changing Do Not Read Register" and "not relevant to billing" fields same time

0 Kudos

Hi everybody,

I want to change "Do Not Read Register" and "not relevant to billing" fields same time with functions. Are there any fuction to change that fields same time?

I dont change rate data ISU_S_DEVICEMOD_CHANGE function. When I use ISU_S_DEVICERATE_CHANGE function, it wants to register number 17. But When I use ISU_S_DEVICEMOD_CHANGE function for "not relevant to billing" fields, it wants to resigter number 16 and 11. However when I use this two funtions, I can get error like " you cannot make an entry in field No MR" or "register not relevant to meter reading cannot be relevant to billing"

Can I use ISU_O_DEVICEMOD_ACTION function for two field changing same time? or Have you any idea for this case?

Thank you.

4 REPLIES 4

0 Kudos

Hello Uygulama,

You are correct. You can use FM ISU_O_DEVICEMOD_ACTION to change registers and rate types at the same time.

Bellow you'll find the tables for each object.

Rates: obj-integration-new_data-ieasts

Registers: obj-integration-new_data-ietdz

Meter Readings: obj-integration-meter_doc

I hope this helps.

0 Kudos

Hi Jose,

Thank you for your respond. I try ISU_O_DEVICEMOD_ACTION function but i have problem about filling obj-integration-meter_doc. I cant fill ablbelnr field in this struct. How can i fill obj-integration-meter_doc struct.?

Thanks.

0 Kudos

Hi Uygulama,

You may call FM ISU_O_METERREAD_ACTION with ok_code = AUTO and having your meter reading results on the input parameter x_auto-meterdoc-ieablu. Afterwards call FM ISU_O_METERREAD_INPUT_GENERAL.

Thanks.

0 Kudos

Thank you Jose i will try it.