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: 

Status of Disconnection Document -EC86

Former Member
0 Kudos

Hi

I want to know if there is any FM/BAPI to change the status of a disconnection document.
I have go through earlier posts but I didn't find the answer I was looking for.


After a certain action in a Z program I need to change the status of disconnection document from 21 to 23

As per other posts which I have read it says SAP doesn't allow direct change to statuses.

Can you please provide your inputs?

3 REPLIES 3

monis_shakeel
Active Participant
0 Kudos

Hi Karthik,

You may use the following FM's.

ISU_S_DISCDOC_CHANGE

ISU_DISCDOC_ACTION_SAVE

ISU_DISCDOC_OBJECT_GET

The parameters will be as follow

x_discno = disconnection document number (DISCNO)

x_upd_online = 'X'

  x_no_dialog = 'X' (for background processing)

Regards,

Monis Shakeel

0 Kudos

FM ISU_S_DISCDOC_CHANGE doesn't have the option disconnection document status in its parameters.

Former Member
0 Kudos

Use method DarkCreateOfDisconnection of BOR Disconnect.