函数模块(Function Modules)是 SAP 系统的主要组成部分,因为多年来,SAP 一直使用函数模块对代码进行模块化,可以使得代码由其自身、开发人员以及客户重用。函数模块是包含一组具有导入和导出参数的可重用语句的子程序。与 Include 程序不同,函数模块可以独立执行。SAP 系统包含几个预定义的功能模块,可以从任何 ABAP 程序...
SAP PM 入门系列7 - 常用Function Modules 2021-1-12 整理于长三角某市。
However, CPI of SAP Integration Suite has standard converter modules to encode and decode Base64. I have also developed a sample program to decode/encode base64 in ABAP. To summarize, you can use Base64 string to transfer data such as files, PDFs, images, etc. between SAP and external ...
Table 1. SAP modules that send data to Maximo Manage Interface Function module name Description Contracts inbound Z_BC_BAPI_CONTRACT_GET_DETAIL Gets Contract details data MM Invoices inbound Z_BC_BAPI_INVOICE_GET_DETAIL Gets MM Invoice details data Labor inbound Z_BC_BAPI_LABOR_GET_DETAIL Get...
SAP PM 入门系列7 - 常用Function Modules,SAPPM入门系列7-常用FunctionModulesFunctionModuleDescriptionObjectBADI_EQMT_MODIFY
http://www.tcodesearch.com/sap-fms/list?module=qm Fm Description QAPP_CUST_IP_F4 F4 - Help for the Inspection Point Fields BAPI_INSPCHAR_GETRESULT Load Inspection Results QFOA_ORDER_TECHNICAL_COMPLETE Follow-Up Action: Technically Complete PM Order BAPI_INSPLOT_GETDETAIL Initiali...
Function Modules Use You can use the CALL FUNCTION statement to call function modules. To do so, enter the name of the function module in transaction SM30 in the table RSPLF_FDIR. EXPORTING, IMPORTING, and CHANGING parameters can be transferred to the function modules. The parameters must be...
SAPMM预制发票相关的Function Modules 创建预制发票: 1)BAPI_INCOMINGINVOICE_PARK 2)BAPI_INCOMINGINVOICE_CREATE1- Invoice Verification: Hold/ Park/ Park As Complete/ Post Incoming Invoice. Wecan use thefunction module BAPI_INCOMINGINVOICE_CREATE1.This function module is the same structre of BAPI_INCOMINGI...
DAY_IN_WEEK :Input date and will give the name of the day 1-monday,2-Tuesday... Read More About SAP ABAP Function Modules Related To Formatting CLOI_PUT_SIGN_IN_FRONT :Displays the negative sign in front of the numeral RKD_WORD_WRAP :Wrap text into several lines CONVERSION...
For more information about this, refer to Finding Function Modules in the ABAP Workbench documentation. For example, you might look for function modules that process strings by entering *STRING* as a search criterion in the Repository Information System. This is an extract from the list of ...