SAP ABAP Class IF_USMD_CONV_SOM_GOV_CR (Governance API: Single Chg. Req. Convenience Governance API)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_USMD_CONV_SOM_GOV_API Governance API: Single Chg. Req. Convenience Governance API 20101015
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_USMD_CONV_SOM_GOV_API MD Governance API for Single Object Maint. (Convenience) 20101015
Properties
Class IF_USMD_CONV_SOM_GOV_CR  
Short Description Governance API: Single Chg. Req. Convenience Governance API    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20101015   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_USMD_CONV_SOM_GOV_CR has no interface implemented.
Friends
Class IF_USMD_CONV_SOM_GOV_CR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_INTERRUPTION Instance attribute Public Object reference (TYPE REF TO) IF_USMD_CHECK_INTERRUPTION Interruption of Check 20110119
2 MV_CREQUEST_ACTION Instance attribute Public Type reference (TYPE) USMD_CREQUEST_ACTION Action on User Interface of Change Request 20101118
3 MV_CREQUEST_CHANGED Instance attribute Public Type reference (TYPE) ABAP_BOOL Data of Change Request Is Modified 20101118
4 MV_CREQUEST_CREATE Instance attribute Public Type reference (TYPE) ABAP_BOOL Creation of New Change Request (No Workflow Connection) 20101118
5 MV_CREQUEST_ID Instance attribute Public Type reference (TYPE) USMD_CREQUEST Single-Character Indicator 20101015
6 MV_CREQUEST_LOCKED Instance attribute Public Type reference (TYPE) ABAP_BOOL ##Change Request locked successfully 20110901
7 MV_CREQUEST_TYPE Instance attribute Public Type reference (TYPE) USMD_CREQUEST_TYPE Type of Change Request 20101015
8 MV_CREQUEST_TYPE_SLG Instance attribute Public Type reference (TYPE) USMD_SINGLE_OBJ Change Request Contains One Entity Only 20110330
9 MV_NOTE_CREATED Instance attribute Public Type reference (TYPE) ABAP_BOOL Note created in current LUW 20110321
10 MV_NOTE_CREATED_ID Instance attribute Public Type reference (TYPE) TIMESTAMP ID of Note Created Within Current LUW 20110328
11 MV_PROCESS Instance attribute Public Type reference (TYPE) USMD_PROCESS Business Activity 20101022
12 MV_SUCCESSFULLY_CHECKED Instance attribute Public Type reference (TYPE) ABAP_BOOL Data of change request successfully checked 20110412
13 MV_TARGET_SYSTEMS_ENABLED Instance attribute Public Type reference (TYPE) USMD_TARGET_SYSTEMS Zielsysteme in der Pflege anzeigen 20111214
14 MV_WF_STEP Instance attribute Public Type reference (TYPE) USMD_CREQUEST_APPSTEP Workflow Step Number 20110408
15 MV_WF_STEP_TYPE Instance attribute Public Type reference (TYPE) USMD_CREQUEST_AS_TYPE Workflow Step Type 20110408
16 MV_WI_ID Instance attribute Public Type reference (TYPE) SWW_WIID Work Item ID 20101027
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ATTACHMENT Instance method Public Method Add Attachment to Change Request 20101214
2 ADD_TARGET_SYSTEMS Instance method Public Method Add Target Systems to Change Request 20110107
3 CHANGE_ATTACHMENT Instance method Public Method Changing of an Attachment 20110127
4 CHANGE_NOTE Instance method Public Method Change Note of Change Request 20110307
5 CHECK Instance method Public Method Execution of Business Checks 20101028
6 CHECK_KEY_CHNG_CUR_SESSION Instance method Public Method Key Changes During Activation of Change Request 20110118
7 COMPLETE_WF_STEP Instance method Public Method Completion of Workflow Step 20101015
8 DELETE_ATTACHMENT Instance method Public Method Delete Attachment from Change Request 20101214
9 DELETE_NOTE Instance method Public Method Delete a Note 20110328
10 DELETE_TARGET_SYSTEMS Instance method Public Method Delete Target Systems from Change Request 20110107
11 DEQUEUE_CREQUEST Instance method Public Method Unlocking of Change Request 20101015
12 DETERMINE_STEP_TYPE Instance method Public Method Determination of Workflow Step 20101015
13 ENQUEUE_CREQUEST Instance method Public Method Locking of Change Request 20101015
14 GET_ATTACHMENT_CONTENT Instance method Public Method Contents of Attachment of a Change Request 20101214
15 GET_ATTACHMENT_LIST Instance method Public Method List of Attachments of Change Request 20101214
16 GET_CREQUEST_ATTRIBUTES Instance method Public Method Read Change Request Data 20110301
17 GET_CREQUEST_DATA Instance method Public Method Read Entities of Change Request 20110118
18 GET_CREQUEST_DRAFTS Instance method Public Method Reading of Drafts for Current User 20110322
19 GET_CREQUEST_ID Instance method Public Method Retrieving of Change Request Number 20101015
20 GET_CR_VALIDATION_RESULT Instance method Public Method Read Result of Asynchronous Data Validation 20101022
21 GET_NOTES Instance method Public Method Return Notes of a Change Request 20101214
22 GET_OBJECT_LIST Instance method Public Method Object List of a Change Request 20101214
23 GET_TARGET_SYSTEMS Instance method Public Method List of Target Systems of Change Request 20110107
24 READ_CREQUEST Instance method Public Method Reading of Change Request 20101015
25 RETRIEVE_CREQUESTS_BY_ENTITY Instance method Public Method Determine Change Requests Using Entity 20101103
26 RETRIEVE_CR_BY_ENTITY_BUFFER Instance method Public Method Get Change Requests Through the Entity Change Buffer 20101015
27 RETRIEVE_CR_TYPES Instance method Public Method Retrieving of Change Request Types 20101015
28 SET_ACTION Instance method Public Method Sets the Action of the Change Request for the Workflow 20101118
29 SET_CREQUEST_ATTRIBUTES Instance method Public Method Set Change Request Data 20110301
30 VALIDATE_CREQUEST Instance method Public Method Validating of Change Request 20101015
31 WRITE_CREQUEST Instance method Public Method Writing of Change Request 20101015
32 WRITE_NOTE Instance method Public Method Add New Note to Change Request 20101214
Events
Class IF_USMD_CONV_SOM_GOV_CR has no event.
Types
Class IF_USMD_CONV_SOM_GOV_CR has no local type.
Method Signatures

