2011 Jan 04 6:54 AM
Hi Experts,
I am trying to use the DEVICEMOD object to change register level information of an installed device. I want to set some of the registers as "Not relevant for billing" and vice versa. I can see that there is a field ZWNABR in the structure REG for this, but when I try to migrate data I keep getting the error "Enter a Device. You have specified device category EC and division 01. Enter device category EC and division 01 in addition to a device."
Currently, I'm migrating information in structures INT, DEV, DEV_FLAG, REG and REG_FLAG, though I am only modifying data at certain registers. I am not sure of what information I should be passing in the DEV structure, I am currently only passing the Equipment number, device category and from and to dates(according to the register validity). I am wondering if this is the cause of the error, is there more information I should be passing or should I not be passing this structure at all? Can someone please help me with this object?
Thanks
Rushi
2011 Jan 05 4:47 PM
> I want to set some of the registers as "Not relevant for billing" and vice versa...
For some registers of some devices or for register of whole register group?
2011 Jan 06 3:41 AM
Hi prospector,
I want to modify that flag for some registers of certain installed devices. I am able to do this through EG42 - Change Rate data.
Regards
Rushi
2011 Jan 06 7:56 AM
I think what for change value for field ZWNABR ("Not relevant for billing") you must use
DEVICERATE object (ZWNABR field in REG structure).
2011 Jan 06 7:58 AM
While I wrote my message, you already have found the correct solution )))
2011 Jan 06 7:27 AM
I found out that I have been barking up the wrong migration object all along. DEVICERATE lets us change this flag (and other rate related data) very easily. Closing this thread.