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

Mass creation of disconnection orders

Former Member
1,484

Dear Experts

I am looking for a way of creating disconnection orders in mass since creating individual disconnection orders from EC85 for more than 100 customers a day is very inconvenient.

Looking forward for your help.

Thanks in advance

11 REPLIES 11
Read only

TammyPowlas
SAP Mentor
SAP Mentor
0 Likes
1,206

We have used an LSMW for this

Read only

0 Likes
1,206

Thank you for the reply

Since I am new to LSMW, it would be very helpful if you could elaborate me.

thanks in advance

Read only

0 Likes
1,206

Hi Mohammed,

Can you check FM,ISU_M_DISCON_ORDER_CREATE for creating the disconnection order through a custom program..

Thanks,

Amlan

Read only

ivor_martin
Active Contributor
0 Likes
1,206

Hi,

you could have an ABAP programmer create a batch program that triggers the standard BAPI function module :      BAPI_SMORDER_CREATEMULTIPLE.

Of course you would have to supply the appropriate parameters.

I hope this helps.

Regards,

Ivor

Read only

rahul_paldiwal2
Product and Topic Expert
Product and Topic Expert
0 Likes
1,206

Hi Mohammed,

I assume you want to create mass discon orders as part of dunning process ?

If yes try looking at FM ISU_DISCDOC_CREATE_DUNNING. You will need to assign the FM to the dunning activity and assign the dunning activity to the automated disconnection step.


Regards,
Rahul

Read only

daniel_mccollum
Active Contributor
0 Likes
1,206

EMIGALL with migration object DISC_DOC should support your requirement with no development.

The DISC_DOC documentation is very good in system, I suggest reviewing that rather than copy 'n' pasting here.

Read only

william_eastman
Product and Topic Expert
Product and Topic Expert
0 Likes
1,206

Why do you want to do this?  What is your use case?

Read only

0 Likes
1,206

Thanks for your reply

In our case we have thousands of overdue customers who are qualified for default disconnection.

So based on this and staff capability we need to create about 200 disconnection orders per day and creating them individual is not an easy job. Therefore we need a process whereby we can create these orders in mass.

regards

Read only

0 Likes
1,206

And so why would you not use dunning for this?  It is designed for this purpose.

Read only

0 Likes
1,206

Just adding to Bill's reply, there is a standard FM,ISU_DUNNING_BLOCK_DEVICE_0350, which you can use for the purpose through dunning by plugging it in the Dunning activity assigned to the disconnection dunning level.

Hope it helps..

Thanks

Amlan

Read only

rahul_paldiwal2
Product and Topic Expert
Product and Topic Expert
0 Likes
1,206

Hello Mohammed,

You should use dunning to achieve the end result. Just be careful with automatic disconnections though for Life Support, Dispute customers.


Regards,
Rahul