本文主要是介绍web dynpro for abap bapi的使用,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
web dynpro for abap 使用bapi的步骤
1,创建web dynpro 组件和视图
2,create a service call for bapi eg BAPI_MATERIAL_GET_DETAIL
a,select radio button use existent contorller
b,enter the name of contorller
c, service type .select function module
d,the required method and context elments,select nodes/attribues.
method:execute_bapi_name
3,defining the context mapping(view)
4,defining the input fields and buttons on view
for inputs fields ,create the container form
for button , create the action
use the code generator in used controller ,input the name of method
5 defining the result table on view
create the binding
6,create the web dynpro application,active all objects
7,test.
这篇关于web dynpro for abap bapi的使用的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!