SAP ABAP Interface IF_USMD_CREQUEST_API (Change Request API Interface)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     USMD_CREQUEST_API (Package) Change Request: API
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_USMD_CREQUEST_API Change Request API Class 20090917
Properties
Interface IF_USMD_CREQUEST_API  
Short Description Change Request API Interface    
General Data
Package USMD_CREQUEST_API   Change Request: API 
Created 20090917   SAP 
Last changed 20130531   SAP 
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)
2 IF_USMD_MODEL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_USMD_CREQUEST_API has no interface.
Friends
Interface IF_USMD_CREQUEST_API has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DS_CREQUEST Instance attribute Public Type reference (TYPE) USMD_S_CREQUEST Engineering Change Request 20091214
2 GCS_CREQUEST_ATTRIBUTE Constant Public See coding Constants for change request attributes 20110509
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_CREQUEST Instance method Public Method Activates the Change Request. "ALL or Nothing Principle" 20091011
2 ADD_ATTACHMENT Instance method Public Method Adds attachment to the ChangeRequest 20090917
3 ADD_NOTE Instance method Public Method Adds note to the ChangeRequest 20090917
4 ADD_OBJECTLIST Instance method Public Method Adds the object list to ChangeRequest 20090929
5 CHECK_AUTHORITY_CREQUEST Instance method Public Method Authority Checks for ChangeRequest 20091118
6 CHECK_CREQUEST Instance method Public Method Checks ChangeRequest 20090917
7 CHECK_DUPLICATES Static method Public Method Checks for the duplicates 20091113
8 CREATE_CREQUEST Instance method Public Method Generates ChangeRequest 20090917
9 CREATE_CREQUEST_BY_REFERENCE Instance method Public Method 20101203
10 CREATE_DATA_REFERENCE Instance method Public Method Creates the Data Reference 20091005
11 DELETE_ATTACHMENT Instance method Public Method Deletes attachment from the ChangeRequest 20090917
12 DELETE_OBJECTS Instance method Public Method Deletes single Object from the Change Request 20091005
13 DELETE_VALUE Instance method Public Method Deletes the Master Data 20091005
14 DEQUEUE_CREQUEST Instance method Public Method Dequeues ChangeRequest 20090917
15 DEQUEUE_VALUE Instance method Public Method Dequeues the Master Data 20100903
16 DISTRIBUTE Instance method Public Method Distributes the Change Request details using Membership API 20091005
17 ENQUEUE_CREQUEST Instance method Public Method Enqueues ChangeRequest 20090917
18 ENQUEUE_VALUE Instance method Public Method Enqueues the Master Data 20100903
19 GET_CREQUESTS Static method Public Method Gets the lists of Change Request based on sel criteria 20091012
20 GET_CREQUESTS_FOR_OTC Static method Public Method Gets the Change requests for OTC code 20091023
21 MOVE_OBJECTLIST Instance method Public Method Moves the objects between Change Requests 20091014
22 READ_CREQUEST Instance method Public Method Reads ChangeRequest 20090917
23 READ_OBJECTLIST Instance method Public Method Reads the object list of ChangeRequest 20090917
24 READ_OLD_VALUES Instance method Public Method Reads the Old values of Master data -Snapshot 20091005
25 READ_VALUE Instance method Public Method Reads the Master Data 20091005
26 RETRIEVE_CREQUEST Static method Public Method Retrieves list of ChangeRequests of one object instance 20090917
27 ROLLBACK_CREQUEST Instance method Public Method Rollbacks ChangeRequest from the Buffer 20090917
28 SAVE_CREQUEST Instance method Public Method Saves ChangeRequest 20090917
29 SET_ATTRIBUTES Instance method Public Method Sets the Priority of the Change Request 20091005
30 SPLIT_CREQUEST Instance method Public Method Splits the Change request and moves the objects to new CR 20091005
31 WITHDRAW_CREQUEST Instance method Public Method Withdraws the Change Request 20091013
32 WRITE_VALUE Instance method Public Method Writes the Master Data 20091005
Events
Interface IF_USMD_CREQUEST_API has no event.
Types
Interface IF_USMD_CREQUEST_API has no local type.
Method Signatures

