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: 

Find profiles from POD or Installation

LeeFung
Participant
0 Kudos

          I am trying to find a standard BAPI or FM taking a POD ID or Installation ID as input, and then output all the Load Profile numbers.    Is there such a standard functionality? Or how do I go from table to table to nail this down... I asked a few days ago, but I guess my wording was not correct... thanks gurus.

3 REPLIES 3

Former Member
0 Kudos

Hi David,

it has been a while since I last worked with ISU, but I once had a similar request and we had to go from table to table as you mentioned. Unless SAP has come up with a FM in the meantime I think you will have to the same.

Cheers, Rick

AmlanBanerjee
Active Contributor
0 Kudos

Hi David,

Can you check the BAPI_ISUPROFILE_GET_POD to see if it meet your requirements.

Thanks,

Amlan

Former Member
0 Kudos

I'd go for tables as well, although you might be able to find some useful function modules.

For interval measured (profiles allocated to register of a device):

EASTS (installation to registers) -> ETDZ (registers) -> EPROFASS (profiles allocated to register)

For non-interval measured (synthetic profile allocated to installation):

ELPASS

And EUIINSTLN to get from PoD to installation...

Cheers,

Erik