Beispiel #1
0
 public void SetValue(IRfcStructure structure)
 {
     this.Itemno_Acc     = structure.GetInt("ITEMNO_ACC").ToString();
     this.Cont_Acct      = structure.GetString("CONT_ACCT");
     this.Main_Trans     = structure.GetString("MAIN_TRANS");
     this.Sub_Trans      = structure.GetString("SUB_TRANS");
     this.Func_Area      = structure.GetString("FUNC_AREA");
     this.Fm_Area        = structure.GetString("FM_AREA");
     this.Cmmt_Item      = structure.GetString("CMMT_ITEM");
     this.Funds_Ctr      = structure.GetString("FUNDS_CTR");
     this.Fund           = structure.GetString("FUND");
     this.Agreement_Guid = structure.GetByteArray("AGREEMENT_GUID");
     this.Func_Area_Long = structure.GetString("FUNC_AREA_LONG");
     this.Cmmt_Item_Long = structure.GetString("CMMT_ITEM_LONG");
     this.Grant_Nbr      = structure.GetString("GRANT_NBR");
 }