SAP IF_RSO_TLOGO_MAINTAIN OO Class - BW Repository: TLOGO Objects - Changes/Maintenance









IF_RSO_TLOGO_MAINTAIN 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_RSO_TLOGO_MAINTAIN 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_RSO_TLOGO_MAINTAIN 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
ACTIVATEOptional -> CL_RSO_TLOGO_COLLECTION->ACTIVATEPublic
CALL METHOD if_rso_tlogo_maintain=>ACTIVATE...more details

AUTHORITY_CHECKAuthorization CheckPublic
CALL METHOD if_rso_tlogo_maintain=>AUTHORITY_CHECK...more details

BUILD_CONTENTBuild (Copy/Merge) Content Version as Temp. N VersionPublic
CALL METHOD if_rso_tlogo_maintain=>BUILD_CONTENT...more details

CHECKCarry Out Consistency ChecksPublic
CALL METHOD if_rso_tlogo_maintain=>CHECK...more details

DEACTIVATEDeactivate objectPublic
CALL METHOD if_rso_tlogo_maintain=>DEACTIVATE...more details

DELETEOptional -> CL_RSO_TLOGO_COLLECTION->DELETEPublic
CALL METHOD if_rso_tlogo_maintain=>DELETE...more details

DEQUEUEUnlockPublic
CALL METHOD if_rso_tlogo_maintain=>DEQUEUE...more details

GET_LOCK_HANDLEReturns lock handle which is filled after PREPARE()Public
CALL METHOD if_rso_tlogo_maintain=>GET_LOCK_HANDLE...more details

GET_MAINTENANCE_STATEReturns the Processing Status of the ObjectPublic
CALL METHOD if_rso_tlogo_maintain=>GET_MAINTENANCE_STATE...more details

IS_ACTIVEChecks Whether Object Is Active (Meaning A = M Version)Public
CALL METHOD if_rso_tlogo_maintain=>IS_ACTIVE...more details

IS_SAVEDChecks whether object is savedPublic
CALL METHOD if_rso_tlogo_maintain=>IS_SAVED...more details

PREPAREPrepare Editing (Locks, CTO Check, Authorization)Public
CALL METHOD if_rso_tlogo_maintain=>PREPARE...more details

RESET_TO_ACTIVEReset Object to Active Version (only for M version)Public
CALL METHOD if_rso_tlogo_maintain=>RESET_TO_ACTIVE...more details

SAVEOptional -> CL_RSO_TLOGO_COLLECTION->SAVEPublic
CALL METHOD if_rso_tlogo_maintain=>SAVE...more details

SCOPE_CHECKConsistency Check for Switches -> see DocumentationPublic
CALL METHOD if_rso_tlogo_maintain=>SCOPE_CHECK...more details

SET_MAINTENANCE_STATESets the Processing Status of the ObjectPublic
CALL METHOD if_rso_tlogo_maintain=>SET_MAINTENANCE_STATE...more details

SET_OBJSTATSet Object StatusPublic
CALL METHOD if_rso_tlogo_maintain=>SET_OBJSTAT...more details

SHOW_PROTOCOLOptional -> Display Database Log (Application Log)Public
CALL METHOD if_rso_tlogo_maintain=>SHOW_PROTOCOL...more details

VERSION_EXISTSChecks if the Version ExistsPublic
CALL METHOD if_rso_tlogo_maintain=>VERSION_EXISTS...more details



IF_RSO_TLOGO_MAINTAIN 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
N_MAINTENANCE_ALLOWED_IN_B4HInstance AttributeCreating/saving/activating still allowed irrespective of B4HLIKE
ABAP_BOOL
Public
OK_LOG_CONTENTConstantTransfer Log Content'LOGSAP'LIKE
GUI_FUNC
Public
OK_LOG_DDIC_ACTConstantLog DDIC Activation'MASSACT'LIKE
GUI_FUNC
Public
OK_LOG_DDIC_DELConstantLog DDIC Deletion'MASSDEL'LIKE
GUI_FUNC
Public
OK_LOG_DELConstantDelete Log'LOGDEL'LIKE
GUI_FUNC
Public
OK_LOG_INFOConstantInfo PopUp Log'INFO'LIKE
GUI_FUNC
Public
OK_LOG_SAVEConstantSave / Activate Log'LOGSAV'LIKE
GUI_FUNC
Public


Links to Related Class(s)

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