bapi
- n.布阿皮
-
Integrated Technology of Heterogeneous Business Data for Enterprise Networking Manufacture Based on Groupware BAPI
基于组件BAPI的制造业网络化商务异构数据集成技术
-
At one time there lived a landlord named Zhou Bapi .
从前曾有个地主名叫周扒皮。
-
By using this asset , you can significantly reduce the time required for testing BAPI applications .
通过使用这种资产,您可以显著地减少测试BAPI应用程序所需的时间。
-
A BAPI in nature is a RFC function module in a SAP system .
BAPI实质上是SAP系统中的一个RFC函数模块。
-
After importing the BAPI using the two interfaces , you need to test the data in SAP .
使用两个接口导入BAPI后,需要在SAP中测试数据。
-
This feature is helpful when a given BAPI requires a lot of data to be given as input .
如果给定BAPI需要提供大量数据作为输出,那么这一特性将非常有用。
-
Then create a new input business object for BAPI and set the customer number in the properties of the input business object .
然后,为BAPI创建新的输入业务对象,在输入业务对象的属性中设置客户号。
-
The BO returned by the BAPI appears as shown in Figure 31 .
BAPI返回的BO如图31所示。
-
You can access the core business data by predefined interfaces such as IDoc and BAPI .
通过预定义的接口(如IDoc和BAPI),您可以访问核心业务数据。
-
Among all the interfaces , BAPI and ALE are the two major ones for most of the SAP applications .
在所有接口中,对于大多数SAP应用程序最重要的两个接口是BAPI和ALE。
-
Part 1 will introduce two approaches to build RESTful outbound services for BAPI and ALE interfaces of SAP .
第1部分介绍为SAP的BAPI和ALE接口构建RESTful出站服务的两种方法。
-
If the following messages appear in the log , it proves that the BAPI was executed in SAP .
如果下面的消息出现在日志文件中,那么表明BAPI在SAP中得到了执行。
-
You have now managed to transfer the BAPI test data from SAP GUI to Integration Developer at the click of a button !
您现在已经通过单击按钮成功地将BAPI测试数据从SAPGUI传输到了IntegrationDeveloper!
-
Although this method requires the additional step of creating the SCI / Inbound BAPI interface , application developers will definitely find this feature useful .
尽管这种方法需要执行额外的步骤来创建SCI/InboundBAPI接口,应用程序开发人员仍然会很明显地看到这个特性非常有用。
-
Invoking the BAPI outbound interfaces is actually making a RFC call on that module to perform some function within SAP .
调用BAPI出站接口实际上是对这个模块执行RFC调用,从而在SAP中执行某个函数。
-
Application developers may have used the SCI / Inbound BAPI interface several times in SAP integration projects , but not many have realized its full potential .
应用程序开发人员可能在SAP集成项目中使用过SCI/InboundBAPI接口,但是很少有人认识到它的全部潜力。
-
Approach 1 is introduced to build a RESTful service for BAPI interface by implementing a function selector and data binding and configuring HTTP binding .
本文介绍了两种方法,第一种方法实现函数选择器和数据绑定并配置HTTP绑定,从而为BAPI接口构建RESTful服务。
-
Note : The SCI is known as the inbound BAPI interface from v6.2 of the SAP adapter .
注意:SCI在SAP适配器V6.2中被称为入站BAPI接口。
-
The easy way would have been to ask your SAP people to create a wrapper BAPI that would call all three needed BAPIs for you .
简单的办法是要求SAP人员创建一个包装器BAPI调用需要的三个BAPI。
-
This tutorial has shown how you can use SCI to import the BAPI test data into WebSphere Integration Developer , directly from the SAP GUI .
本教程展示了如何使用SCI将BAPI测试数据从SAPGUI直接导入到WebSphereIntegrationDeveloper。
-
Don 't you wish you had some way of magically transferring the huge set of BAPI test data from the SAP GUI to your middleware ?
您难道不希望有什么神奇的方法可以将庞大的BAPI测试数据集从SAPGUI传输到您的中间件吗?
-
A business object ( BO ) is used to represent a BAPI call and it contains both the input and output parameters , as shown in Figure 4 .
使用业务对象(BO)代表BAPI调用,BO包含输入和输出参数,见图4。
-
In fact , most operations are fine-grained even when they are composed services , such as an IDOC or BAPI interactions through SAP .
事实上,大部分操作都是细粒度的,即使是组合后的服务(如通过SAP的IDOC或BAPI交互)也是如此。
-
From our standpoint ( that of a remote access programmatic connection ), there is no difference between an RFC or a BAPI .
从我们的角度(即远程访问编程接口的角度)来看,RFC与BAPI之间没有区别。
-
Now that you have the test data in place , the next step is to execute the SCI / Inbound BAPI to push the test data into Integration Developer .
现在您已经准备好了测试数据,下一步是执行SCI/InboundBAPI以将测试数据推入到IntegrationDeveloper。
-
The content of article consists of BAPI architect design , detail implement process and access BAPI etc in Shanghai Telecom ERP , for integration between ERP and partner system .
内容包括在上海电信ERP系统中BAPI的体系结构设计、BAPI详细设计实现和访问方法等,以此了实现ERP与第三方和遗留系统之间的集成。
-
From the contents of the file , it is clear that it contains the skeleton of the business object ( BO ), which the BAPI expects as input .
从该文件的内容中可以很明显地看到,它包含了业务对象(BO)的骨架,BAPI需要将其作为输入。
-
Now that you have the test data of the given BAPI , you can now test the outbound BAPI interface using the data that we received on the Integration Developer console .
现在您已经具有了给定BAPI的测试数据,现在可以使用我们在IntegrationDeveloper控制台收到的数据来测试出站BAPI接口。
-
Enter appropriate data for your SAP business object ,( in our case a BAPI ), and also enter the username and password that the adapter will use to login in SAP .
为SAP业务对象输入适当的数据(在本例中是BAPI),还要输入适配器用于登录SAP的用户名和密码。
-
For outbound , SAP Adapter has provided multiple interfaces for invoking BAPI / RFC function modules , posting IDocs , querying tables , calling ABAP handlers in SAP , and so on .
对于出站,SAPAdapter提供了多个接口,用于调用BAPI/RFC函数模块、提交IDoc、查询表、调用SAP中的ABAP处理器等等。