SAP IF_EX_QNAO_OBJCAT OO Class - BAdI Interface: BADI_QNAO_OBJCAT









IF_EX_QNAO_OBJCAT 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_EX_QNAO_OBJCAT 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_EX_QNAO_OBJCAT 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
CALL_VALUE_HELPExecutes Search Help for a Search AttributePublic
CALL METHOD if_ex_qnao_objcat=>CALL_VALUE_HELP...more details

CHECK_CONSISTENCYChecks ConsistencyPublic
CALL METHOD if_ex_qnao_objcat=>CHECK_CONSISTENCY...more details

CHECK_EXISTENCEChecks Existence of Object for a Search AttributePublic
CALL METHOD if_ex_qnao_objcat=>CHECK_EXISTENCE...more details

CONSISTENT_ON_QMEL_CHANGEDChecks Obj. Consistency After Change to Notification HeaderPublic
CALL METHOD if_ex_qnao_objcat=>CONSISTENT_ON_QMEL_CHANGED...more details

DISPLAYDisplay Detailed Information for ObjectPublic
CALL METHOD if_ex_qnao_objcat=>DISPLAY...more details

EXECUTE_FUNCTIONExecutes a FunctionPublic
CALL METHOD if_ex_qnao_objcat=>EXECUTE_FUNCTION...more details

GET_CONCATENATED_KEY_UIProvides Concatenated Key in UI FormatPublic
CALL METHOD if_ex_qnao_objcat=>GET_CONCATENATED_KEY_UI...more details

GET_FIELD_ATTRIBUTESField PropertiesPublic
CALL METHOD if_ex_qnao_objcat=>GET_FIELD_ATTRIBUTES...more details

GET_FUNCTIONSTransfers Category-Specific FunctionsPublic
CALL METHOD if_ex_qnao_objcat=>GET_FUNCTIONS...more details

GET_SEARCH_ATTRIBUTESTransfers Search AttributesPublic
CALL METHOD if_ex_qnao_objcat=>GET_SEARCH_ATTRIBUTES...more details

MAP_DATA_DB_TO_UITransfers Data in UI FormatPublic
CALL METHOD if_ex_qnao_objcat=>MAP_DATA_DB_TO_UI...more details

MAP_DATA_UI_TO_DBTransfers Data in Database FormatPublic
CALL METHOD if_ex_qnao_objcat=>MAP_DATA_UI_TO_DB...more details

MAP_RANGESTable Containing Search Attributes Is Mapped (Mapping)Public
CALL METHOD if_ex_qnao_objcat=>MAP_RANGES...more details

ON_QMEL_CHANGEDAdjustment of Key Fields due to Change in Notification HdrPublic
CALL METHOD if_ex_qnao_objcat=>ON_QMEL_CHANGED...more details



IF_EX_QNAO_OBJCAT 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
MC_AKTYP_CHANGEConstantActivity Category in Transaction (Cr/Ch/D)'H'LIKE
T365-AKTYP
Public
MC_AKTYP_CREATEConstantActivity Category in Transaction (Cr/Ch/D)'V'LIKE
T365-AKTYP
Public
MC_AKTYP_DISPLAYConstantActivity Category in Transaction (Cr/Ch/D)'A'LIKE
T365-AKTYP
Public
MC_KEY_NAME_01ConstantField Name'KEYFIELD_01'LIKE
DFIES-LFIELDNAME
Public
MC_KEY_NAME_02ConstantField Name'KEYFIELD_02'LIKE
DFIES-LFIELDNAME
Public
MC_KEY_NAME_03ConstantField Name'KEYFIELD_03'LIKE
DFIES-LFIELDNAME
Public


Links to Related Class(s)

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