public ZFM_SAVE_INFTPResponse ZFM_SAVE_INFTP([System.Xml.Serialization.XmlElementAttribute("ZFM_SAVE_INFTP", Namespace = "urn:sap-com:document:sap:rfc:functions")] ZFM_SAVE_INFTP ZFM_SAVE_INFTP1)
        {
            object[] results = this.Invoke("ZFM_SAVE_INFTP", new object[] {
                ZFM_SAVE_INFTP1
            });

            return((ZFM_SAVE_INFTPResponse)(results[0]));
        }
 /// <remarks/>
 public void ZFM_SAVE_INFTPAsync(ZFM_SAVE_INFTP ZFM_SAVE_INFTP1, object userState)
 {
     if ((this.ZFM_SAVE_INFTPOperationCompleted == null))
     {
         this.ZFM_SAVE_INFTPOperationCompleted = new System.Threading.SendOrPostCallback(this.OnZFM_SAVE_INFTPOperationCompleted);
     }
     this.InvokeAsync("ZFM_SAVE_INFTP", new object[] {
         ZFM_SAVE_INFTP1
     }, this.ZFM_SAVE_INFTPOperationCompleted, userState);
 }
 /// <remarks/>
 public void ZFM_SAVE_INFTPAsync(ZFM_SAVE_INFTP ZFM_SAVE_INFTP1)
 {
     this.ZFM_SAVE_INFTPAsync(ZFM_SAVE_INFTP1, null);
 }