‎2008 Sep 01 6:43 AM
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
‎2008 Sep 01 7:41 AM
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
‎2008 Sep 01 7:57 AM
Hi,
Simple solution would be to use FM: ISU_S_DISCDOC_CREATE (which basically is called within methods mentioned by Siva).
-ASB
‎2008 Sep 03 11:15 AM
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.
‎2008 Sep 22 1:40 PM
Hi thanks for sending the helpful answer, sorry for the dely the replay