SAP IF_USMD_CONV_SOM_GOV_CR OO Class - Governance API: Single Chg. Req. Convenience Governance API









IF_USMD_CONV_SOM_GOV_CR 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_USMD_CONV_SOM_GOV_CR 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_USMD_CONV_SOM_GOV_CR 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
ADD_ATTACHMENTAdd Attachment to Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>ADD_ATTACHMENT...more details

ADD_TARGET_SYSTEMSAdd Target Systems to Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>ADD_TARGET_SYSTEMS...more details

CHANGE_ATTACHMENTChanging of an AttachmentPublic
CALL METHOD if_usmd_conv_som_gov_cr=>CHANGE_ATTACHMENT...more details

CHANGE_NOTEChange Note of Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>CHANGE_NOTE...more details

CHECKExecution of Business ChecksPublic
CALL METHOD if_usmd_conv_som_gov_cr=>CHECK...more details

CHECK_KEY_CHNG_CUR_SESSIONKey Changes During Activation of Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>CHECK_KEY_CHNG_CUR_SESSION...more details

COMPLETE_WF_STEPCompletion of Workflow StepPublic
CALL METHOD if_usmd_conv_som_gov_cr=>COMPLETE_WF_STEP...more details

DELETE_ATTACHMENTDelete Attachment from Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>DELETE_ATTACHMENT...more details

DELETE_NOTEDelete a NotePublic
CALL METHOD if_usmd_conv_som_gov_cr=>DELETE_NOTE...more details

DELETE_TARGET_SYSTEMSDelete Target Systems from Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>DELETE_TARGET_SYSTEMS...more details

DEQUEUE_CREQUESTUnlocking of Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>DEQUEUE_CREQUEST...more details

DETERMINE_STEP_TYPEDetermination of Workflow StepPublic
CALL METHOD if_usmd_conv_som_gov_cr=>DETERMINE_STEP_TYPE...more details

ENQUEUE_CREQUESTLocking of Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>ENQUEUE_CREQUEST...more details

GET_ATTACHMENT_CONTENTContents of Attachment of a Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>GET_ATTACHMENT_CONTENT...more details

GET_ATTACHMENT_LISTList of Attachments of Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>GET_ATTACHMENT_LIST...more details

GET_CREQUEST_ATTRIBUTESRead Change Request DataPublic
CALL METHOD if_usmd_conv_som_gov_cr=>GET_CREQUEST_ATTRIBUTES...more details

GET_CREQUEST_DATARead Entities of Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>GET_CREQUEST_DATA...more details

GET_CREQUEST_DRAFTSReading of Drafts for Current UserPublic
CALL METHOD if_usmd_conv_som_gov_cr=>GET_CREQUEST_DRAFTS...more details

GET_CREQUEST_IDRetrieving of Change Request NumberPublic
CALL METHOD if_usmd_conv_som_gov_cr=>GET_CREQUEST_ID...more details

GET_CR_VALIDATION_RESULTRead Result of Asynchronous Data ValidationPublic
CALL METHOD if_usmd_conv_som_gov_cr=>GET_CR_VALIDATION_RESULT...more details

GET_NOTESReturn Notes of a Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>GET_NOTES...more details

GET_OBJECT_LISTObject List of a Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>GET_OBJECT_LIST...more details

GET_TARGET_SYSTEMSList of Target Systems of Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>GET_TARGET_SYSTEMS...more details

READ_CREQUESTReading of Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>READ_CREQUEST...more details

REGISTER_CHANGED_KEYS_FOR_READRegister changed Keys for Read Entity DataPublic
CALL METHOD if_usmd_conv_som_gov_cr=>REGISTER_CHANGED_KEYS_FOR_READ...more details

RETRIEVE_CREQUESTS_BY_ENTITYDetermine Change Requests Using EntityPublic
CALL METHOD if_usmd_conv_som_gov_cr=>RETRIEVE_CREQUESTS_BY_ENTITY...more details

RETRIEVE_CR_BY_ENTITY_BUFFERGet Change Requests Through the Entity Change BufferPublic
CALL METHOD if_usmd_conv_som_gov_cr=>RETRIEVE_CR_BY_ENTITY_BUFFER...more details

RETRIEVE_CR_TYPESRetrieving of Change Request TypesPublic
CALL METHOD if_usmd_conv_som_gov_cr=>RETRIEVE_CR_TYPES...more details

SET_ACTIONSets the Action of the Change Request for the WorkflowPublic
CALL METHOD if_usmd_conv_som_gov_cr=>SET_ACTION...more details

SET_CREQUEST_ATTRIBUTESSet Change Request DataPublic
CALL METHOD if_usmd_conv_som_gov_cr=>SET_CREQUEST_ATTRIBUTES...more details

SET_CREQUEST_EDITIONSets the Edition and the Replication ModePublic
CALL METHOD if_usmd_conv_som_gov_cr=>SET_CREQUEST_EDITION...more details

VALIDATE_CREQUESTValidating of Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>VALIDATE_CREQUEST...more details

WRITE_CREQUESTWriting of Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>WRITE_CREQUEST...more details

WRITE_NOTEAdd New Note to Change RequestPublic
CALL METHOD if_usmd_conv_som_gov_cr=>WRITE_NOTE...more details



IF_USMD_CONV_SOM_GOV_CR 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
MO_INTERRUPTIONInstance AttributeInterruption of CheckLIKE
IF_USMD_CHECK_INTERRUPTION
Public
MV_CREQUEST_ACTIONInstance AttributeAction on User Interface of Change RequestLIKE
USMD_CREQUEST_ACTION
Public
MV_CREQUEST_CHANGEDInstance AttributeData of Change Request Is ModifiedLIKE
ABAP_BOOL
Public
MV_CREQUEST_CREATEInstance AttributeCreation of New Change Request (No Workflow Connection)LIKE
ABAP_BOOL
Public
MV_CREQUEST_IDInstance AttributeSingle-Character IndicatorLIKE
USMD_CREQUEST
Public
MV_CREQUEST_LOCKEDInstance AttributeChange Request locked successfullyLIKE
ABAP_BOOL
Public
MV_CREQUEST_TYPEInstance AttributeType of Change RequestLIKE
USMD_CREQUEST_TYPE
Public
MV_CREQUEST_TYPE_SLGInstance AttributeChange Request Contains One Entity OnlyLIKE
USMD_SINGLE_OBJ
Public
MV_NOTE_CREATEDInstance AttributeNote created in current LUWLIKE
ABAP_BOOL
Public
MV_NOTE_CREATED_IDInstance AttributeID of Note Created Within Current LUWLIKE
TIMESTAMP
Public
MV_PROCESSInstance AttributeBusiness ActivityLIKE
USMD_PROCESS
Public
MV_SUCCESSFULLY_CHECKEDInstance AttributeData of change request successfully checkedLIKE
ABAP_BOOL
Public
MV_TARGET_SYSTEMS_ENABLEDInstance AttributeDisplay target systems in change requestLIKE
USMD_TARGET_SYSTEMS
Public
MV_WF_STEPInstance AttributeWorkflow Step NumberLIKE
USMD_CREQUEST_APPSTEP
Public
MV_WF_STEP_TYPEInstance AttributeWorkflow Step TypeLIKE
USMD_CREQUEST_AS_TYPE
Public
MV_WI_IDInstance AttributeWork Item IDLIKE
SWW_WIID
Public


Links to Related Class(s)

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