SAP /SCMTMS/CL_AC_SUPER OO Class - Super class for BO specific authorization check classes









/SCMTMS/CL_AC_SUPER 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/CL_AC_SUPER including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMTMS/IF_AC

Method list of /SCMTMS/CL_AC_SUPER 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
ACTIVATE_ACActivate ACPublic
CALL METHOD /scmtms/cl_ac_super=>ACTIVATE_AC...more details

ADD_AC_4_ACTIONAdd authorization check for an actionProtected
CALL METHOD /scmtms/cl_ac_super=>ADD_AC_4_ACTION...more details

ADD_AC_4_MODIFY_CREATEAdd authorization check for a modify createProtected
CALL METHOD /scmtms/cl_ac_super=>ADD_AC_4_MODIFY_CREATE...more details

ADD_AC_4_MODIFY_DELETEAdd authorization check for a modify deleteProtected
CALL METHOD /scmtms/cl_ac_super=>ADD_AC_4_MODIFY_DELETE...more details

ADD_AC_4_MODIFY_UPDATEAdd authorization check for a modify updateProtected
CALL METHOD /scmtms/cl_ac_super=>ADD_AC_4_MODIFY_UPDATE...more details

ADD_AC_4_QUERYAdd authorization check for a queryProtected
CALL METHOD /scmtms/cl_ac_super=>ADD_AC_4_QUERY...more details

ADD_AC_4_RBAAdd authorization check for a retrieve by associationProtected
CALL METHOD /scmtms/cl_ac_super=>ADD_AC_4_RBA...more details

ADD_AC_4_RETRIEVEAdd authorization check for a retrieveProtected
CALL METHOD /scmtms/cl_ac_super=>ADD_AC_4_RETRIEVE...more details

ADD_AC_4_SAVEAdd authorization check for savingProtected
CALL METHOD /scmtms/cl_ac_super=>ADD_AC_4_SAVE...more details

ADD_MESSAGE_FROM_SYAdd message to /BOBF/CM_FRW=>TT_FRW from SYProtected
CALL METHOD /scmtms/cl_ac_super=>ADD_MESSAGE_FROM_SY...more details

ADJUST_AC_RESULTSAdjust authorization check resultsProtected
CALL METHOD /scmtms/cl_ac_super=>ADJUST_AC_RESULTS...more details

BUILD_MAPPING_TABLESRedef: Build mapping for conversions BO data 2 AC field valsProtected
CALL METHOD /scmtms/cl_ac_super=>BUILD_MAPPING_TABLES...more details

CHECK_AC_CALL_STACKCheck if current call stack allows AC (not in during save)Protected
CALL METHOD /scmtms/cl_ac_super=>CHECK_AC_CALL_STACK...more details

CHECK_AC_DONECheck if AC has already been executed sucessfullyPrivate
CALL METHOD /scmtms/cl_ac_super=>CHECK_AC_DONE...more details

CHECK_AUTHORITYPerform authority checks (static, instance)Private
CALL METHOD /scmtms/cl_ac_super=>CHECK_AUTHORITY...more details

CHECK_AUTHORITY_SINGLEPerform a single authority checkPublic
CALL METHOD /scmtms/cl_ac_super=>CHECK_AUTHORITY_SINGLE...more details

CHECK_N_ADD_AC_BUFFERCheck AC buffer and add not buffered entriesPrivate
CALL METHOD /scmtms/cl_ac_super=>CHECK_N_ADD_AC_BUFFER...more details

CLEAR_STACKClear auth. check stackPublic
CALL METHOD /scmtms/cl_ac_super=>CLEAR_STACK...more details

COMPLETE_NODE_ATTR_IDXExtend MT_NODE_ATTR_IDX table with field indexesPrivate
CALL METHOD /scmtms/cl_ac_super=>COMPLETE_NODE_ATTR_IDX...more details

CONSTRUCTORCONSTRUCTORProtected
CALL METHOD /scmtms/cl_ac_super=>CONSTRUCTOR...more details

DEACTIVATE_ACDeactivate AC (AC only on save)Public
CALL METHOD /scmtms/cl_ac_super=>DEACTIVATE_AC...more details

DETERMINE_START_NODE_KEYSDetermine start node and its keys for authority checksPrivate
CALL METHOD /scmtms/cl_ac_super=>DETERMINE_START_NODE_KEYS...more details

DET_ACTIVE_ACDetermine which kinds of AC are active for the current BOPrivate
CALL METHOD /scmtms/cl_ac_super=>DET_ACTIVE_AC...more details

