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: 

Call Method

Former Member
0 Kudos

Hi gurus,

i dont have idea on oops, plea let me know,

In object 'DISCONNET' have the Method 'DarkCreateOfDisconnection' is it sutable to "create disconnection document" if its sutable how should i call this method. plea let me know the step wise.

every helpful answer is rewardable.

thanks and regards,

sri

4 REPLIES 4

Former Member
0 Kudos

Use this methods for creating disconnection create document.

1) Disconnection.Create "Create disconnection document

2) Disconnection.CreateFromData "Create disconnection doucment without dialog

In your progran create instance of this object and call any of this method

Regards,

Shiva Kumar

Former Member
0 Kudos

Hi,

Simple solution would be to use FM: ISU_S_DISCDOC_CREATE (which basically is called within methods mentioned by Siva).

-ASB

Former Member
0 Kudos

Hi,

Go though this demo program BCALV_GRID_DEMO.

1) Here you have to declare one reference variable for class.

2) Then you have to create a object with refrence to that class.

3) By using this refrence you have to call method.

Thanks,

radha.

Former Member
0 Kudos

Hi thanks for sending the helpful answer, sorry for the dely the replay