SAP IF_WCM_BL_HEADER OO Class - WCM: Business Layer Interface - Header Data









IF_WCM_BL_HEADER 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 IF_WCM_BL_HEADER 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 IF_WCM_BL_HEADER 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
CLEANUPCleanup Activities for All Processed WCM ObjectsPublic
CALL METHOD if_wcm_bl_header=>CLEANUP...more details

DATA_CHECKCheck Header Data of One WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>DATA_CHECK...more details

DATA_GETRead Header Data of One WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>DATA_GET...more details

DATA_GET_MULTIRead Header Data of Multiple WCM ObjectsPublic
CALL METHOD if_wcm_bl_header=>DATA_GET_MULTI...more details

DATA_LOCKProcess Locks for One WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>DATA_LOCK...more details

DATA_LOCK_MULTIProcess Locks for Multiple WCM ObjectsPublic
CALL METHOD if_wcm_bl_header=>DATA_LOCK_MULTI...more details

DATA_SAVE_ALLSave All Changed WCM ObjectsPublic
CALL METHOD if_wcm_bl_header=>DATA_SAVE_ALL...more details

DATA_SETSet Header Data of One WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>DATA_SET...more details

DATA_SET_MULTISet Header Data of Multiple WCM ObjectsPublic
CALL METHOD if_wcm_bl_header=>DATA_SET_MULTI...more details

FCODE_CHECKCheck Executability of Functions for WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_CHECK...more details

FCODE_CLOSEClose WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_CLOSE...more details

FCODE_DEACTIVATEDeactivate WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_DEACTIVATE...more details

FCODE_DEACTIVATE_RESETReset Deactivation of WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_DEACTIVATE_RESET...more details

FCODE_DELFLG_RESETReset Deletion Flag for WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_DELFLG_RESET...more details

FCODE_DELFLG_SETSet Deletion Flag for WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_DELFLG_SET...more details

FCODE_EXTENDExtend Validity of WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_EXTEND...more details

FCODE_PREPAREPrepare WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_PREPARE...more details

FCODE_PREPARE_RESETRevoke Preparation of WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_PREPARE_RESET...more details

FCODE_PRINT_DATAPrintout of (Header) Data of WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_PRINT_DATA...more details

FCODE_PRINT_PTWPrint Work Permit of WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_PRINT_PTW...more details

FCODE_PTW_HANDOUTOutput of Work Permit for WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_PTW_HANDOUT...more details

FCODE_PTW_RETURNReturn Work Permit for a WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_PTW_RETURN...more details

FCODE_REJECTReject a WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_REJECT...more details

FCODE_UNDODiscard Unsaved Changes to WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>FCODE_UNDO...more details

HAS_CHANGESCheck WCM Object for Buffered ChangesPublic
CALL METHOD if_wcm_bl_header=>HAS_CHANGES...more details

HISTORY_GETRead Change History of a WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>HISTORY_GET...more details

HISTORY_GET_MULTIRead Change History of Several WCM ObjectsPublic
CALL METHOD if_wcm_bl_header=>HISTORY_GET_MULTI...more details

IS_EXISTINGExistence Check for a WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>IS_EXISTING...more details

IS_LOCKEDCheck if Lock of WCM Object is ValidPublic
CALL METHOD if_wcm_bl_header=>IS_LOCKED...more details

LINK_DOCUMENTLink Document to a WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>LINK_DOCUMENT...more details

LIST_SELECTSelect List of WCM ObjectsPublic
CALL METHOD if_wcm_bl_header=>LIST_SELECT...more details

OBJIDENT_TMP_GETProvide Temporary Object IdentificationPublic
CALL METHOD if_wcm_bl_header=>OBJIDENT_TMP_GET...more details

OBJTYPE_GETReturn of Object Type/CategoryPublic
CALL METHOD if_wcm_bl_header=>OBJTYPE_GET...more details

PERMIT_FULFILLFulfilling the Automatic Approval Process of a WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>PERMIT_FULFILL...more details

PHASE_GETRead Life-Cycle Phase of WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>PHASE_GET...more details

STATLINE_GETRead Status Line of One WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>STATLINE_GET...more details

STATUS_GETRead (System/User) Status of a WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>STATUS_GET...more details

STRUCTURE_GETProvide Basic Structure for Header DataPublic
CALL METHOD if_wcm_bl_header=>STRUCTURE_GET...more details

SYSSTFLG_GETRead System Status Indicator of WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>SYSSTFLG_GET...more details

USRSTAT_RESETReset a User Status for a WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>USRSTAT_RESET...more details

USRSTAT_SETSet a User Status for a WCM ObjectPublic
CALL METHOD if_wcm_bl_header=>USRSTAT_SET...more details




Links to Related Class(s)

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