Method ACTIVATE_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENTITY_DATA_ACTIVATED Call by reference Type reference (TYPE) USMD_TS_ENTITY_DATA_ALL 20091012
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091012

Method ACTIVATE_CREQUEST on Interface IF_USMD_CREQUEST_API has no exception.

Method ADD_ATTACHMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ATTACHMENT Call by reference Type reference (TYPE) USMD_S_ATTACHMENT_GUI Attachments 20091118
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20090917
3 Importing IS_ATTACHMENT_FILE Call by reference Type reference (TYPE) USMD_S_CREQUEST_FILE Attachment file details 20091014
4 Importing IS_ATTACHMENT_LINK Call by reference Type reference (TYPE) USMD_S_CREQUEST_LINK Attachment link details 20091014
5 Importing IT_ENTITY_KEY Call by reference Type reference (TYPE) USMD_TS_VALUE Financial MDM: Field Name 20091109
6 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20091109

Method ADD_ATTACHMENT on Interface IF_USMD_CREQUEST_API has no exception.

Method ADD_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20090917
2 Importing IV_NOTE Call by reference Type reference (TYPE) USMD_NOTE 20091014

Method ADD_NOTE on Interface IF_USMD_CREQUEST_API has no exception.

Method ADD_OBJECTLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ADDED_ENTITY Call by reference Type reference (TYPE) USMD_T_CREQUEST_ENTITY ChangeRequest Entity TableType 20091022
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20090929
3 Importing IT_CREQUEST_ENTITY Call by reference Type reference (TYPE) USMD_T_CREQUEST_ENTITY ChangeRequest Entity TableType 20090929
4 Importing IV_FIELDNAME Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20091120

Method ADD_OBJECTLIST on Interface IF_USMD_CREQUEST_API has no exception.

Method CHECK_AUTHORITY_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091118
2 Importing IV_ACTIVITY Call by reference Type reference (TYPE) AUTHB-ACTVT Activity 20091118

Method CHECK_AUTHORITY_CREQUEST on Interface IF_USMD_CREQUEST_API has no exception.

Method CHECK_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20090917

Method CHECK_CREQUEST on Interface IF_USMD_CREQUEST_API has no exception.

Method CHECK_DUPLICATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) USMD_T_SEARCH_RESULT Search for Entities: Search Results 20091113
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091113
3 Exporting EV_DUPLICATE_EXISTS Call by reference Type reference (TYPE) USMD_FLG ='X' if duplicates exist,= ' ' if not. 20091113
4 Importing IT_SEARCH_ATTRIBUTE Call by reference Type reference (TYPE) USMD_TS_VALUE 20091113
5 Importing IV_EDITION Call by reference Type reference (TYPE) USMD_EDITION 20091113
6 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20091113
7 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20091113
8 Importing IV_THRESHOLD Call by reference Type reference (TYPE) AD_THRESHD Percentage: Threshold for duplicate check in BAPI 20091113
9 Importing IV_UPDATE_MODE Call by reference Type reference (TYPE) USMD_UPDATE_MODE Call Mode 20091113

Method CHECK_DUPLICATES on Interface IF_USMD_CREQUEST_API has no exception.

Method CREATE_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20090917
2 Exporting EV_CREQUEST_ID Call by reference Type reference (TYPE) USMD_CREQUEST Natural number 20091026
3 Importing IV_CREQUEST_TEXT Call by reference Type reference (TYPE) USMD_TXTLG 20090917
4 Importing IV_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE 20090917
5 Importing IV_EDITION Call by reference Type reference (TYPE) USMD_EDITION 20090917

Method CREATE_CREQUEST on Interface IF_USMD_CREQUEST_API has no exception.