DO_AUTHCHKPerform technical authority checkPrivate
CALL METHOD /scmtms/cl_ac_super=>DO_AUTHCHK...more details

EXECUTE_AC_POSTCheck if AC needs to be executed (POST Method)Private
CALL METHOD /scmtms/cl_ac_super=>EXECUTE_AC_POST...more details

EXECUTE_AC_PRECheck if AC needs to be executed (PRE Method)Private
CALL METHOD /scmtms/cl_ac_super=>EXECUTE_AC_PRE...more details

EXEC_AC_1Execute authority check with 1 AC fieldPrivate
CALL METHOD /scmtms/cl_ac_super=>EXEC_AC_1...more details

EXEC_AC_10Execute authority check with 10 AC fieldPrivate
CALL METHOD /scmtms/cl_ac_super=>EXEC_AC_10...more details

EXEC_AC_2Execute authority check with 2 AC fieldPrivate
CALL METHOD /scmtms/cl_ac_super=>EXEC_AC_2...more details

EXEC_AC_3Execute authority check with 3 AC fieldPrivate
CALL METHOD /scmtms/cl_ac_super=>EXEC_AC_3...more details

EXEC_AC_4Execute authority check with 4 AC fieldPrivate
CALL METHOD /scmtms/cl_ac_super=>EXEC_AC_4...more details

EXEC_AC_5Execute authority check with 5 AC fieldPrivate
CALL METHOD /scmtms/cl_ac_super=>EXEC_AC_5...more details

EXEC_AC_6Execute authority check with 6 AC fieldPrivate
CALL METHOD /scmtms/cl_ac_super=>EXEC_AC_6...more details

EXEC_AC_7Execute authority check with 7 AC fieldPrivate
CALL METHOD /scmtms/cl_ac_super=>EXEC_AC_7...more details

EXEC_AC_8Execute authority check with 8 AC fieldPrivate
CALL METHOD /scmtms/cl_ac_super=>EXEC_AC_8...more details

EXEC_AC_9Execute authority check with 9 AC fieldPrivate
CALL METHOD /scmtms/cl_ac_super=>EXEC_AC_9...more details

EXTERNAL_CHECK_AUTHORITYCheck authorizations from externalPublic
CALL METHOD /scmtms/cl_ac_super=>EXTERNAL_CHECK_AUTHORITY...more details

FILL_AC_FIELDVAL_STRFill authority field and value structuresProtected
CALL METHOD /scmtms/cl_ac_super=>FILL_AC_FIELDVAL_STR...more details

FILL_AC_FOR_STATIC_CHECKBuild up authority check runtime table for static checkPrivate
CALL METHOD /scmtms/cl_ac_super=>FILL_AC_FOR_STATIC_CHECK...more details

FILL_AC_FROM_DC_DATABuild up authority check runtime table from data DC tablePrivate
CALL METHOD /scmtms/cl_ac_super=>FILL_AC_FROM_DC_DATA...more details

FILL_AC_FROM_QRESBuild up authority check runtime table from query result tabPrivate
CALL METHOD /scmtms/cl_ac_super=>FILL_AC_FROM_QRES...more details

FILL_AC_STATIC_FIELDSFill static AC fields for instance AC checksPrivate
CALL METHOD /scmtms/cl_ac_super=>FILL_AC_STATIC_FIELDS...more details

GET_AC_ATTRIBUTESGet authority check fieldsPublic
CALL METHOD /scmtms/cl_ac_super=>GET_AC_ATTRIBUTES...more details

GET_AC_FAIL_MSGDetermine message parameters for failed authorityPrivate
CALL METHOD /scmtms/cl_ac_super=>GET_AC_FAIL_MSG...more details

GET_AC_STATUSGet AC StatusPublic
CALL METHOD /scmtms/cl_ac_super=>GET_AC_STATUS...more details

GET_BO_KEYPublic
CALL METHOD /scmtms/cl_ac_super=>GET_BO_KEY...more details

GET_BUF_KEYGenerate buffer key for authority check resultsPrivate
CALL METHOD /scmtms/cl_ac_super=>GET_BUF_KEY...more details

GET_INSTANCE_DATAGet instance data for authority checksProtected
CALL METHOD /scmtms/cl_ac_super=>GET_INSTANCE_DATA...more details

GET_RELEVANT_AUTH_CHECKSDetermine relevant authorization checksPrivate
CALL METHOD /scmtms/cl_ac_super=>GET_RELEVANT_AUTH_CHECKS...more details

