SAP IF_RSAO_TLOGO OO Class - Analysis Office: TLOGO Wrapper Interface









IF_RSAO_TLOGO 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_RSAO_TLOGO 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_RSAO_TLOGO 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
AFTER_SAVE_ACT_DEL_CTOCheck after save/activate/deletePublic
CALL METHOD if_rsao_tlogo=>AFTER_SAVE_ACT_DEL_CTO...more details

CHECK_AUTHORITYCheck authority for userPublic
CALL METHOD if_rsao_tlogo=>CHECK_AUTHORITY...more details

CHECK_CTOChecks for Change Transport Organizer (CTO)Public
CALL METHOD if_rsao_tlogo=>CHECK_CTO...more details

COPY_VERSIONCopy version (Delivery to Active Version)Public
CALL METHOD if_rsao_tlogo=>COPY_VERSION...more details

DELETEDeletePublic
CALL METHOD if_rsao_tlogo=>DELETE...more details

EXISTSExists on DatabasePublic
CALL METHOD if_rsao_tlogo=>EXISTS...more details

GET_ALLGet all Tlogo ObjectsPublic
CALL METHOD if_rsao_tlogo=>GET_ALL...more details

GET_MAINT_STATEget CTO maintenance statePublic
CALL METHOD if_rsao_tlogo=>GET_MAINT_STATE...more details

GET_MESSAGESGet all messagesPublic
CALL METHOD if_rsao_tlogo=>GET_MESSAGES...more details

GET_OBJ_REFERENCEGet Tlogo Object ReferencePublic
CALL METHOD if_rsao_tlogo=>GET_OBJ_REFERENCE...more details

GET_PROPERTIESGet Tlogo Object PropertiesPublic
CALL METHOD if_rsao_tlogo=>GET_PROPERTIES...more details

GET_RELATEDGet related TLOGO objectsPublic
CALL METHOD if_rsao_tlogo=>GET_RELATED...more details

GET_SERVICE_REFGet Tlogo Service ReferencePublic
CALL METHOD if_rsao_tlogo=>GET_SERVICE_REF...more details

INSERT_CTOInsert Objects into CTO before savingPublic
CALL METHOD if_rsao_tlogo=>INSERT_CTO...more details

SAVESavePublic
CALL METHOD if_rsao_tlogo=>SAVE...more details

SET_MAINT_STATESet CTO maintenance statePublic
CALL METHOD if_rsao_tlogo=>SET_MAINT_STATE...more details

SET_MESSAGESet message to message bufferPublic
CALL METHOD if_rsao_tlogo=>SET_MESSAGE...more details

SET_OBJ_REFERENCESet Tlogo Object ReferencePublic
CALL METHOD if_rsao_tlogo=>SET_OBJ_REFERENCE...more details

SET_RELATEDSet related TLOGO objectsPublic
CALL METHOD if_rsao_tlogo=>SET_RELATED...more details

TRANSPORTTransport via CTOPublic
CALL METHOD if_rsao_tlogo=>TRANSPORT...more details




Links to Related Class(s)

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