BAPI Explorer 原文:http://www.cnblogs.com/qiangsheng/archive/2007/12/24/1012110.html Tool for developing and managing BAPIs. The BAPI Explorer is an integrated programming environment for developing and maintaining BAPIs. The BAPI Explorer allows appli
BAPI (Business Application Programming Interface) 原文:http://www.cnblogs.com/qiangsheng/archive/2007/12/22/1010333.html Business Application Programming Interfaces or BAPIs are interfaces within the business framework to link SA´Ps components to one a
TYPES: BEGIN OF ty_so, vbeln LIKE vbap-vbeln, posnr LIKE vbap-posnr, END OF ty_so. FORM frm_create_dn USING u_so CHANGING c_dn c_result. DATA:l_vbeln LIKE vbap-vbeln, l_posnr LIKE vbap-posnr