2016 Jul 18 11:03 PM
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.
2016 Jul 20 2:02 AM
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
2016 Jul 20 7:02 AM
Hi David,
Can you check the BAPI_ISUPROFILE_GET_POD to see if it meet your requirements.
Thanks,
Amlan
2016 Jul 20 9:19 PM
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