SAP /SCMTMS/IF_AC OO Class - Interface for service manager plugins
/SCMTMS/IF_AC 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 /SCMTMS/IF_AC 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 /SCMTMS/IF_AC 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 Name | Description | Visability |
| GET_BO_KEY | Get own BO Key | Public |
| CALL METHOD /scmtms/if_ac=>GET_BO_KEY...more details | ||
| GET_EDIT_MODE_FOR_QUERY | Get query edit mode for authorization checks | Public |
| CALL METHOD /scmtms/if_ac=>GET_EDIT_MODE_FOR_QUERY...more details | ||
| IS_AC_STACK_IGNORED | Is AC Stack ignored? | Public |
| CALL METHOD /scmtms/if_ac=>IS_AC_STACK_IGNORED...more details | ||
| OPTIMZE_AC_ADM | Optimize AC ADM table after Constructor call | Public |
| CALL METHOD /scmtms/if_ac=>OPTIMZE_AC_ADM...more details | ||
| POST_CHECK_ACTION | After check action | Public |
| CALL METHOD /scmtms/if_ac=>POST_CHECK_ACTION...more details | ||
| POST_CHECK_AND_DETERMINE | After check and determine | Public |
| CALL METHOD /scmtms/if_ac=>POST_CHECK_AND_DETERMINE...more details | ||
|
| ||
| POST_CHECK_BEFORE_SAVE | Post Check Before Save | Public |
| CALL METHOD /scmtms/if_ac=>POST_CHECK_BEFORE_SAVE...more details | ||
| POST_CHECK_CONSISTENCY | After check consistency | Public |
| CALL METHOD /scmtms/if_ac=>POST_CHECK_CONSISTENCY...more details | ||
| POST_CONVERT_ALTERN_KEY | After convert alternative key | Public |
| CALL METHOD /scmtms/if_ac=>POST_CONVERT_ALTERN_KEY...more details | ||
| POST_DO_ACTION | After do action | Public |
| CALL METHOD /scmtms/if_ac=>POST_DO_ACTION...more details | ||
| POST_MODIFY | After modify | Public |
| CALL METHOD /scmtms/if_ac=>POST_MODIFY...more details | ||
| POST_QUERY | After query | Public |
| CALL METHOD /scmtms/if_ac=>POST_QUERY...more details | ||
| POST_RETRIEVE | After retrieve | Public |
| CALL METHOD /scmtms/if_ac=>POST_RETRIEVE...more details | ||
| POST_RETRIEVE_BY_ASSOCIATION | After retrieve by association | Public |
| CALL METHOD /scmtms/if_ac=>POST_RETRIEVE_BY_ASSOCIATION...more details | ||
| POST_RETRIEVE_CODE_VALUE_SET | After retrieve code value set | Public |
| CALL METHOD /scmtms/if_ac=>POST_RETRIEVE_CODE_VALUE_SET...more details | ||
| POST_RETRIEVE_DFLT_ACTION_PARA | After default action parameters | Public |
| CALL METHOD /scmtms/if_ac=>POST_RETRIEVE_DFLT_ACTION_PARA...more details | ||
| POST_RETRIEVE_DFLT_NODE_VALUES | After default node values | Public |
| CALL METHOD /scmtms/if_ac=>POST_RETRIEVE_DFLT_NODE_VALUES...more details | ||
| POST_RETRIEVE_DFLT_QUERY_PARAM | After default query parameters | Public |
| CALL METHOD /scmtms/if_ac=>POST_RETRIEVE_DFLT_QUERY_PARAM...more details | ||
| POST_RETRIEVE_PROPERTY | After retrieve property | Public |
| CALL METHOD /scmtms/if_ac=>POST_RETRIEVE_PROPERTY...more details | ||
| PRE_CHECK_ACTION | Before check action | Public |
| CALL METHOD /scmtms/if_ac=>PRE_CHECK_ACTION...more details | ||
| PRE_CHECK_AND_DETERMINE | Before check and determine | Public |
| CALL METHOD /scmtms/if_ac=>PRE_CHECK_AND_DETERMINE...more details | ||
| PRE_CHECK_CONSISTENCY | Before check consistency | Public |
| CALL METHOD /scmtms/if_ac=>PRE_CHECK_CONSISTENCY...more details | ||
| PRE_DO_ACTION | Before do action | Public |
| CALL METHOD /scmtms/if_ac=>PRE_DO_ACTION...more details | ||
| PRE_MODIFY | Before modify | Public |
| CALL METHOD /scmtms/if_ac=>PRE_MODIFY...more details | ||
| PRE_QUERY | Before query | Public |
| CALL METHOD /scmtms/if_ac=>PRE_QUERY...more details | ||
| PRE_RETRIEVE | Before retrieve | Public |
| CALL METHOD /scmtms/if_ac=>PRE_RETRIEVE...more details | ||
| PRE_RETRIEVE_BY_ASSOCIATION | Before retrieve by association | Public |
| CALL METHOD /scmtms/if_ac=>PRE_RETRIEVE_BY_ASSOCIATION...more details | ||
| PRE_RETRIEVE_CODE_VALUE_SET | Before code value set | Public |
| CALL METHOD /scmtms/if_ac=>PRE_RETRIEVE_CODE_VALUE_SET...more details | ||
| PRE_RETRIEVE_DFLT_ACTION_PARA | Before default action parameters | Public |
| CALL METHOD /scmtms/if_ac=>PRE_RETRIEVE_DFLT_ACTION_PARA...more details | ||
| PRE_RETRIEVE_DFLT_NODE_VALUES | Before node values | Public |
| CALL METHOD /scmtms/if_ac=>PRE_RETRIEVE_DFLT_NODE_VALUES...more details | ||
| PRE_RETRIEVE_DFLT_QUERY_PARAM | Before query parameters | Public |
| CALL METHOD /scmtms/if_ac=>PRE_RETRIEVE_DFLT_QUERY_PARAM...more details | ||
| PRE_RETRIEVE_PROPERTY | Before retrieve property | Public |
| CALL METHOD /scmtms/if_ac=>PRE_RETRIEVE_PROPERTY...more details | ||
| SET_EDIT_MODE_FOR_QUERY | Check query results with Edit authorizations (dflt: display) | Public |
| CALL METHOD /scmtms/if_ac=>SET_EDIT_MODE_FOR_QUERY...more details | ||
| SET_IGNORE_AC_STACK | Set AC Ignore Stack Status | Public |
| CALL METHOD /scmtms/if_ac=>SET_IGNORE_AC_STACK...more details | ||
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects