English | Korean |
function activity | 함수 활동 (A workflow activity for simple data manipulations as a result of a request, e.g. concatenating the first name and last name of a user to produce the display name) |
function call | 함수 호출 (A program's request for the services of a particular function) |
function offset | 함수 오프셋 (Permits using Ildasm.exe to locate the actual line of source code corresponding to the particular stack frame. Function offsets appear in the event detail stack area (at the end of each stack frame)) |
Function procedure | Function 프로시저 (A procedure that returns a value and that can be used in an expression. You declare a function with the Function statement and end it with the End Function statement) |
Function tablet button | 태블릿 기능 단추 (A tablet button that you can use in combination with other tablet buttons to do a task. This is similar to using a key combination on a standard keyboard) |
multi-function printer | 다기능 프린터 (An office machine that is able to perform multiple functions such as print, copy, scan, and send faxes) |
Remote Function Call | 원격 함수 호출 (A SAP protocol that enables external systems to call SAP ABAP function modules. RFCs enable remote calls between two SAP systems or between a SAP system and a non-SAP system) |
virtual function table | 가상 함수 테이블 (A table of function pointers, such as an implementation of a class. The pointers in the VTBL point to the members of the interfaces that an object supports) |