Method ADD_ATTACHMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTACHMENT Call by reference Type reference (TYPE) USMD_S_ATTACHMENT_DATA Eigenschaften von Anlagen inkl. Content 20101214
2 Returning RV_TIMESTAMP Value transfer Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20101214
# Exception Resumable Description Created on
1 CX_USMD_GOV_API Allgemeiner Verarbeitungsfehler GOV_API 20101214
2 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101214

Method ADD_TARGET_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TARGET_SYSTEMS Call by reference Type reference (TYPE) MDG_T_BUS_SYS 20110107
# Exception Resumable Description Created on
1 CX_USMD_GOV_API Allgemeiner Verarbeitungsfehler GOV_API 20111214
2 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20110107

Method CHANGE_ATTACHMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTACHMENT Call by reference Type reference (TYPE) USMD_S_ATTACHMENT Eigenschaften von Anlagen (inkl. Content) + Zeitstempel 20110127
# Exception Resumable Description Created on
1 CX_USMD_GOV_API Allgemeiner Verarbeitungsfehler GOV_API 20110127
2 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20110127

Method CHANGE_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NOTE Call by reference Type reference (TYPE) USMD_S_CREQUEST_NOTE Notizen einer Änderungsanfrage 20110307
# Exception Resumable Description Created on
1 CX_USMD_GOV_API General Processing Error GOV_API 20110307
2 CX_USMD_GOV_API_CORE_ERROR General Processing Error (CX_USMD_CORE_DYNAMIC_CHECK) 20110307

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_DELTA_REFERENCE Value transfer Object reference (TYPE REF TO) IF_USMD_DELTA_BUFFER_READ Lesendes Interface zum Datenpuffer 20101109
2 Exporting EO_INTERRUPTION Value transfer Object reference (TYPE REF TO) IF_USMD_CHECK_INTERRUPTION Unterbrechung einer Prüfung 20101109
3 Importing IF_RESUME Call by reference Type reference (TYPE) USMD_FLG Kennzeichen: Fortsetzung nach einer Unterbrechung 20101103
# Exception Resumable Description Created on
1 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101028

Method CHECK_KEY_CHNG_CUR_SESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CHANGED_KEYS Value transfer Type reference (TYPE) USMD_GOV_API_T_ENT_KEY_CHANGED Rückgabe der Schlüsseländerungen 20110119

Method CHECK_KEY_CHNG_CUR_SESSION on class IF_USMD_CONV_SOM_GOV_CR has no exception.

Method COMPLETE_WF_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION_ID Call by reference Type reference (TYPE) USMD_CREQUEST_ACTION Aktion auf der Benutzungsoberfläche des Änderungsantrags 20101015
# Exception Resumable Description Created on
1 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101021

Method DELETE_ATTACHMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACREATED_AT Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20101214
# Exception Resumable Description Created on
1 CX_USMD_GOV_API Allgemeiner Verarbeitungsfehler GOV_API 20101214
2 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101214

