2011 Nov 02 10:21 AM
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.
2011 Nov 02 10:46 AM
2013 Mar 15 3:26 PM
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!