SAP IF_UKM_CUSTOMIZING OO Class - Customizing (Except Processes and Formulas)









IF_UKM_CUSTOMIZING 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_UKM_CUSTOMIZING 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_UKM_CUSTOMIZING 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
CHECK_COMMITMENT_TYPE_AGINGCredit Exposure Categories for Overdue ItemsPublic
CALL METHOD if_ukm_customizing=>CHECK_COMMITMENT_TYPE_AGING...more details

GET_ATTRIBUTESRead Attributes of a GroupPublic
CALL METHOD if_ukm_customizing=>GET_ATTRIBUTES...more details

GET_ATTRIBUTE_GROUPSRead Attribute GroupsPublic
CALL METHOD if_ukm_customizing=>GET_ATTRIBUTE_GROUPS...more details

GET_BLOCK_REASON_TEXTRead Text for Lock ReasonPublic
CALL METHOD if_ukm_customizing=>GET_BLOCK_REASON_TEXT...more details

GET_CHECK_STEPSRead Individual Steps for Check RulePublic
CALL METHOD if_ukm_customizing=>GET_CHECK_STEPS...more details

GET_CREDIT_SGMNTRead Credit Segment (Customizing)Public
CALL METHOD if_ukm_customizing=>GET_CREDIT_SGMNT...more details

GET_CREDIT_SGMNTSRead All Credit Segments in RangePublic
CALL METHOD if_ukm_customizing=>GET_CREDIT_SGMNTS...more details

GET_DEFAULT_CREDIT_SGMNTGet Default Credit SegmentPublic
CALL METHOD if_ukm_customizing=>GET_DEFAULT_CREDIT_SGMNT...more details

GET_DEFAULT_RULESRead Default Rule and Default Check RulePublic
CALL METHOD if_ukm_customizing=>GET_DEFAULT_RULES...more details

GET_EXTID_TYPEDetermine Ext. ID Cat. Using Limit Rule and Rating MethodPublic
CALL METHOD if_ukm_customizing=>GET_EXTID_TYPE...more details

GET_GRADESReturn Ratings for a Rating ProcedurePublic
CALL METHOD if_ukm_customizing=>GET_GRADES...more details

GET_GRADE_METHODSRead Rating Procedures for RulePublic
CALL METHOD if_ukm_customizing=>GET_GRADE_METHODS...more details

GET_INTDATA4EXTAGENCIESRead Integration Data for External Credit InformationPublic
CALL METHOD if_ukm_customizing=>GET_INTDATA4EXTAGENCIES...more details

GET_LOGGINGRead Scope of LoggingPublic
CALL METHOD if_ukm_customizing=>GET_LOGGING...more details

GET_MAIN_CREDIT_SGMNTRead Main Credit SegmentPublic
CALL METHOD if_ukm_customizing=>GET_MAIN_CREDIT_SGMNT...more details

GET_RISK_CLASS_TEXTRead Text for Risk ClassPublic
CALL METHOD if_ukm_customizing=>GET_RISK_CLASS_TEXT...more details

GET_RULES_USING_BWDetermine All Rules that Use BW ScoringPublic
CALL METHOD if_ukm_customizing=>GET_RULES_USING_BW...more details

GET_RULE_TEXTRead Text for Rule (Example: Formula)Public
CALL METHOD if_ukm_customizing=>GET_RULE_TEXT...more details

GET_SYSTEMS_OF_GROUPDetermine Logical Systems of System GroupPublic
CALL METHOD if_ukm_customizing=>GET_SYSTEMS_OF_GROUP...more details

IS_EXTERNAL_AGENCY_INT_ACTIVEIs the integration to external credit information active?Public
CALL METHOD if_ukm_customizing=>IS_EXTERNAL_AGENCY_INT_ACTIVE...more details



IF_UKM_CUSTOMIZING 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
A_COMMITMENT_PULL_ACTIVEInstance Attribute'X' = Yes, ''= NoLIKE
FLAG
Public


Links to Related Class(s)

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