csharp obterner moneda del sistemas y otras cosas

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp obterner moneda del sistemas y otras cosas相关的知识,希望对你有一定的参考价值。

            SAPbobsCOM.GeneralService oGeneralService;
                        SAPbobsCOM.GeneralData oGeneralData;
                        SAPbobsCOM.GeneralData oChild;
                        SAPbobsCOM.GeneralDataCollection oChildrenDestino;

                        SAPbobsCOM.BusinessPartners ObjProveedor = (SAPbobsCOM.BusinessPartners)TConstantes.SBOLDObjeto.Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners);
                        SAPbobsCOM.Currencies ObjMoneda = (SAPbobsCOM.Currencies)TConstantes.SBOLDObjeto.Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oCurrencyCodes);
                        SAPbobsCOM.Items ObjArticulo = (SAPbobsCOM.Items)TConstantes.SBOLDObjeto.Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oItems);
                        


                        pForma.Freeze(true);

                        string Code = "";
                        string CodeAnterior = "";
                        double Costo_Bruto_Total = 0;
                        double Costo_Neto_Total = 0;
                        double Descuento_Total = 0;
                        double Cubicaje_Total = 0;
                        double Peso_Total = 0;
                        string Fecha = TConstantes.SBOLDObjeto.SBO_Application.Company.ServerDate;


                        SAPbobsCOM.CompanyService sCmp;
                        sCmp = TConstantes.SBOLDObjeto.Company.GetCompanyService();
                        //Get GeneralService (oCmpSrv is the CompanyService)
                        oGeneralService = sCmp.GetGeneralService("LDT_OCEXT_ENC");
                        oGeneralData = (SAPbobsCOM.GeneralData)oGeneralService.GetDataInterface(SAPbobsCOM.GeneralServiceDataInterfaces.gsGeneralData);
                        oChildrenDestino = oGeneralData.Child("LDT_OCEXT_DET");

                        SAPbobsCOM.Company oCompany =(SAPbobsCOM.Company)TConstantes.SBOLDObjeto.Company;
                        SAPbobsCOM.AdminInfo oAdminInfo = oCompany.GetCompanyService().GetAdminInfo();
                       
                        String MonedaSistema = oAdminInfo.SystemCurrency;

以上是关于csharp obterner moneda del sistemas y otras cosas的主要内容,如果未能解决你的问题,请参考以下文章

csharp Formateo de fechas

csharp AddWatermarkToImagesPowerPointSlide.cs

csharp AddWatermarkToImagesPowerPointSlide.cs

csharp Normalizacion de Caracteres

csharp Extrator de textos

csharp Codigos de conexion para sql express e insercion de datos