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: 
Read only

Creating multiple devices using 'ISU_M_EQUI_INSERT'

Former Member
0 Kudos
356

Hi Experts,

I need to create the devices in SAP-system.

I will be getting the device information data in the form of internal tables and I was looping over that internal table and calling the FM ''ISU_M_EQUI_INSERT'' inside the loop.

i.e for every record in the loop the FM ''ISU_M_EQUI_INSERT'' will be called and device should be created.

But in the loop for the first record this FM ''ISU_M_EQUI_INSERT' is creating the devices succesfully ; however for the secord record when we call this FM ''ISU_M_EQUI_INSERT'' it is returning the error and is not creating the device.

Surprisingly if I process the loop again with the same data then it is creating the device for the 2nd record correctly for which it previously showed the error. Now it is not creating the device for the 3rd record.

Kindly anyone help me out on this.

Thanks in Advance.

2 REPLIES 2
Read only

Former Member
0 Kudos
201

The issue has been resolved.

Thankyou.

Read only

0 Kudos
201

Hi!

I'm facing this same issus. I know it has been a while back, but doo you remember how you solved this?

Thx in advance.

Monique

Addition: Nevermind... I solved it too. Clearing was the problem.... or actually not clearing!