SAP IF_UC_MAPRULE OO Class - Interface for Mapping Rule









IF_UC_MAPRULE 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_UC_MAPRULE 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_UC_MAPRULE 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
GET_AREAGet its cons areaPublic
CALL METHOD if_uc_maprule=>GET_AREA...more details

GET_DESCRIPTIONCalculate the description texts of the rulePublic
CALL METHOD if_uc_maprule=>GET_DESCRIPTION...more details

GET_LINEGet a line's contentPublic
CALL METHOD if_uc_maprule=>GET_LINE...more details

GET_LINE_COUNTGet the number of linesPublic
CALL METHOD if_uc_maprule=>GET_LINE_COUNT...more details

GET_LINE_LISTGet the rule's linesPublic
CALL METHOD if_uc_maprule=>GET_LINE_LIST...more details

GET_LTXTGet the long text of the rulePublic
CALL METHOD if_uc_maprule=>GET_LTXT...more details

GET_MODELGet the source and target modelPublic
CALL METHOD if_uc_maprule=>GET_MODEL...more details

GET_NAMEGet the name of the rulePublic
CALL METHOD if_uc_maprule=>GET_NAME...more details

GET_RULEIDGet the rule IDPublic
CALL METHOD if_uc_maprule=>GET_RULEID...more details

GET_SOURCE_FIELD_ATTRGet the source fields of the rulePublic
CALL METHOD if_uc_maprule=>GET_SOURCE_FIELD_ATTR...more details

GET_STATUSCalculate the status of the mapping rule: OK,WARNING,INVALIDPublic
CALL METHOD if_uc_maprule=>GET_STATUS...more details

GET_TARGETFIELDGet the target fieldPublic
CALL METHOD if_uc_maprule=>GET_TARGETFIELD...more details

INSERT_LINEInsert an operator(line) to the contentPublic
CALL METHOD if_uc_maprule=>INSERT_LINE...more details

REMOVE_LINERemove an operator(line) from the contentPublic
CALL METHOD if_uc_maprule=>REMOVE_LINE...more details

SET_LINESet a line's contentPublic
CALL METHOD if_uc_maprule=>SET_LINE...more details

SET_LTXTSet the long text of the rulePublic
CALL METHOD if_uc_maprule=>SET_LTXT...more details

SET_NAMEName or rename the rulePublic
CALL METHOD if_uc_maprule=>SET_NAME...more details

SET_TARGETFIELDSet the target fieldPublic
CALL METHOD if_uc_maprule=>SET_TARGETFIELD...more details

UNNAMEUnname the rulePublic
CALL METHOD if_uc_maprule=>UNNAME...more details



IF_UC_MAPRULE 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
MAPRULE_FIELDNAMEConstantField Name'MAPRULE'LIKE
UC_FIELDNAME
Public
OPR_APPLYConstantMapping rule operator'APPL'LIKE
UC_MAPOPERATOR
Public
OPR_ENDIFConstantMapping rule operator'ENIF'LIKE
CHAR4
Public
OPR_IFConstantMapping rule operator'IF'LIKE
UC_MAPOPERATOR
Public
OPR_MOVEConstantMapping rule operator'MOVE'LIKE
UC_MAPOPERATOR
Public
OPR_REASSIGNConstantMapping rule operator'REAS'LIKE
UC_MAPOPERATOR
Public


Links to Related Class(s)

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