F4_HELP SAP Method F4-help for proxies









Below is documentation, parameters and attributes of ABAP Method F4_HELP within SAP class CL_PROXY_PUBLIC_UTILS. There is also a number of example ABAP code snipts to help you use the functionality of this method.

This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name CL_PROXY_PUBLIC_UTILS into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Static

This is a Static Method so you can call it directly

The following technical details of method F4_HELP can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method F4_HELP

.

NameTypeData TypeDescriptionDefault Value
CATEGORYImportingTYPE
T_TYPE_RANGES
IFR-type (Range)
DIRECTIONImportingTYPE
T_DIRECTION
interface direction ('I'nbound/'O'utbound)
EVENTImportingTYPE
T_EVENT
Event Interface (Event Provider)
GENERATING_APPLICATIONImportingTYPE
T_GEN_APPL
space = XI-Proxy, 'WEBSERVICES' für Proxys externer WSDLs
HIDE_CATEGORYImportingTYPE
PRX_BOOLEAN
hide column category
HIDE_DIRECTIONImportingTYPE
PRX_BOOLEAN
hide column direction
HIDE_EVENTImportingTYPE
PRX_BOOLEAN
hide columen event
HIDE_MODEImportingTYPE
PRX_BOOLEAN
obsolete, not supported any more!
HIDE_NAMEImportingTYPE
PRX_BOOLEAN
hide column name
HIDE_NAMESPACEImportingTYPE
PRX_BOOLEAN
hide column namespace
HIDE_OBJECTImportingTYPE
PRX_BOOLEAN
hide column object
HIDE_OBJ_NAMEImportingTYPE
PRX_BOOLEAN
hide column obj_name
NAMEImportingTYPE
T_NAME_RANGES
name (Range)
NAMESPACEImportingTYPE
T_NSPCE_RANGES
namespaces (Range)
OBJECTImportingTYPE
T_R3OBJ_RANGES
R3-type (Range)
OBJ_NAMEImportingTYPE
T_R3NAME_RANGES
R3-name (Range)
SELECTION_SCREENImportingTYPE
PRX_BOOLEAN
show selection screen
GENERATING_APPLICATIONImportingTYPE
T_GEN_APPL
space = XI-Proxy, 'WEBSERVICES' für Proxys externer WSDLs
RESULTExportingTYPE
T_F4_RESULT
result



Exceptions of Method F4_HELP

This method does not have any exceptions

Example ABAP coding


DATA: lv_CATEGORY TYPE T_TYPE_RANGES,
lv_DIRECTION TYPE T_DIRECTION,
lv_EVENT TYPE T_EVENT,
lv_GENERATING_APPLICATION TYPE T_GEN_APPL,
lv_HIDE_CATEGORY TYPE PRX_BOOLEAN,
lv_HIDE_DIRECTION TYPE PRX_BOOLEAN,
lv_HIDE_EVENT TYPE PRX_BOOLEAN,
lv_HIDE_MODE TYPE PRX_BOOLEAN,
lv_HIDE_NAME TYPE PRX_BOOLEAN,
lv_HIDE_NAMESPACE TYPE PRX_BOOLEAN,
lv_HIDE_OBJECT TYPE PRX_BOOLEAN,
lv_HIDE_OBJ_NAME TYPE PRX_BOOLEAN,
lv_NAME TYPE T_NAME_RANGES,
lv_NAMESPACE TYPE T_NSPCE_RANGES,
lv_OBJECT TYPE T_R3OBJ_RANGES,
lv_OBJ_NAME TYPE T_R3NAME_RANGES,
lv_RESULT TYPE T_F4_RESULT,
lv_SELECTION_SCREEN TYPE PRX_BOOLEAN,
lv_GENERATING_APPLICATION TYPE T_GEN_APPL,
lv_other TYPE c.

CALL METHOD CL_PROXY_PUBLIC_UTILS=>F4_HELP(
EXPORTING
CATEGORY = lv_CATEGORY
DIRECTION = lv_DIRECTION
EVENT = lv_EVENT
GENERATING_APPLICATION = lv_GENERATING_APPLICATION
HIDE_CATEGORY = lv_HIDE_CATEGORY
HIDE_DIRECTION = lv_HIDE_DIRECTION
HIDE_EVENT = lv_HIDE_EVENT
HIDE_MODE = lv_HIDE_MODE
HIDE_NAME = lv_HIDE_NAME
HIDE_NAMESPACE = lv_HIDE_NAMESPACE
HIDE_OBJECT = lv_HIDE_OBJECT
HIDE_OBJ_NAME = lv_HIDE_OBJ_NAME
NAME = lv_NAME
NAMESPACE = lv_NAMESPACE
OBJECT = lv_OBJECT
OBJ_NAME = lv_OBJ_NAME
SELECTION_SCREEN = lv_SELECTION_SCREEN
GENERATING_APPLICATION = lv_GENERATING_APPLICATION
IMPORTING
RESULT = lv_RESULT ).

Links to Related Class(s)

CL_PROXY...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!