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: 

SAP ISU Device Management - How do I Propose dynamic registers based on external systems

former_member400352
Discoverer
0 Kudos
446

Hi SAP Device Management Experts,

Need your help and direction.....

I have below requirement:

Our Meter Asset Management (MAM) has the registers info for the all devices...

So, during the Device modification (EG42) or Device replacement (EG30) transactions, we want to change the proposed registers dynamically instead of the configured register Group.

I could not find any user exit or badi to implement...

please suggest any solution to achieve this requirement....

thanks in advance

3 REPLIES 3

ricky_shaw
Contributor
0 Kudos
269

Hi,

Depending on your device category the register group is updated.

In your code that updates the same, you can mention the specific register group/register .

daniel_mccollum
Active Contributor
269

Dynamically derive the register group you need, then pick that. You cant get away from having the register group already existing as masterdata. You will need to pre-create the combinatorics & use the expected one.

former_member400352
Discoverer
0 Kudos
269

Thank you Ricky and Daniel.

Hi Daniel,

can you please elaborate more on the solution...

thank you