Beispiel #1
0
        public ZLAW_I_SET_DOCUMENT_TYPESResponse ZLAW_I_SET_DOCUMENT_TYPES([System.Xml.Serialization.XmlElementAttribute("ZLAW_I_SET_DOCUMENT_TYPES", Namespace = "urn:sap-com:document:sap:rfc:functions")] ZLAW_I_SET_DOCUMENT_TYPES ZLAW_I_SET_DOCUMENT_TYPES1)
        {
            object[] results = this.Invoke("ZLAW_I_SET_DOCUMENT_TYPES", new object[] {
                ZLAW_I_SET_DOCUMENT_TYPES1
            });

            return((ZLAW_I_SET_DOCUMENT_TYPESResponse)(results[0]));
        }
Beispiel #2
0
 /// <remarks/>
 public void ZLAW_I_SET_DOCUMENT_TYPESAsync(ZLAW_I_SET_DOCUMENT_TYPES ZLAW_I_SET_DOCUMENT_TYPES1, object userState)
 {
     if ((this.ZLAW_I_SET_DOCUMENT_TYPESOperationCompleted == null))
     {
         this.ZLAW_I_SET_DOCUMENT_TYPESOperationCompleted = new System.Threading.SendOrPostCallback(this.OnZLAW_I_SET_DOCUMENT_TYPESOperationCompleted);
     }
     this.InvokeAsync("ZLAW_I_SET_DOCUMENT_TYPES", new object[] {
         ZLAW_I_SET_DOCUMENT_TYPES1
     }, this.ZLAW_I_SET_DOCUMENT_TYPESOperationCompleted, userState);
 }
Beispiel #3
0
 /// <remarks/>
 public void ZLAW_I_SET_DOCUMENT_TYPESAsync(ZLAW_I_SET_DOCUMENT_TYPES ZLAW_I_SET_DOCUMENT_TYPES1)
 {
     this.ZLAW_I_SET_DOCUMENT_TYPESAsync(ZLAW_I_SET_DOCUMENT_TYPES1, null);
 }