2019 Mar 11 5:56 AM
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.
2019 Mar 11 10:09 AM
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.
2019 Mar 11 10:31 AM
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.
2019 Mar 11 3:07 PM
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.
2019 Sep 17 7:30 AM