2020-09-02 02:18发布
点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)创建文件编号时,您可以为当前用户... 显示全部
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
创建文件编号时,您可以为当前用户,所有用户或特定用户分配意向。在哪里可以找到此信息的表。
感谢您的帮助。
您好Werner,
另一种方法是使用DI API获取默认系列
公共函数GetDefaultSeries(ByVal ObjType As String)As Integer Dim oCmpSrv为SAPbobsCOM.CompanyService = Nothing Dim oSeriesService为SAPbobsCOM.SeriesService = Nothing Dim oSeries As Series =无 Dim oDocumentTypeParams为DocumentTypeParams = Nothing 尝试 oCmpSrv = oCompany.GetCompanyService oSeriesService = oCmpSrv.GetBusinessService(ServiceTypes.SeriesService) oSeries = oSeriesService.GetDataInterface(SeriesServiceDataInterfaces.ssdiSeries) oDocumentTypeParams = oSeriesService.GetDataInterface(SeriesServiceDataInterfaces.ssdiDocumentTypeParams) oDocumentTypeParams.Document = ObjType oSeries = oSeriesService.GetDefaultSeries(oDocumentTypeParams) 返回oSeries.Series 异常捕获 SBO_Application.StatusBar.SetText("读取默认编号序列失败。"&ex.Message) 返回-1 结束功能
致谢
Edy
最多设置5个标签!
您好Werner,
另一种方法是使用DI API获取默认系列
致谢
Edy
一周热门 更多>