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…
13,784 SAP Managed Tags: ABAP Development Hi all, I need Cost centre description table or function module that I can use to get cost centre description.Reply 1 ACCEPTED SOLUTION former_member222860 Active Contributor 2009 Feb 27 7:20 AM 1 Kudo 6,288 SAP Managed Tags: ABAP Dev...
Enter a description in theShort Textbox and selectSave. Select a package that was prepared in theCreate a Packagestep, and selectSave. Confirm a request by selectingContinue. Activate the function group. Create the ABAP function module
And then, imagine that you have to pass some ABAP structure or table to the function module. You could just go and write it in JSON and pass it to the function module in the payload of a POST request: This will be the response, showing that a new booking has been created: ...
rfcTableFields 要從SAP 資料表複製的欄位 (資料行)。 例如: column0, column1。 否 rfcTableOptions 篩選SAP 資料表中資料列的選項。 例如: COLUMN0 EQ 'SOMEVALUE'。 另請參閱本文稍後的 SAP 查詢運算子資料表。 否 customRfcReadTableFunctionModule 自訂RFC 函式模組,可用來從 SAP 資料表讀取資料。您可...
Hi, I am having a problem with a function module I created, First I created the program as a stand alone program and it runs fine, fills up the output table and displays
Modifier and TypeMethod and Description Object batchSize() Get the batchSize property: Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Object customRfcReadTableFunctionModule() Get the customRfcReadTableFunctionModule property: Specifie...
SAP include模块中的module模块获取屏幕字段 在做VL01N/VL02N/VL02N的项目屏幕增强的时候,因为module模块是写在函数组的include模块中的,所以不能直接使用屏幕字段,直接访问关联字典的屏幕字段报错: 1.在函数组包含top文件LZFG_DELIVERY_ENHCTOP中声明表结构:...
There is another Function Module to fetch multiple texts: RETRIEVAL_MULTIPLE_TEXTS but I haven't used it. :smile: Now the last thing, I want to thank Mr.julian.phillips2and Mr.thomas.zloch. Thankful to Julian because he posted and Thomas gave the solution. Same solution I implemented with...