Method CREATE_CREQUEST_BY_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20101203
2 Exporting EV_CREQUEST_ID Call by reference Type reference (TYPE) USMD_CREQUEST Change Request 20101203
3 Importing IF_ATTACHMENTS Call by reference Type reference (TYPE) USMD_FLG Take over attachments 20101203
4 Importing IF_NOTES Call by reference Type reference (TYPE) USMD_FLG Take over notes 20101203
5 Importing IF_OBJECTLIST Call by reference Type reference (TYPE) USMD_FLG Take over object list 20101203
6 Importing IF_TARGET_SYSTEM Call by reference Type reference (TYPE) USMD_FLG Take over target system list - obsolet 20110509
7 Importing IT_CREQUEST_ATTRIBUTE Call by reference Type reference (TYPE) USMD_TS_FIELDNAME Change request attributes to be taken over 20110509
8 Importing IV_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Type of Change Request 20101203
9 Importing IV_REFERENCE_ID Call by reference Type reference (TYPE) USMD_CREQUEST Reference Change Request ID 20101203

Method CREATE_CREQUEST_BY_REFERENCE on Interface IF_USMD_CREQUEST_API has no exception.

Method CREATE_DATA_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_STRUCTURE Call by reference Object reference (TYPE REF TO) DATA 20091022
2 Exporting ER_TABLE Call by reference Object reference (TYPE REF TO) DATA 20091022
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091110
4 Importing IT_ATTRIBUTE Call by reference Type reference (TYPE) USMD_TS_FIELD Field Names 20091007
5 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_FIELDNAME Field Name 20091007
6 Importing I_STRUCT Call by reference Type reference (TYPE) CHAR5 Structure 20091005
7 Importing I_TABTYPE Call by reference Type reference (TYPE) CHAR1 IF_USMD_MODEL=>GC_TABTYPE_STANDARD R/2 table 20100115

Method CREATE_DATA_REFERENCE on Interface IF_USMD_CREQUEST_API has no exception.

Method DELETE_ATTACHMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20090917
2 Importing IS_ATTACHMENT Call by reference Type reference (TYPE) USMD_S_ATTACHMENT_GUI Attachments 20090917

Method DELETE_ATTACHMENT on Interface IF_USMD_CREQUEST_API has no exception.

Method DELETE_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091005
2 Importing IT_ENTITY Call by reference Type reference (TYPE) USMD_T_CREQUEST_ENTITY ChangeRequest Entity TableType 20091005
3 Importing IV_FIELDNAME Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20091109

Method DELETE_OBJECTS on Interface IF_USMD_CREQUEST_API has no exception.

Method DELETE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091005
2 Importing IF_DEL_HRY_LEAFS Call by reference Type reference (TYPE) USMD_FLG SPACE 'X'=Deletes related end nodes in own hierarchy 20091005
3 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20091005
4 Importing IT_KEY Call by reference Type reference (TYPE) USMD_TS_VALUE Field Name and Value 20091005
5 Importing I_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME FIN Master Data: Field Name 20091005

Method DELETE_VALUE on Interface IF_USMD_CREQUEST_API has no exception.

Method DEQUEUE_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Log Interface Messages 20090917

Method DEQUEUE_CREQUEST on Interface IF_USMD_CREQUEST_API has no exception.

Method DEQUEUE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VALUE Call by reference Type reference (TYPE) USMD_TS_VALUE 20100903
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME 20100903
3 Importing I_LOCK_TYPE Call by reference Type reference (TYPE) ENQMODE 'E' 20100903
4 Importing I_SCOPE Call by reference Type reference (TYPE) CHAR1 '1' 20100903

Method DEQUEUE_VALUE on Interface IF_USMD_CREQUEST_API has no exception.

Method DISTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091005

Method DISTRIBUTE on Interface IF_USMD_CREQUEST_API has no exception.

Method ENQUEUE_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Log Interface Messages 20090917
2 Importing IV_LOCK_TYPE Call by reference Type reference (TYPE) ENQMODE 'E' Lock mode 20090917
3 Importing IV_SCOPE Call by reference Type reference (TYPE) CHAR1 '1' Single-Character Flag 20090917

