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 ...
Introduction As a SAP Consultant at some point of your career you will use BAPI. There is special way to test a BAPI whether it is really useful for you to call in your
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 Function ModuleDescriptionObjectBADI_EQMT_MODIFYYou can update selected fields at database level. Very useful for mass resetting of fieldsTechnical objectsBG0…
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...
General-purpose function. Function modules are external subroutines written in ABAP. Developed in the Function Builder, they are managed in a central function library, and can therefore be called from any ABAP program. This helps to avoid redundant code and makes the programming process more effecti...
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...
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...
The Function Module BAPI_MATVAL_PRICE_CHANGE (Material Price Change) is a standard Function Module in SAP ERP and is part of the function group CKMLSENDPRICE within the package CO_ML_SENDPRICE.