2013 Apr 12 10:14 AM
Dear All,
I had created one ZBAPI in which i called standard F.M 'ISU_CREATE_ORDER'.While executing in SAP Enviorment BAPI is working fine but while calling in .NET it raise exception.I debug it and found this exception is come due to SAP_GUI is not available while calling through .NET.Please suggest best possible solution.
2013 Apr 13 8:14 AM
2013 Apr 15 6:02 AM
Dear Jitendra,
Thanks for your quick reply,but i had already go through this thread.My problem is how to call SAPGUI through .NET and what is its procedure.
2013 Apr 15 6:03 AM
2013 Apr 15 6:13 AM
Dear Madhu
Exception is come throgh F.M 'TREEV_CREATE_COLUMN_TREE' which is calling under 'ISU_CREATE_ORDER'.But i debug it and found that in class 'CL_GUI_OBJECT' contain method 'CLASS_INIT' in which F.M 'GUI_IS_AVAILABLE' this condition is failed whicle calling through .NET but it is working fine when this bapi is execute in SAP enviorment.