GET_STATIC_FIELDVALCheck allowed field values for static ACProtected
CALL METHOD /scmtms/cl_ac_super=>GET_STATIC_FIELDVAL...more details

GET_USER_NAMEReturn user name being used for Authority CheckProtected
CALL METHOD /scmtms/cl_ac_super=>GET_USER_NAME...more details

MAP_NODE2ACFIELD_VALUERedef: Map BO node data to AC Field ValueProtected
CALL METHOD /scmtms/cl_ac_super=>MAP_NODE2ACFIELD_VALUE...more details

MSG_ACFAIL_ACTIONMessage in case of failed AC for action exectionProtected
CALL METHOD /scmtms/cl_ac_super=>MSG_ACFAIL_ACTION...more details

MSG_ACFAIL_MODIFYMessage in case of failed AC for modifyProtected
CALL METHOD /scmtms/cl_ac_super=>MSG_ACFAIL_MODIFY...more details

MSG_ACFAIL_NODEMessage in case of failed AC for retrieveProtected
CALL METHOD /scmtms/cl_ac_super=>MSG_ACFAIL_NODE...more details

MSG_ACFAIL_QUERYMessage in case of failed AC for query exectionProtected
CALL METHOD /scmtms/cl_ac_super=>MSG_ACFAIL_QUERY...more details

MSG_ACFAIL_SAVEMessage in case of failed AC for saveProtected
CALL METHOD /scmtms/cl_ac_super=>MSG_ACFAIL_SAVE...more details

SET_AC_QUERY_DONESet AC to done for a specific queryPublic
CALL METHOD /scmtms/cl_ac_super=>SET_AC_QUERY_DONE...more details

SET_AC_STACK_FOR_QDBSet AC Stack for Generic Result QueryPublic
CALL METHOD /scmtms/cl_ac_super=>SET_AC_STACK_FOR_QDB...more details

TEST_ADM_RT_CONSISTENCYTest: Check consistency of runtime AC tablePrivate
CALL METHOD /scmtms/cl_ac_super=>TEST_ADM_RT_CONSISTENCY...more details

TEST_CLEANUP_AC_RESULTTest: Cleanup authority check test resultsPrivate
CALL METHOD /scmtms/cl_ac_super=>TEST_CLEANUP_AC_RESULT...more details

TEST_SET_AC_RESULTTest: Set authority check test resultPrivate
CALL METHOD /scmtms/cl_ac_super=>TEST_SET_AC_RESULT...more details

UNLOCK_NODE_INSTANCESUnlock locked node instances with failed ACPrivate
CALL METHOD /scmtms/cl_ac_super=>UNLOCK_NODE_INSTANCES...more details

UPD_AC_RT_FROM_ACTPARAAC RT data from action parametersPrivate
CALL METHOD /scmtms/cl_ac_super=>UPD_AC_RT_FROM_ACTPARA...more details

UPD_INSTANCE_DATA_FROM_MODUpdate DC data container from FRW modification tablePrivate
CALL METHOD /scmtms/cl_ac_super=>UPD_INSTANCE_DATA_FROM_MOD...more details



