SAP CL_GUI_ECATT_PSW OO Class - Maintain HTTP Target System and PSW









CL_GUI_ECATT_PSW is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_GUI_ECATT_PSW including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CL_GUI_ECATT_PSW SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ASK_FOR_SAVESecurity Query at Changes and Corresponding ProcessesPrivate
CALL METHOD cl_gui_ecatt_psw=>ASK_FOR_SAVE...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_gui_ecatt_psw=>CONSTRUCTOR...more details

DISPATCH_USER_COMMANDProcess User CommandPublic
CALL METHOD cl_gui_ecatt_psw=>DISPATCH_USER_COMMAND...more details

FIRST_DISPLAYFirst Display of ALVPrivate
CALL METHOD cl_gui_ecatt_psw=>FIRST_DISPLAY...more details

FREE_ALVDelete Pointer etc.Private
CALL METHOD cl_gui_ecatt_psw=>FREE_ALV...more details

GET_CHANGEDPrivate
CALL METHOD cl_gui_ecatt_psw=>GET_CHANGED...more details

GET_DATA_FROM_GRIDGet Data from ALV and Pass to MiddlewarePrivate
CALL METHOD cl_gui_ecatt_psw=>GET_DATA_FROM_GRID...more details

HANDLE_AFTER_USER_COMMANDHandler After User Command Processing in the ALVPrivate
CALL METHOD cl_gui_ecatt_psw=>HANDLE_AFTER_USER_COMMAND...more details

HANDLE_BEFORE_USER_COMMANDHandler Before User Command Processing in the ALVPrivate
CALL METHOD cl_gui_ecatt_psw=>HANDLE_BEFORE_USER_COMMAND...more details

HANDLE_BUTTON_CLICKHandler for PushbuttonPrivate
CALL METHOD cl_gui_ecatt_psw=>HANDLE_BUTTON_CLICK...more details

HANDLE_DOUBLE_CLICKHandler for Double ClickPrivate
CALL METHOD cl_gui_ecatt_psw=>HANDLE_DOUBLE_CLICK...more details

HANDLE_HOTSPOT_CLICKHandler for Link ClickPrivate
CALL METHOD cl_gui_ecatt_psw=>HANDLE_HOTSPOT_CLICK...more details

HANDLE_TOOLBARConstruct ToolbarPrivate
CALL METHOD cl_gui_ecatt_psw=>HANDLE_TOOLBAR...more details

HANDLE_USER_COMMANDHandler for User Command Processing in the ALVPrivate
CALL METHOD cl_gui_ecatt_psw=>HANDLE_USER_COMMAND...more details

MOVE_LIST_TO_OUTMiddleware List in SAP List ViewerPrivate
CALL METHOD cl_gui_ecatt_psw=>MOVE_LIST_TO_OUT...more details

REFRESH_DISPLAYRefresh Display ContentPrivate
CALL METHOD cl_gui_ecatt_psw=>REFRESH_DISPLAY...more details

SET_FIELDCATALOG_INITIALPrepare Field CatalogPrivate
CALL METHOD cl_gui_ecatt_psw=>SET_FIELDCATALOG_INITIAL...more details

SET_LAYOUT_INITIALConfigure LayoutPrivate
CALL METHOD cl_gui_ecatt_psw=>SET_LAYOUT_INITIAL...more details

UPDATE_ALVCreate or Renew Display ContentPublic
CALL METHOD cl_gui_ecatt_psw=>UPDATE_ALV...more details



CL_GUI_ECATT_PSW attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
AP_ALVGRIDInstance AttributeALV List ViewerLIKE
CL_GUI_ALV_GRID
Private
AP_PSWInstance AttributeHTTP User Detail InformationLIKE
CL_APL_ECATT_PSW
Private
AP_SYSTEMDATAInstance AttributeeCatt: System Data ListLIKE
CL_APL_ECATT_SYSTEM_DATA
Private
AS_LAYOUTInstance AttributeALV Control: Layout StructureLIKE
LVC_S_LAYO
Private
AT_FIELDCATALOGInstance AttributeField Catalog for List Viewer ControlLIKE
LVC_T_FCAT
Private
AT_HTTP_LISTInstance AttributeDetails of HTTP DestinationsLIKE
ETWS_SECURE_TABTYPE
Private
AT_HTTP_OUTInstance AttributeHTTP Destination GUI DetailsLIKE
ETWS_SECURE_OUT_TABTYPE
Private
A_EDITInstance AttributeX=Change, SPACE=DisplayLIKE
ETONOFF
Private
CC_ALVGRIDInstance AttributeContainerLIKE
CL_GUI_CUSTOM_CONTAINER
Private


Links to Related Class(s)

CL_GUI_E...
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!