Method DELETE_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NCREATED_AT Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20110328
# Exception Resumable Description Created on
1 CX_USMD_CONV_SOM_GOV_API Allgemeiner Verarbeitungsfehler CONV_API 20110328
2 CX_USMD_GOV_API Allgemeiner Verarbeitungsfehler GOV_API 20110328
3 CX_USMD_GOV_API_CORE_ERROR Allgemeiner Verarbeitungsfehler (CX_USMD_CORE_DYNAMIC_CHECK) 20110328

Method DELETE_TARGET_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TARGET_SYSTEMS Call by reference Type reference (TYPE) MDG_T_BUS_SYS 20110107
# Exception Resumable Description Created on
1 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20110107

Method DEQUEUE_CREQUEST Signature

Method DEQUEUE_CREQUEST on class IF_USMD_CONV_SOM_GOV_CR has no parameter.
# Exception Resumable Description Created on
1 CX_USMD_GOV_API Allgemeiner Verarbeitungsfehler GOV_API 20101110

Method DETERMINE_STEP_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_STEP_TYPE Value transfer Type reference (TYPE) USMD_CREQUEST_AS_TYPE Workflow-Schritttyp 20101103
# Exception Resumable Description Created on
1 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101021

Method ENQUEUE_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOCK_MODE Call by reference Type reference (TYPE) ENQMODE Sperrmodus 20101015
# Exception Resumable Description Created on
1 CX_USMD_GOV_API Allgemeiner Verarbeitungsfehler GOV_API 20101110
2 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101021

Method GET_ATTACHMENT_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20101214
2 Returning RV_CONTENT Value transfer Type reference (TYPE) USMD_CONTENT Datei (abgelegt als RAWSTRING) 20101214
# Exception Resumable Description Created on
1 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101214

Method GET_ATTACHMENT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_WITH_CONTENT Call by reference Type reference (TYPE) USMD_FLG MDGAF: Allgemeines Kennzeichen 20101214
2 Returning RT_ATTACHMENT Value transfer Type reference (TYPE) USMD_TS_ATTACHMENT Anlagen 20101214
# Exception Resumable Description Created on
1 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101214

Method GET_CREQUEST_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_CREQUEST Value transfer Type reference (TYPE) USMD_S_CREQUEST Änderungsantrag 20110301
# Exception Resumable Description Created on
1 CX_USMD_GOV_API Allgemeiner Verarbeitungsfehler GOV_API 20110301
2 CX_USMD_GOV_API_CORE_ERROR Allgemeiner Verarbeitungsfehler (CX_USMD_CORE_DYNAMIC_CHECK) 20110301

Method GET_CREQUEST_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ENTITY_DATA_INACTIVE Value transfer Type reference (TYPE) USMD_TS_ENTITY_DATA_ALL Daten zu Entitätstypen 20110118

Method GET_CREQUEST_DATA on class IF_USMD_CONV_SOM_GOV_CR has no exception.

Method GET_CREQUEST_DRAFTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SINGLE_OBJ Call by reference Type reference (TYPE) USMD_SINGLE_OBJ ABAP_TRUE Änderungsantrag enthält nur eine Entität 20110322
2 Returning RT_CREQUEST_ID Value transfer Type reference (TYPE) USMD_TS_CHANGE_REQUEST Liste von Änderungsanträgen 20110322

Method GET_CREQUEST_DRAFTS on class IF_USMD_CONV_SOM_GOV_CR has no exception.

Method GET_CREQUEST_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CREQUEST_ID Value transfer Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20101015

Method GET_CREQUEST_ID on class IF_USMD_CONV_SOM_GOV_CR has no exception.

Method GET_CR_VALIDATION_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MSG_STATISTICS Call by reference Type reference (TYPE) USMD_S_MSG_STATISTICS 20101022
2 Exporting ET_VALIDATION_RESULTS Call by reference Type reference (TYPE) USMD_T_MESSAGE 20101103
3 Exporting EV_CHECK_STATUS Call by reference Type reference (TYPE) USMD_CHECK_STATUS 20101022
4 Exporting EV_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP 20101022
5 Exporting EV_VALIDATION_RESULT_APPLOG Call by reference Type reference (TYPE) BALLOGHNDL 20101022
# Exception Resumable Description Created on
1 CX_USMD_CONV_SOM_GOV_API Allgemeiner Verarbeitungsfehler CONV_API 20101110

Method GET_NOTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CREQUEST_NOTE Value transfer Type reference (TYPE) USMD_T_CREQUEST_NOTE 20101214
# Exception Resumable Description Created on
1 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101214