/SCMTMS/CL_AC_SUPER 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
C_ACTAREA_CALC_CHARGESConstantActivity Area'CALC_CHARG'LIKE
/SCMTMS/AC_ACTIVITY_AREA
Public
C_ACTAREA_CUSTOMSConstantActivity Area'CUSTOMS'LIKE
/SCMTMS/AC_ACTIVITY_AREA
Public
C_ACTAREA_QUOTATIONConstantActivity Area'QUOTATION'LIKE
/SCMTMS/AC_ACTIVITY_AREA
Public
C_ACTAREA_SFIRConstantActivity Area'SFIR'LIKE
/SCMTMS/AC_ACTIVITY_AREA
Public
C_ACTAREA_SUBCONTRACTINGConstantActivity Area'SUBCONTRAC'LIKE
/SCMTMS/AC_ACTIVITY_AREA
Public
C_ACTVT_CREATEConstantActivity for AC: Create'01'LIKE
ACTIV_AUTH
Public
C_ACTVT_DELETEConstantActivity for AC: Delete'06'LIKE
ACTIV_AUTH
Public
C_ACTVT_DISPLAYConstantActivity for AC: Display'03'LIKE
ACTIV_AUTH
Public
C_ACTVT_DISPLAY_CDConstantActivity for AC: Display Change Documents'08'LIKE
ACTIV_AUTH
Public
C_ACTVT_DISPLAY_PRICINGConstantActivity for AC: Display Pricing'09'LIKE
ACTIV_AUTH
Public
C_ACTVT_EXECUTEConstantActivity for AC: Execute'16'LIKE
ACTIV_AUTH
Public
C_ACTVT_EXECUTE_ARCHIVINGConstantActivity for AC: Execute Archiving'24'LIKE
ACTIV_AUTH
Public
C_ACTVT_EXECUTE_CANCELConstantActivity for AC: Execute Cancel'FA'LIKE
ACTIV_AUTH
Public
C_ACTVT_EXECUTE_COPYConstantActivity for AC: Execute Copy'D1'LIKE
ACTIV_AUTH
Public
C_ACTVT_EXECUTE_CRFRTMPLConstantActivity for AC: Execute Create from Template'92'LIKE
ACTIV_AUTH
Public
C_ACTVT_EXECUTE_PLANConstantActivity for AC: Execute Plan'72'LIKE
ACTIV_AUTH
Public
C_ACTVT_EXECUTE_PRINTConstantActivity for AC: Execute Print'80'LIKE
ACTIV_AUTH
Public
C_ACTVT_EXECUTE_SENDConstantActivity for AC: Execute Send'A9'LIKE
ACTIV_AUTH
Public
C_ACTVT_FIELDNAMEConstantField Name'ACTVT'LIKE
XUFIELD
Public
C_ACTVT_SAVEConstantActivity for AC: Save'32'LIKE
ACTIV_AUTH
Public
C_ACTVT_UPDATEConstantActivity for AC: Update'02'LIKE
ACTIV_AUTH
Public
C_ACVAL_ACTION_NAMEConstantStatic Authority Check Field Value'ACTION_NAME'LIKE
TY_AC_VAL
Public
C_ACVAL_BO_NAMEConstantStatic Authority Check Field Value'BO_NAME'LIKE
TY_AC_VAL
Public
C_ACVAL_NODE_NAMEConstantStatic Authority Check Field Value'NODE_NAME'LIKE
TY_AC_VAL
Public
C_AC_ACTIVE_ALLConstantStat. and inst. auth. check defined'X'LIKE
CHAR1
Protected
C_AC_ACTIVE_INSTANCEConstantInstance auth. check defined'I'LIKE
CHAR1
Protected
C_AC_ACTIVE_NONEConstantNo auth. check definedSPACELIKE
CHAR1
Protected
C_AC_ACTIVE_STATICConstantStatic auth. check defined'S'LIKE
CHAR1
Protected
C_INITIAL_KEYConstantInitial RAW 16 key'00000000000000000000000000000000'LIKE
/BOBF/CONF_KEY
Public
C_MAX_DUMMYConstantMaximum number of DUMMY fields5LIKE
INT1
Public
C_SERVMGR_BEFORE_SAVEConstantService manager method'SAVE'LIKE
SEOCPDNAME
Public
C_SERVMGR_CHECK_ACTIONConstantService manager method'CHECK_ACTION'LIKE
SEOCPDNAME
Public
C_SERVMGR_CHECK_AND_DETConstantService manager method'CHECK_AND_DETERMINE'LIKE
SEOCPDNAME
Public
C_SERVMGR_CHECK_CONSConstantService manager method'CHECK_CONSISTENCY'LIKE
SEOCPDNAME
Public
C_SERVMGR_CONVERT_ALT_KEYConstantService manager method'CONVERT_ALTERN_KEY'LIKE
SEOCPDNAME
Public
C_SERVMGR_DO_ACTIONConstantService manager method'DO_ACTION'LIKE
SEOCPDNAME
Public
C_SERVMGR_MODIFYConstantService manager method'MODIFY'LIKE
SEOCPDNAME
Public
C_SERVMGR_QUERYConstantService manager method'QUERY'LIKE
SEOCPDNAME
Public
C_SERVMGR_RETRIEVEConstantService manager method'RETRIEVE'LIKE
SEOCPDNAME
Public
C_SERVMGR_RETRIEVE_BASSOCConstantService manager method'RETRIEVE_BY_ASSOCIATION'LIKE
SEOCPDNAME
Public
C_SERVMGR_RETRIEVE_CVALSETConstantService manager method'RETRIEVE_CODE_VALUE_SET'LIKE
SEOCPDNAME
Public
C_SERVMGR_RETRIEVE_DEFACTPARConstantService manager method'RETRIEVE_DEFAULT_ACTION_PARAM'LIKE
SEOCPDNAME
Public
C_SERVMGR_RETRIEVE_DEFNODVALConstantService manager method'RETRIEVE_DEFAULT_NODE_VALUES'LIKE
SEOCPDNAME
Public
C_SERVMGR_RETRIEVE_DEFQRYPARConstantService manager method'RETRIEVE_DEFAULT_QUERY_PARAM'LIKE
SEOCPDNAME
Public
C_SERVMGR_RETRIEVE_PROPERTYConstantService manager method'RETRIEVE_PROPERTY'LIKE
SEOCPDNAME
Public
C_TRIGGER_ACTIONConstantAuthority Check trigger'A'LIKE
/SCMTMS/AC_TRIGGER
Public
C_TRIGGER_CREATE_AFTERConstantAuthority Check trigger'AC'LIKE
/SCMTMS/AC_TRIGGER
Public
C_TRIGGER_CREATE_BEFOREConstantAuthority Check trigger'BC'LIKE
/SCMTMS/AC_TRIGGER
Public
C_TRIGGER_DELETEConstantAuthority Check trigger'D'LIKE
/SCMTMS/AC_TRIGGER
Public
C_TRIGGER_RETRIEVEConstantAuthority Check trigger'R'LIKE
/SCMTMS/AC_TRIGGER
Public
C_TRIGGER_RETRIEVE_EDITConstantAuthority Check trigger'RE'LIKE
/SCMTMS/AC_TRIGGER
Public
C_TRIGGER_SAVEConstantAuthority Check trigger'SV'LIKE
/SCMTMS/AC_TRIGGER
Public
C_TRIGGER_UPDATE_AFTERConstantAuthority Check trigger'AU'LIKE
/SCMTMS/AC_TRIGGER
Public
C_TRIGGER_UPDATE_BEFOREConstantAuthority Check trigger'BU'LIKE
/SCMTMS/AC_TRIGGER
Public
MO_BADI_CHKInstance AttributeAuthority Check BAdILIKE
/SCMTMS/AC_BADI
Protected
MO_BADI_SETUPInstance AttributeBAdI for Authorization Check Definition SetupLIKE
/SCMTMS/AC_SETUP_BADI
Protected
MO_BOPFInstance AttributeInterface for the Service LayerLIKE
/BOBF/IF_FRW_SERVICE_LAYER
Protected
MO_CONFInstance AttributeInterface for ConfigurationLIKE
/BOBF/IF_FRW_CONFIGURATION
Protected
MS_ACTIONInstance AttributeConfiguration: ActionLIKE
/BOBF/S_CONFRO_ACT_LIST
Protected
MS_AC_ACTIVEInstance AttributeWhich kinds of authority checks are defined for a spec. BO?LIKE
TY_AC_ACTIVE
Protected
MS_NODEInstance AttributeConfiguration: NodeLIKE
/BOBF/S_CONFRO_NODE
Protected
MS_OBJInstance AttributeConfiguration: Version-Dependent Root NodeLIKE
/BOBF/S_CONFRO_OBJ
Protected
MS_QUERYInstance AttributeConfiguration: QueryLIKE
/BOBF/S_CONFRO_QUERY
Protected
MT_ACTION_ACTVTStatic AttributeAction execution ACTVTLIKE
TT_DISPLAY_ACTVT
Protected
MT_ACTVTInstance AttributeAuthority Check ACTVT registryLIKE
TT_ACTVT
Protected
MT_AC_ADMInstance AttributeAuthority Check AdministrationLIKE
TT_AC_ADM
Protected
MT_AC_BUFFERInstance AttributeAuthority Check Result BufferLIKE
TT_AC_BUF
Protected
MT_AC_DONE_REGISTRYInstance AttributeSuccessfully checked instances for query, retrieve etc.LIKE
TT_AC_DONE_REG
Private
MT_AC_RETRIEVE_METHInstance AttributeService manager methods being equivalent regard. retrieve ACLIKE
/SCMTMS/T_STRING
Protected
MT_AC_TEST_RTInstance AttributeAuthority Check Test RuntimeLIKE
TT_AC_RT
Private
MT_AC_TEST_SUBRCInstance AttributeAuthority check test results (predefined)LIKE
TT_AC_TEST_SUBRC
Private
MT_DISPLAY_ACTVTStatic AttributeDisplay ACTVTLIKE
TT_DISPLAY_ACTVT
Protected
MT_DISPLAY_RETRIEVE_DONEInstance AttributeAC Done for Instance with Display Retrieve, Query etc.LIKE
/BOBF/T_FRW_KEY
Private
MT_EDIT_RETRIEVE_DONEInstance AttributeAC Done for Instances with Edit Retrieve, Query etc.LIKE
/BOBF/T_FRW_KEY
Private
MT_NODE_ATTR_IDXInstance AttributeNode attribute index tableLIKE
TT_NODE_ATTR_IDX
Protected
MT_ORGMAP_BUFInstance AttributeOrganizational Unit Mapping bufferLIKE
/SCMB/T_ORGUNIT
Protected
MV_ACPI_CHECKEDStatic AttributeAuthority Check PlugIn checked?ABAP_FALSELIKE
ABAP_BOOL
Private
MV_AC_TM_ALLStatic AttributeTwo digit number'00'LIKE
NUMC2
Private
MV_BO_KEYInstance AttributeBusiness ObjectLIKE
/BOBF/OBM_BO_KEY
Protected
MV_BUFVAR_AFTER_MODIFYInstance AttributeBuffer VariantLIKE
/SCMTMS/BUFFER_VARIANT
Private
MV_BUFVAR_BEFOREInstance AttributeBuffer VariantLIKE
/SCMTMS/BUFFER_VARIANT
Private
MV_IGNORE_STACKInstance AttributeExecute AC in stacked callABAP_FALSELIKE
ABAP_BOOL
Private
MV_MAX_AC_IDInstance AttributeCurrently max. AC IDLIKE
INT2
Private
MV_MODIFY_AFTERInstance AttributeThere are After Modify ACs registered...LIKE
ABAP_BOOL
Private
MV_NO_ACStatic AttributeAC deactivatedABAP_FALSELIKE
ABAP_BOOL
Private
MV_QAC_ACTIVEStatic AttributeAuthority Check PlugIn active for queriesABAP_FALSELIKE
ABAP_BOOL
Private
MV_QUERY_DONEInstance AttributeQuery, for which AC was already performedLIKE
/BOBF/OBM_QUERY_KEY
Protected
MV_QUERY_EDIT_MODEInstance AttributeCheck query results in Edit mode?ABAP_FALSELIKE
ABAP_BOOL
Private
MV_STACKStatic AttributeStack counter0LIKE
INT4
Protected
MV_UNAMEStatic AttributeUser for whom AC is performedLIKE
SYUNAME
Protected




