SAP /BOBF/IF_TRA_PLUGIN_SERV_MGR OO Class - Interface for service manager plugins









/BOBF/IF_TRA_PLUGIN_SERV_MGR 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 /BOBF/IF_TRA_PLUGIN_SERV_MGR 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 /BOBF/IF_TRA_PLUGIN_SERV_MGR 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
POST_CHECK_ACTIONAfter check actionPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>POST_CHECK_ACTION...more details

POST_CHECK_AND_DETERMINEAfter check and determinePublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>POST_CHECK_AND_DETERMINE...more details

POST_CHECK_CONSISTENCYAfter check consistencyPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>POST_CHECK_CONSISTENCY...more details

POST_CONVERT_ALTERN_KEYAfter convert alternative keyPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>POST_CONVERT_ALTERN_KEY...more details

POST_DO_ACTIONAfter do actionPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>POST_DO_ACTION...more details

POST_MODIFYAfter modifyPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>POST_MODIFY...more details

POST_QUERYAfter queryPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>POST_QUERY...more details

POST_RETRIEVEAfter retrievePublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>POST_RETRIEVE...more details

POST_RETRIEVE_BY_ASSOCIATIONAfter retrieve by associationPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>POST_RETRIEVE_BY_ASSOCIATION...more details

POST_RETRIEVE_CODE_VALUE_SETAfter retrieve code value setPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>POST_RETRIEVE_CODE_VALUE_SET...more details

POST_RETRIEVE_DFLT_ACTION_PARAAfter default action parametersPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>POST_RETRIEVE_DFLT_ACTION_PARA...more details

POST_RETRIEVE_DFLT_NODE_VALUESAfter default node valuesPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>POST_RETRIEVE_DFLT_NODE_VALUES...more details

POST_RETRIEVE_DFLT_QUERY_PARAMAfter default query parametersPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>POST_RETRIEVE_DFLT_QUERY_PARAM...more details

POST_RETRIEVE_PROPERTYAfter retrieve propertyPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>POST_RETRIEVE_PROPERTY...more details

PRE_CHECK_ACTIONBefore check actionPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>PRE_CHECK_ACTION...more details

PRE_CHECK_AND_DETERMINEBefore check and determinePublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>PRE_CHECK_AND_DETERMINE...more details

PRE_CHECK_CONSISTENCYBefore check consistencyPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>PRE_CHECK_CONSISTENCY...more details

PRE_DO_ACTIONBefore do actionPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>PRE_DO_ACTION...more details

PRE_MODIFYBefore modifyPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>PRE_MODIFY...more details

PRE_QUERYBefore queryPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>PRE_QUERY...more details

PRE_RETRIEVEBefore retrievePublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>PRE_RETRIEVE...more details

PRE_RETRIEVE_BY_ASSOCIATIONBefore retrieve by associationPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>PRE_RETRIEVE_BY_ASSOCIATION...more details

PRE_RETRIEVE_CODE_VALUE_SETBefore code value setPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>PRE_RETRIEVE_CODE_VALUE_SET...more details

PRE_RETRIEVE_DFLT_ACTION_PARABefore default action parametersPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>PRE_RETRIEVE_DFLT_ACTION_PARA...more details

PRE_RETRIEVE_DFLT_NODE_VALUESBefore node valuesPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>PRE_RETRIEVE_DFLT_NODE_VALUES...more details

PRE_RETRIEVE_DFLT_QUERY_PARAMBefore query parametersPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>PRE_RETRIEVE_DFLT_QUERY_PARAM...more details

PRE_RETRIEVE_PROPERTYBefore retrieve propertyPublic
CALL METHOD /bobf/if_tra_plugin_serv_mgr=>PRE_RETRIEVE_PROPERTY...more details




Links to Related Class(s)

/BOBF/IF...
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!