getFunctionName()
Returns the front call name.
Syntax
(r FrontCallRequest) getFunctionName()
RETURNS STRING
- r is the front call request object.
Usage
A call to this method returns the front call name. If the function is a
standard.feInfo()
front call, the function name returned is
"feinfo
".
You must declare a variable of type ggc.FrontCallRequest
. For example:
DEFINE fcRequest FrontCallRequest
DEFINE functionName STRING
...
LET functionName = fcRequest.getFunctionName()