Method GET_OBJECT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_LIST Call by reference Type reference (TYPE) USMD_GOV_API_T_ENT_STRUC Entitätstyptabelle mit jeweils ref Strukturen 20101214
2 Exporting ET_OBJECT_LIST_DB_STYLE Call by reference Type reference (TYPE) USMD_T_CREQUEST_ENTITY ChangeRequest Entity TableType 20101214
3 Exporting EV_MAX_SEQ_NO Call by reference Type reference (TYPE) INT4 Höchste bisher vergebene Sequenznummer 20101214
# Exception Resumable Description Created on
1 CX_USMD_CONV_SOM_GOV_API Allgemeiner Verarbeitungsfehler CONV_API 20101214
2 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101214

Method GET_TARGET_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TARGET_SYSTEMS Value transfer Type reference (TYPE) MDG_T_BUS_SYS 20110107
# Exception Resumable Description Created on
1 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20110107

Method READ_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_CREQUEST_DATA Value transfer Type reference (TYPE) USMD_S_CREQUEST Änderungsantrag 20101103
# Exception Resumable Description Created on
1 CX_USMD_GOV_API Allgemeiner Verarbeitungsfehler GOV_API 20101110
2 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101021

Method RETRIEVE_CREQUESTS_BY_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ENTITY_KEY Call by reference Type reference (TYPE) USMD_GOV_API_S_ENT_TABL MDG: Entitätstyp mit Tabelle von Entitätenstruktur 20101103
2 Returning RT_CREQUESTS Value transfer Type reference (TYPE) USMD_TS_CREQUEST Änderungsantrag 20101103
# Exception Resumable Description Created on
1 CX_USMD_GOV_API Allgemeiner Verarbeitungsfehler GOV_API 20101110
2 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101103

Method RETRIEVE_CR_BY_ENTITY_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CREQUESTS Value transfer Type reference (TYPE) USMD_TS_CREQUEST Änderungsantrag 20101103
# Exception Resumable Description Created on
1 CX_USMD_GOV_API Allgemeiner Verarbeitungsfehler GOV_API 20101110
2 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101021

Method RETRIEVE_CR_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CREQUEST_TYPES Value transfer Type reference (TYPE) USMD_TS_CREQUEST_TYPE Tabelle von Änderungsantragstypen 20101022
# Exception Resumable Description Created on
1 CX_USMD_CONV_SOM_GOV_API CX_USMD_CORE_DYNAMIC_CHECK 20101110
2 CX_USMD_CONV_SOM_GOV_API_NO_AU Fehlende Berechtigung 20110825

Method SET_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CREQUEST_ACTION Call by reference Type reference (TYPE) USMD_CREQUEST_ACTION Aktion auf der Benutzungsoberfläche des Änderungsantrags 20101118

Method SET_ACTION on class IF_USMD_CONV_SOM_GOV_CR has no exception.

Method SET_CREQUEST_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CREQUEST_TEXT Call by reference Type reference (TYPE) USMD_TXTLG 20110301
2 Importing IV_DUE_DATE Call by reference Type reference (TYPE) USMD_DUE_DATE 20110301
3 Importing IV_PRIORITY Call by reference Type reference (TYPE) USMD_PRIORITY 20110301
4 Importing IV_REASON Call by reference Type reference (TYPE) USMD_REASON 20110301
5 Importing IV_REASON_REJECTED Call by reference Type reference (TYPE) USMD_REASON_REJ 20110301
# Exception Resumable Description Created on
1 CX_USMD_GOV_API Allgemeiner Verarbeitungsfehler GOV_API 20110301
2 CX_USMD_GOV_API_CORE_ERROR Allgemeiner Verarbeitungsfehler (CX_USMD_CORE_DYNAMIC_CHECK) 20110301

Method VALIDATE_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_ASYNCHRONOUS Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20101022
# Exception Resumable Description Created on
1 CX_USMD_CONV_SOM_GOV_API Allgemeiner Verarbeitungsfehler CONV_API 20101110
2 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101021

Method WRITE_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CREQUEST_DATA Call by reference Type reference (TYPE) USMD_S_CREQUEST Änderungsantrag 20101015
# Exception Resumable Description Created on
1 CX_USMD_GOV_API Allgemeiner Verarbeitungsfehler GOV_API 20101110
2 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101021

Method WRITE_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NOTE Call by reference Type reference (TYPE) USMD_NOTE Notiz 20101214
2 Returning RV_CREATED_AT Value transfer Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20110114
# Exception Resumable Description Created on
1 CX_USMD_GOV_API Allgemeiner Verarbeitungsfehler GOV_API 20101214
2 CX_USMD_GOV_API_CORE_ERROR CX_USMD_CORE_DYNAMIC_CHECK 20101214
History
Last changed by/on SAP  20130531 
SAP Release Created in