Method ENQUEUE_CREQUEST on Interface IF_USMD_CREQUEST_API has no exception.

Method ENQUEUE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20100903
2 Importing IT_VALUE Call by reference Type reference (TYPE) USMD_TS_VALUE Field Name and Value 20100903
3 Importing I_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME Financial MDM: Field Name 20100903
4 Importing I_LOCK_TYPE Call by reference Type reference (TYPE) ENQMODE 'E' Lock mode 20100903
5 Importing I_SCOPE Call by reference Type reference (TYPE) CHAR1 '1' Single-Character Flag 20100903

Method ENQUEUE_VALUE on Interface IF_USMD_CREQUEST_API has no exception.

Method GET_CREQUESTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CREQUEST Call by reference Type reference (TYPE) USMD_TS_CREQUEST Engineering Change Request 20091012
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091012
3 Importing IV_CREATED_DATE_FROM Call by reference Type reference (TYPE) DATS Field of type DATS 20091012
4 Importing IV_CREATED_DATE_TO Call by reference Type reference (TYPE) DATS Field of type DATS 20091012
5 Importing IV_CREATED_MONTH Call by reference Type reference (TYPE) INT2 Version Number Component 20091117
6 Importing IV_CREATED_YEAR Call by reference Type reference (TYPE) INT4 Field of type DATS 20091117
7 Importing IV_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE 20091012
8 Importing IV_EDITION Call by reference Type reference (TYPE) USMD_EDITION 20091012
9 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL SPACE Data Model 20091012

Method GET_CREQUESTS on Interface IF_USMD_CREQUEST_API has no exception.

Method GET_CREQUESTS_FOR_OTC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CREQUEST Call by reference Type reference (TYPE) USMD_TS_CREQUEST Engineering Change Request 20091023
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091023
3 Importing IV_CREATED_DATE_FROM Call by reference Type reference (TYPE) DATS Field of type DATS 20091116
4 Importing IV_CREATED_DATE_TO Call by reference Type reference (TYPE) DATS Field of type DATS 20091116
5 Importing IV_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE 20091116
6 Importing IV_OTC Call by reference Type reference (TYPE) USMD_OTC Object Type Code 20091023

Method GET_CREQUESTS_FOR_OTC on Interface IF_USMD_CREQUEST_API has no exception.

Method MOVE_OBJECTLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091014
2 Importing IT_ENTITY Call by reference Type reference (TYPE) USMD_T_CREQUEST_ENTITY ChangeRequest Entity TableType 20091014
3 Importing IV_CREQUEST_TO Call by reference Type reference (TYPE) USMD_CREQUEST 20091014

Method MOVE_OBJECTLIST on Interface IF_USMD_CREQUEST_API has no exception.

Method READ_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CREQUEST Call by reference Type reference (TYPE) USMD_S_CREQUEST Change Request 20090917
2 Exporting ET_ATTACHMENT Call by reference Type reference (TYPE) USMD_T_CREQUEST_ATTACHMENT Change request Attachment 20090917
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20090917
4 Exporting ET_NOTE Call by reference Type reference (TYPE) USMD_T_CREQUEST_NOTE Change Request Note 20090917

Method READ_CREQUEST on Interface IF_USMD_CREQUEST_API has no exception.

Method READ_OBJECTLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENTITY Call by reference Type reference (TYPE) USMD_T_CREQUEST_ENTITY ChangeRequest Entity TableType 20090917
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20090917
3 Importing IV_ENTITY_TYPE Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20090917

Method READ_OBJECTLIST on Interface IF_USMD_CREQUEST_API has no exception.

Method READ_OLD_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) ANY TABLE 20091009
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091005
3 Importing IT_SEL Call by reference Type reference (TYPE) USMD_TS_SEL 20091218
4 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_FIELDNAME ChangeRequest Entity TableType 20091009

