SAP CL_BSP_WD_VIEW_MANAGER OO Class - Web Dynpro View Manager









CL_BSP_WD_VIEW_MANAGER 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_BSP_WD_VIEW_MANAGER including details of:

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

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_BSP_WD_VIEW_MANAGER is CL_BSP_WD_WINDOW

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_WD_MESSAGE_HANDLER

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_WD_VIEW_MANAGER

Method list of CL_BSP_WD_VIEW_MANAGER 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
ADJUST_DISPLAY_STATEAdjustment of Viewassembly to Match Req. History StateProtected
CALL METHOD cl_bsp_wd_view_manager=>ADJUST_DISPLAY_STATE...more details

ANALYZE_URL_PARAMSPrivate
CALL METHOD cl_bsp_wd_view_manager=>ANALYZE_URL_PARAMS...more details

CHECK_IS_CANCEL_EVENTPrivate
CALL METHOD cl_bsp_wd_view_manager=>CHECK_IS_CANCEL_EVENT...more details

CHECK_IS_EXIT_EVENTPrivate
CALL METHOD cl_bsp_wd_view_manager=>CHECK_IS_EXIT_EVENT...more details

CHECK_IS_POST_REQUESTChecks Whether Current Request Is POSTProtected
CALL METHOD cl_bsp_wd_view_manager=>CHECK_IS_POST_REQUEST...more details

CHECK_IS_REDIRECT_REQUESTChecks Whether Current Request Is REDIRECT - GETProtected
CALL METHOD cl_bsp_wd_view_manager=>CHECK_IS_REDIRECT_REQUEST...more details

CLEAN_UPPrivate
CALL METHOD cl_bsp_wd_view_manager=>CLEAN_UP...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_bsp_wd_view_manager=>CONSTRUCTOR...more details

DELEGATE_DRAG_AND_DROPDelegate Drag and Drop Info to Corresponding ControllersPublic
CALL METHOD cl_bsp_wd_view_manager=>DELEGATE_DRAG_AND_DROP...more details

EXECUTE_REDIRECTPrepares REDIRECT and Sets URLProtected
CALL METHOD cl_bsp_wd_view_manager=>EXECUTE_REDIRECT...more details

EXTRACT_EXC_FROM_RESPONSEPrivate
CALL METHOD cl_bsp_wd_view_manager=>EXTRACT_EXC_FROM_RESPONSE...more details

EXTRACT_SCRIPTS_AND_CSSExtract Scripts and CSS from the ResponsePrivate
CALL METHOD cl_bsp_wd_view_manager=>EXTRACT_SCRIPTS_AND_CSS...more details

FORMAT_RESPONSEDo *Mandatory* Formatting for ADH (w/o Reducing Response)Protected
CALL METHOD cl_bsp_wd_view_manager=>FORMAT_RESPONSE...more details

GET_DATA_LOSS_HANDLERReturns a Data Loss Handler ObjectProtected
CALL METHOD cl_bsp_wd_view_manager=>GET_DATA_LOSS_HANDLER...more details

GET_FIELD_INFODelivers Technical Data for a UI FieldProtected
CALL METHOD cl_bsp_wd_view_manager=>GET_FIELD_INFO...more details

GET_MESSAGE_SERVICEReturns Message ServiceProtected
CALL METHOD cl_bsp_wd_view_manager=>GET_MESSAGE_SERVICE...more details

GET_REPLACEMENTDetermines Controller/View ReplacementProtected
CALL METHOD cl_bsp_wd_view_manager=>GET_REPLACEMENT...more details

GET_SECURITY_TOKENReturns a 128-Bit Token as Character 32Public
CALL METHOD cl_bsp_wd_view_manager=>GET_SECURITY_TOKEN...more details

HANDLE_FOLLOWUP_NAVIGATIONPrivate
CALL METHOD cl_bsp_wd_view_manager=>HANDLE_FOLLOWUP_NAVIGATION...more details

LOAD_REPLACEMENTSLoad Controller ReplacementsProtected
CALL METHOD cl_bsp_wd_view_manager=>LOAD_REPLACEMENTS...more details

MANIPULATE_RESPONSEPrivate
CALL METHOD cl_bsp_wd_view_manager=>MANIPULATE_RESPONSE...more details

ON_DATA_LOSS_TRIGGERPrivate
CALL METHOD cl_bsp_wd_view_manager=>ON_DATA_LOSS_TRIGGER...more details

OPTIMIZE_AND_FORMAT_RESPONSEReduce Response and Do *Mandatory* Formatting for ADHPublic
CALL METHOD cl_bsp_wd_view_manager=>OPTIMIZE_AND_FORMAT_RESPONSE...more details

PREFORMAT_TARGETPre-Format the Target (Ajax Area) to Decrease JS ProcessingPrivate
CALL METHOD cl_bsp_wd_view_manager=>PREFORMAT_TARGET...more details

PRELOAD_CONTROLLERSLoads Certain Custom Controllers at Application StartProtected
CALL METHOD cl_bsp_wd_view_manager=>PRELOAD_CONTROLLERS...more details

PROCESS_NAV_QUEUENavigation CallProtected
CALL METHOD cl_bsp_wd_view_manager=>PROCESS_NAV_QUEUE...more details

REDIRECT_NAVIGATION_TO_FLPReturns whether naviagtion to FLP has to occurProtected
CALL METHOD cl_bsp_wd_view_manager=>REDIRECT_NAVIGATION_TO_FLP...more details

RENDERPrivate
CALL METHOD cl_bsp_wd_view_manager=>RENDER...more details

REPOSITORY_CHECKPrivate
CALL METHOD cl_bsp_wd_view_manager=>REPOSITORY_CHECK...more details

