Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您右键单击时,我创建了一个菜单项。单击菜单项时我需要调用存储过程,然后存储过程将带回一个比较项目的列表。 如何调用 proc(单击菜单项后)并打开窗口以显示结果。我已经创建了一个活动,但不知道在活动中添加什么。 谢谢
创建一个调用 SP 作为其源的数据窗口。在菜单事件中,您可以调用一个窗口函数来实例化数据存储、将其绑定到 SQLCA 并检索结果集。如果需要在屏幕上显示结果集,sharedata() 到具有相同 dw 对象的数据窗口控件。
-保罗霍兰- SAP