/SCMTMS/CL_AC_SUPER types

TT_AC - Authority Check Field/Value assignment
TT_ACFIELD_ACTPAR - AC field to Action parameter mapping
TT_ACTVT - Authority Check ACTVT registry
TT_AC_ADM - Authority Check Administration
TT_AC_BUF - Authority Check Result Buffer
TT_AC_DONE_REG - Executed AC per instace registry
TT_AC_KEYS -
TT_AC_REQ - Authority Check Request
TT_AC_RESULT - Authority Check Results
TT_AC_RT - Authority Check Runtime
TT_AC_TEST_SUBRC - Authority check test results (predefined)
TT_DELEGATION -
TT_DISPLAY_ACTVT -
TT_MOD_RESULT - Modify AC Result Table
TT_NODE_ATTR_IDX - Node attribute index table
TT_NODE_INDEX - Node index list for data crawler data extraction
TT_NODE_KEYS - Modify AC: Node, Change Mode, Key, Modifications table
TY_AC - Authority Check Field/Value assignment
TY_ACFIELD_ACTPAR - AC field to Action parameter mapping
TY_ACGRP_SUBRC -
TY_ACTVT - Authority Check ACTVT registry
TY_AC_ACTIVE - Which kinds of authority checks are defined for a spec. BO?
TY_AC_ADM - Authority Check Administration
TY_AC_BUF - Authority Check Result Buffer
TY_AC_DONE_REG - Executed AC per instace registry
TY_AC_KEYS -
TY_AC_REQ - Authority Check Request
TY_AC_RESULT - Authority Check Result Structure
TY_AC_RT - Authority Check Runtime
TY_AC_TEST_SUBRC - Authority check test results (predefined)
TY_AC_VAL -
TY_AUTH_FIELDS - Authority Check Fields
TY_DELEGATION -
TY_FIELD_VALUES - Authority Check Field Values
TY_MOD_RESULT - Modify AC Result Table
TY_NODE_ATTR_IDX - Node attribute index table
TY_NODE_INDEX - Node index list for data crawler data extraction
TY_NODE_KEYS - Modify AC: Node, Change Mode, Key, Modifications structure

Links to Related Class(s)

/SCMTMS/...
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!