黑莓在SUP 2.0中的应用

发布于 2024-11-17 21:38:51 字数 318 浏览 2 评论 0原文

我正在 SUP 2.0 中开发一个黑莓应用程序,其中我需要根据设备上的两个输入值从 SAP ECC 6.0 获取数据。为此,我创建了两个同步参数,并将同步参数映射到 MBO 的加载参数(由于我的 RFC 有两个导入参数,所以会自动生成)。

我知道,SUP的版本是1.5.5,这个可以很容易实现。但我正在 SUP 2.0 中开发应用程序,并使用移动工作流表单编辑器开发应用程序的用户界面。我在开始屏幕中添加了两个编辑框,并添加了一个菜单项,我在其中分配了 MBO。

有人可以帮助我如何将编辑框值映射到同步参数值,以便我可以将输入的值传递给 RFC 并根据输入的值从 baclend 获取值吗?

I am developing a blackberry application in SUP 2.0, in which I need to fetch data from SAP ECC 6.0 based on two input values on the devices. For this I had created two synchronization parameters and mapped the synchronization parameters to the load parameter of the MBO (which get automatically generated since my RFC is having two import parameters).

I know, the version of SUP is 1.5.5, this can be easily achieved. But I am developing application in SUP 2.0 and my user interface to the application using Mobile Workflow form editor. I added two editboxes to the start screen and add a menu item in which i assign the MBO.

Can anybody please help me how to map the editbox values to the synchronization parameter values, so that I can pass the entered value to the RFC and fetch value from baclend based on the entered value ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

素年丶 2024-11-24 21:38:51

我认为您需要定义一个控件,将加载参数映射到获取该数据的对象查询。

查看文档 此处

这可能不完全是您想要的,但我认为这种方法可能会让您走得更远。

I think you need to define a control that will map the load parameters to the object query that fetches that data.

Check out the documentation here.

This may not be exactly what you are looking for, but I think the approach will probably get you a little farther.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文