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: 

De-allocating EDM Profile of an Interval Meter attached to an installation

Former Member
0 Kudos

My dear friends, I need sincere help from you .

This is an ISU requirement on which ABAP/functional suggestions are required.

I have an installation with an interval device installed to it.

We need to do full removal of this installed device by eg32.

The interval meter is having EDM Profile attached to it. Before doing full removal of the device from the installation using EG32,

we need to de-allocate the EDM Profile attached to this interval meter. Manually this is done by using transaction code - EEDM04

but we need to do deallocation of profile using ABAP code.

We need your help in this regard. Could you suggest ISU function modules that could be used to do the deallocation of the EDM profile from the interval Device/Meter.

Your help is really needed and appreciated!

Thanks,

Rohit

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I think function module ISU_S_PROFASS_CHANGE might be useful.

Isnt't it an option to prorate the profile allocation on device removal?

You can set system parameter PRORATEPRO for this in customizing of device management:

PRORATEPRO (Limit Prof. Alloc. for Rem./Repl./Mod./Chnge to Logical

Reg.)

During device installation/replacement/removal or when changing the

logical register number, you can use this parameter to control

whether the allocations of the profile to the register are limited.

Edited by: evolderen on Apr 15, 2010 8:23 AM

View solution in original post

2 REPLIES 2

Former Member
0 Kudos

I think function module ISU_S_PROFASS_CHANGE might be useful.

Isnt't it an option to prorate the profile allocation on device removal?

You can set system parameter PRORATEPRO for this in customizing of device management:

PRORATEPRO (Limit Prof. Alloc. for Rem./Repl./Mod./Chnge to Logical

Reg.)

During device installation/replacement/removal or when changing the

logical register number, you can use this parameter to control

whether the allocations of the profile to the register are limited.

Edited by: evolderen on Apr 15, 2010 8:23 AM

0 Kudos

Thanks.We need help from you brillinat guys in future also.