Method READ_OLD_VALUES on Interface IF_USMD_CREQUEST_API has no exception.

Method READ_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) ANY TABLE 20091005
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091005
3 Importing IF_CURRENT_CREQ_ONLY Call by reference Type reference (TYPE) USMD_FLG ABAP_TRUE 'X'=current cr data, ' '=all data 20091217
4 Importing IF_EDITION_LOGIC Call by reference Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20091005
5 Importing IF_ONLY_ACTIVE Call by reference Type reference (TYPE) USMD_FLG 'X'=Only active," "=both active and inactive 20091215
6 Importing IF_USE_EDTN_SLICE Call by reference Type reference (TYPE) USMD_FLG 'X'=Do Not Read Any Other Data Slices 20091005
7 Importing IT_SEL Call by reference Type reference (TYPE) USMD_TS_SEL Row Structure: Selection Condition (Range per Field) 20091005
8 Importing I_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME Field Name 20091005

Method READ_VALUE on Interface IF_USMD_CREQUEST_API has no exception.

Method RETRIEVE_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CREQUEST Call by reference Type reference (TYPE) USMD_TS_CREQUEST Engineering Change Request 20090917
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20090917
3 Importing IF_ACTIVEONLY Call by reference Type reference (TYPE) USMD_FLG ABAP_FALSE Financial MDM: General Indicator 20091012
4 Importing IT_ENTITY_KEY Call by reference Type reference (TYPE) USMD_TS_VALUE Change Request Entity 20091116
5 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20091116
6 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20090917

Method RETRIEVE_CREQUEST on Interface IF_USMD_CREQUEST_API has no exception.

Method ROLLBACK_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20090917

Method ROLLBACK_CREQUEST on Interface IF_USMD_CREQUEST_API has no exception.

Method SAVE_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20090917
2 Exporting EV_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST 20091014
3 Importing IF_CHECK Call by reference Type reference (TYPE) USMD_FLG 'X' MDGAF: General Indicator 20110304
4 Importing IF_COMMIT Call by reference Type reference (TYPE) USMD_FLG 'X' Financial MDM: General Indicator 20091019

Method SAVE_CREQUEST on Interface IF_USMD_CREQUEST_API has no exception.

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091005
2 Importing IF_DRAFT_STEP Call by reference Type reference (TYPE) USMD_DRAFT_STEP Financial MDM: General Indicator 20091005
3 Importing IV_CREQUEST_TXT Call by reference Type reference (TYPE) USMD_TXTLG 20091005
4 Importing IV_DUE_DATE Call by reference Type reference (TYPE) USMD_DUE_DATE Due Date 20091005
5 Importing IV_PRIORITY Call by reference Type reference (TYPE) USMD_PRIORITY Priority 20091005
6 Importing IV_REASON Call by reference Type reference (TYPE) USMD_REASON Reason 20091005
7 Importing IV_REASON_REJ Call by reference Type reference (TYPE) USMD_REASON_REJ Reason for Rejection 20091005
8 Importing IV_STATUS Call by reference Type reference (TYPE) USMD_CREQUEST_STATUS 20091119

Method SET_ATTRIBUTES on Interface IF_USMD_CREQUEST_API has no exception.

Method SPLIT_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091005
2 Exporting EV_NEW_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST 20091005
3 Importing IT_ENTITY Call by reference Type reference (TYPE) USMD_T_CREQUEST_ENTITY ChangeRequest Entity TableType 20091005

Method SPLIT_CREQUEST on Interface IF_USMD_CREQUEST_API has no exception.

Method WITHDRAW_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091013

Method WITHDRAW_CREQUEST on Interface IF_USMD_CREQUEST_API has no exception.

Method WRITE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20091005
2 Importing IT_DATA Call by reference Type reference (TYPE) ANY TABLE 20091005
3 Importing I_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME Field Name 20091005

Method WRITE_VALUE on Interface IF_USMD_CREQUEST_API has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702