Exemplo n.º 1
0
 public BusinessObjectMethod(string sysName)
 {
     this._ObjectName = "";
     this._MethodName = "";
     this._Returns    = new BapiReturnCollection();
     this.des         = SAPDestination.GetDesByName(sysName);
 }
 public BusinessObjectMethod(string sysName)
 {
     this._ObjectName = "";
     this._MethodName = "";
     this._Returns = new BapiReturnCollection();
     this.des = SAPDestination.GetDesByName(sysName);
 }