REPOSITORY_LOADLoads RepositoryProtected
CALL METHOD cl_bsp_wd_view_manager=>REPOSITORY_LOAD...more details

REPOSITORY_XML_LOADFallback: Load Repository XMLProtected
CALL METHOD cl_bsp_wd_view_manager=>REPOSITORY_XML_LOAD...more details

RESET_NAV_HISTORYReset Navigation HistoryPublic
CALL METHOD cl_bsp_wd_view_manager=>RESET_NAV_HISTORY...more details

RESTORE_FORM_FIELDSRestores Form Fields of Last POST RequestProtected
CALL METHOD cl_bsp_wd_view_manager=>RESTORE_FORM_FIELDS...more details

SET_LOGON_ERROR_MESSAGEPrivate
CALL METHOD cl_bsp_wd_view_manager=>SET_LOGON_ERROR_MESSAGE...more details

SET_WORKAREA_CONTENTSets View in Work AreaProtected
CALL METHOD cl_bsp_wd_view_manager=>SET_WORKAREA_CONTENT...more details

SET_WORKAREA_OWNERSet Owner (View Controller) of Work AreaProtected
CALL METHOD cl_bsp_wd_view_manager=>SET_WORKAREA_OWNER...more details

SET_WORKAREA_REFSet Work Area ReferenceProtected
CALL METHOD cl_bsp_wd_view_manager=>SET_WORKAREA_REF...more details

SHOW_FIELD_INFOPrivate
CALL METHOD cl_bsp_wd_view_manager=>SHOW_FIELD_INFO...more details

WRITE_STATISTIC_RECORDWrites Identification Features for Statistical Data RecordProtected
CALL METHOD cl_bsp_wd_view_manager=>WRITE_STATISTIC_RECORD...more details



CL_BSP_WD_VIEW_MANAGER 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
BOL_COREInstance AttributeBOL CoreLIKE
CL_CRM_BOL_CORE
Protected
CONFIG_MANAGERInstance AttributeConfiguration ManagerLIKE
IF_BSP_DLC_CONFIG_MANAGER
Protected
CO_EVENT_D_AND_DConstantEvent Name for D&D'DragAndDrop'LIKE
STRING
Protected
CO_EVENT_SHOW_COND_BREAKPOINTSConstantEvent Name: Display Conditional Breakpoints'showConditionalBreakpoints'LIKE
STRING
Public
CO_EVENT_SHOW_FIELD_INFOConstantEvent Name: Display Field Information'showFieldInfo'LIKE
STRING
Public
CO_EVENT_START_RUNTIME_TRACEInstance AttributeLIKE
Private
CO_EVENT_WRITE_MEM_SNAPSHOTConstantEvent Name: Create a Memory Snapshot'createMemSnapshot'LIKE
STRING
Public
CO_LAST_FOCUSInstance AttributeLIKE
Private
CO_RENDER_MODE_NORMALInstance AttributeLIKE
Private
CO_RENDER_MODE_PROTECTEDInstance AttributeLIKE
Private
CO_ROOT_IDConstantMain View ID'%Root%'LIKE
STRING
Protected
CO_ROOT_VIEWConstantMain View Name'Root.htm'LIKE
STRING
Protected
CO_ROUNDTRIP_MODE_STANDARDConstantSingle-Character Indicator'S'LIKE
CHAR1
Protected
DATA_LOSS_HANDLERInstance AttributeData Loss Handler InterfaceLIKE
IF_BSP_WD_DATA_LOSS_HANDLER
Protected
DELTA_HANDLING_POSSIBLEInstance AttributeLIKE
Private
DH_MANAGERInstance AttributeLIKE
Private
EXCEPTION_WRITERInstance AttributeBSP WriterLIKE
CL_BSP_WRITER
Private
FIRST_RENDERINGInstance AttributeIndicator: Application Start Page Is Being RenderedLIKE
ABAP_BOOL
Public
FORM_FIELDS_LAST_POSTInstance AttributeHTTP Framework (iHHTP) Table Name/Value PairsLIKE
TIHTTPNVP
Protected
HISTORY_MANAGERInstance AttributeLIKE
Private
HISTORY_MODEInstance AttributeSingle-Character IndicatorCL_BSP_WD_RF_PROFILE=>CO_HIST_MNG_MODE_WALIKE
CHAR1
Protected
INIT_FAILEDInstance AttributeLIKE
Private
MESSAGE_SERVICEInstance AttributeLIKE
Private
OVERRIDE_MAND_FIELD_CHECKInstance AttributeLIKE
Private
PENDING_NAVIGATIONInstance AttributeLIKE
Private
PENDING_RESPONSEInstance AttributeLIKE
Private
RENDER_MODEInstance AttributeLIKE
Private
ROUNDTRIP_MODEInstance AttributeSingle-Character IndicatorLIKE
CHAR1
Protected
SECURITY_HANDLERInstance AttributeLIKE
Private
WORKAREA_REFInstance AttributeReference to Work Area View AreaLIKE
BSP_WD_VA_CONTENT_SINGLE
Protected


Events of Class CL_BSP_WD_VIEW_MANAGER

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... BEFORE_WORKAREA_CONTENT_CHANGE - Time Before Changing the Work Area Content
END_OF_NAVIGATION - Time Before Changing the Work Area Content
FORM_DATA_INVALID - Inform application of invalid form data
PUBLISH_WORKAREA_CONTENT - Publication of Current Assignment of the Work Area
START_OF_NAVIGATION - Time Before Changing the Work Area Content



CL_BSP_WD_VIEW_MANAGER types

LTYPE_NAV_DATA -

Links to Related Class(s)

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