在后台更新 GTS 零件分类
我正在寻找一种以编程方式更新零件分类数据的方法。这是事务 /sapsll/product_03 的“分类”选项卡上的数据。分类数据存储在表/SAPSLL/PRCTSC 中。
我找到了功能模块 /SAPSLL/PRCTSC_DB_WRITE 但它基本上只是进行直接表更新。我想利用分类屏幕后面的验证。有人知道有一个功能模块可以做到这一点吗?
I'm looking for a way to update Part Classification data programmatically. This is the data on the Classification tab of transaction /sapsll/product_03. Classification data is stored in table /SAPSLL/PRCTSC.
I found function module /SAPSLL/PRCTSC_DB_WRITE but it basically just does a direct table update. I'd like to take advantage of the validation behind the Classification screen. Anyone know of a function module to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现的最佳解决方案是类
/SAPSLL/CL_PR
。The best solution I found was the class
/SAPSLL/CL_PR
.