SAP ABAP Class CL_USMD_CREQUEST_UTIL (Service Class for the Change Request)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     USMD2_MAIN (Package) Main objects of generic MDG UIs
Properties
Class CL_USMD_CREQUEST_UTIL  
Short Description Service Class for the Change Request    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package USMD2_MAIN   Main objects of generic MDG UIs 
Created 20081016   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SRSC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 USMD0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_USMD_CREQUEST_UTIL has no interface implemented.
Friends
Class CL_USMD_CREQUEST_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DC_SEPARATOR Constant Private Type reference (TYPE) STRING '/' 20081121
2 GC_MIME_TYPE_OUTLOOK_MSG Constant Public Type reference (TYPE) SKWF_MIME 'application/msoutlook' KW Framework: Mime Type 20131016
3 GC_SEPARATOR Constant Private Type reference (TYPE) STRING ';' 20090326
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CREQUEST_EXISTANCE Static method Public Method 20090914
2 CHECK_ENTITIES Instance method Public Method 20081024
3 CHECK_SINGLE_OBJECT_CREQUEST Instance method Public Method 20100316
4 CONVERT_BAPIRET2USMDMSG Static method Public Method Convert structure bapiret to usmd_s_message 20090204
5 CONVERT_CREQ_ATTACHMENT Static method Private Method 20090327
6 CONVERT_ENTITIES_TO_DATA Instance method Public Method 20081024
7 CONVERT_FFIX_TO_DATA Static method Public Method Convert one entity to data 20090116
8 CONVERT_LOCAL2UTC Static method Private Method 20090522
9 CONVERT_MIME_TYPE_OF_ATTACH Static method Public Method Converts inappropriate Mime Type of Attachments 20131016
10 CONVERT_NOTE_STRING Instance method Private Method Convert note to string 20081020
11 CONVERT_UTC2LOCAL Static method Private Method 20090522
12 EXTRACT_SGL_CR_TYPES Static method Public Method Extract Single Object Maintenance CR Types from List 20110324
13 FFIX2MSGVAR Static method Public Method 20090203
14 FILL_PDF_CREQUEST Static method Public Method 20090326
15 FIND_HRY_FIELDNAME Static method Private Method 20090203
16 GET_BSEG_VALUE Instance method Private Method 20081024
17 GET_CREQUEST Instance method Public Method 20081016
18 GET_CREQUEST_DETAIL_DATA Instance method Public Method 20081124
19 GET_CREQUEST_DRAFTS Static method Public Method 20110322
20 GET_CREQUEST_LIST Static method Public Method Get Change Request Details 20100721
21 GET_CREQUEST_MAIN_OBJECT Instance method Public Method 20090910
22 GET_CREQ_NOTE Instance method Public Method 20081020
23 GET_CRTYPE_MAIN_ENTITY Static method Public Method Check whether form-based change request requires key 20090829
24 GET_CR_STATUS_BY_CR Static method Public Method 20110207
25 GET_CR_TYPES_BY_MODEL Static method Public Method 20100610
26 GET_CR_TYPE_BY_CR Static method Public Method 20100702
27 GET_DATA_MODEL Instance method Public Method 20081016
28 GET_EDITION_FROM_CR Static method Public Method 20101015
29 GET_EDITION_LIST Static method Public Method Get edition list for a data model 20090508
30 GET_EDITION_TYPE_LIST Static method Public Method Get edition type list of a data model 20090508
31 GET_ENTITIES_FROM_CR_TYPE Static method Public Method Return of Maintainable Entities of a Change Request Type 20110203
32 GET_ENTITY_DESCR Static method Public Method 20081121
33 GET_FIELD_DESCRIPTION Instance method Private Method Get description 20081125
34 GET_FORM_SCENARIO Instance method Public Method Check whether it's a form-based change request 20090106
35 GET_MIME_EXPLANATION Static method Public Method Get MIME type description text 20090327
36 GET_MODEL_BY_CR Static method Public Method 20100201
37 GET_MODEL_BY_CR_TYPE Static method Public Method 20081112
38 GET_PROCESS_BY_CR Static method Public Method 20100630
39 GET_TABLEKEY Static method Public Method 20081124
40 GET_TABLEKEY_HRY Static method Public Method 20081124
41 GET_TABLEKEY_HRY_ORD Static method Public Method 20090227
42 GET_TABLEKEY_KEYSEQ Static method Public Method Get table key fields sorted by key sorting sequence 20130508
43 GET_UICONFIGURATION_FROM_CREQ Instance method Public Method 20090817
44 IS_CREQUEST_ACTIVATED Static method Public Method Check if a change request is activated 20111124
45 IS_CREQUEST_CLOSED Static method Public Method Check if a change request is closed 20111124
46 IS_CREQUEST_OBJ_KEY_REQUIRED Static method Public Method Check whether form-based change request requires key 20090824
47 IS_CREQUEST_TYPE_OBJLIST_REQ Static method Public Method Check whether form-based change request requires key 20090217
48 IS_DATA_SLICE_DEFINED Static method Public Method Check whether data slice is defined for id_entity_type 20090106
49 IS_FORM_CREQUEST Static method Public Method Check whether it's a form-based change request 20081119
50 IS_OBJECT_CONTAINED Static method Public Method 20081229
51 IS_SGL_CREQUEST Static method Public Method Check whether it's a single object change request 20090728
52 IS_SGL_OBJ_CREQUEST Static method Public Method Check whether it's a single object UIBB change request 20090728
53 LOAD_PDF_CREQ_ATTACHMENT Static method Public Method 20090327
54 LOAD_PDF_CREQ_ENTITY Static method Public Method 20081119
55 LOAD_PDF_CREQ_NOTE Static method Public Method 20081119
56 PREPARE_FOR_DISPLAY_ISR Static method Public Method 20090330
57 PRINT_PREVIEW Static method Public Method 20081121
Events
Class CL_USMD_CREQUEST_UTIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_CREQ_DM Public See coding 20101118 BEGIN OF s_creq_dm, usmd_released_at TYPE timestamp, usmd_created_at TYPE timestamp, usmd_priority TYPE usmd_priority, usmd_creq_type TYPE usmd_crequest_type, usmd_crequest TYPE usmd_crequest, usmd_creq_status TYPE usmd_crequest_status, usmd_model TYPE usmd_model, usmd_due_date type usmd_due_date, usmd_reason_rej type usmd_reason_rej, END OF s_creq_dm
2 S_CREQ_ENTITY Public See coding 20081124 BEGIN OF s_creq_entity, usmd_crequest TYPE usmd_crequest, usmd_entity TYPE usmd_entity, usmd_seqnr TYPE usmd_seqnr_obj, usmd_entity_obj TYPE usmd_entity, usmd_value TYPE usmd_value, END OF s_creq_entity
3 S_CREQ_ENTITY_HRY Public See coding 20081124 BEGIN OF s_creq_entity_hry, usmd_crequest TYPE usmd_s_crequest-usmd_crequest, usmd_entity TYPE usmd_entity, usmd_seqnr_node TYPE usmd_seqnr_obj, usmd_entity_obj TYPE usmd_entity, usmd_value_node TYPE usmd_value, END OF s_creq_entity_hry
4 S_CREQ_ENTITY_ISR Public See coding 20081124 BEGIN OF s_creq_entity_isr, usmd_crequest TYPE usmd_crequest, usmd_seqnr TYPE usmd_seqnr_obj, usmd_isr_objid TYPE usmd1215-usmd_isr_objid, END OF s_creq_entity_isr
5 S_CREQ_STATUS Public See coding 20090326 BEGIN OF s_creq_status, usmd_creq_status TYPE usmd_crequest_status, txtmi TYPE usmd_txtmi, END OF s_creq_status
6 S_CREQ_TYPE Public See coding 20090326 BEGIN OF s_creq_type, usmd_creq_type TYPE usmd_crequest_type, txtmi TYPE usmd_txtmi, END OF s_creq_type
7 S_CREQ_TYPE_ENTITY Public See coding 20081124 BEGIN OF s_creq_type_entity, usmd_creq_type TYPE usmd_crequest_type, usmd_entity TYPE usmd_entity, usmd_scenario TYPE usmd1101-usmd_scenario, END OF s_creq_type_entity
8 S_PRIORITY Public See coding 20091217 BEGIN OF s_priority, usmd_priority TYPE usmd_priority, txtmi TYPE usmd_txtmi, END OF s_priority
9 S_REASON Public See coding 20091217 BEGIN OF s_reason, usmd_reason TYPE usmd_reason, txtmi TYPE usmd_txtmi, END OF s_reason
10 TS_CREQ_DM Public See coding 20101118 ts_creq_dm TYPE STANDARD TABLE OF s_creq_dm
11 TS_CREQ_ENTITY Public See coding 20081124 ts_creq_entity TYPE SORTED TABLE OF s_creq_entity WITH UNIQUE KEY usmd_crequest usmd_entity usmd_seqnr usmd_entity_obj
12 TS_CREQ_ENTITY_HRY Public See coding 20081124 ts_creq_entity_hry TYPE SORTED TABLE OF s_creq_entity_hry WITH UNIQUE KEY usmd_crequest usmd_entity usmd_seqnr_node usmd_entity_obj
13 TS_CREQ_ENTITY_ISR Public See coding 20081124 ts_creq_entity_isr TYPE SORTED TABLE OF s_creq_entity_isr WITH UNIQUE KEY usmd_crequest usmd_seqnr
14 TS_CREQ_TYPE_ENTITY Public See coding 20081124 ts_creq_type_entity TYPE STANDARD TABLE OF s_creq_type_entity WITH KEY usmd_creq_type usmd_entity
15 T_USMD_CREQUEST Public See coding 20081024 t_usmd_crequest TYPE STANDARD TABLE OF usmd_crequest
Method Signatures

Method CHECK_CREQUEST_EXISTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_YES Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20090914
2 Importing ID_CREQ_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20090914

Method CHECK_CREQUEST_EXISTANCE on class CL_USMD_CREQUEST_UTIL has no exception.

Method CHECK_ENTITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_CREQUEST_FOUND Call by reference Type reference (TYPE) USMD_CREQUEST the open change request wich contains the checked entities 20090225
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE error messages 20081024
3 Importing ID_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20081024
4 Importing ID_EDITION Call by reference Type reference (TYPE) USMD_EDITION Edition 20081024
5 Importing ID_ENTITY_TYPE Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20081024
6 Importing ID_ENTITY_TYPE_HRY Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp or hierarchy node 20090106
7 Importing IF_CHECK_AVAILABLE Call by reference Type reference (TYPE) USMD_FLG check all entities IR_ENTITIES can be applied 20081024
8 Importing IF_CHECK_DATA_SLICE Call by reference Type reference (TYPE) USMD_FLG check data slide in edition 20090105
9 Importing IF_CHECK_DUPLICATION Call by reference Type reference (TYPE) USMD_FLG check duplicated entity exists in table IR_ENTITIER ? 20081024
10 Importing IF_CHECK_FULL_KEY Call by reference Type reference (TYPE) USMD_FLG check all key fields of any non-empty entity are filled 20081024
11 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081024
12 Importing IR_ENTITIES Call by reference Object reference (TYPE REF TO) DATA entites table 20081024

Method CHECK_ENTITIES on class CL_USMD_CREQUEST_UTIL has no exception.

Method CHECK_SINGLE_OBJECT_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EF_ERROR Value transfer Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20100316
2 Importing ID_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20100316

Method CHECK_SINGLE_OBJECT_CREQUEST on class CL_USMD_CREQUEST_UTIL has no exception.

Method CONVERT_BAPIRET2USMDMSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BAPIRET Call by reference Type reference (TYPE) BAPIRET1 Returnparameter 20090204
2 Returning RS_USMD_MSG Value transfer Type reference (TYPE) USMD_S_MESSAGE Meldungen 20090204

Method CONVERT_BAPIRET2USMDMSG on class CL_USMD_CREQUEST_UTIL has no exception.

Method CONVERT_CREQ_ATTACHMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CREQ_ATTACH Call by reference Type reference (TYPE) USMD_S_ATTACHMENT_GUI_WO_CONT Anlagen (ohne Content) 20090327
2 Importing IS_CREQ_ATTACH Call by reference Type reference (TYPE) USMD_S_ATTACHMENT_WO_CONT Eigenschaften von Anlagen (ohne Content) 20090327

Method CONVERT_CREQ_ATTACHMENT on class CL_USMD_CREQUEST_UTIL has no exception.

Method CONVERT_ENTITIES_TO_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CR_ENTITY Call by reference Type reference (TYPE) TS_CREQ_ENTITY 20081024
2 Exporting ET_CREQUEST Call by reference Type reference (TYPE) T_USMD_CREQUEST 20081024
3 Exporting ET_DATA Call by reference Type reference (TYPE) ANY TABLE 20081024
4 Importing ID_ENTITY_TYPE Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20081024
5 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081024
6 Importing IR_STRDESC Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20081024

Method CONVERT_ENTITIES_TO_DATA on class CL_USMD_CREQUEST_UTIL has no exception.

Method CONVERT_FFIX_TO_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA 20090116
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090116
3 Importing IO_MODEL_EXT Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL_EXT MDG-Datenmodell für Zugriff aus Nicht-SAP Standard Coding 20110408
4 Importing IT_FFIX Call by reference Type reference (TYPE) USMD_TS_VALUE Feldname + Wert 20090116

Method CONVERT_FFIX_TO_DATA on class CL_USMD_CREQUEST_UTIL has no exception.

Method CONVERT_LOCAL2UTC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA Call by reference Object reference (TYPE REF TO) USMD_SX_PDF_CREQUEST Änderungsantrag: PDF-Druckformular 20090522

Method CONVERT_LOCAL2UTC on class CL_USMD_CREQUEST_UTIL has no exception.

Method CONVERT_MIME_TYPE_OF_ATTACH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_MIME_TYPE Call by reference Type reference (TYPE) SKWF_MIME Mime Type 20131016
2 Importing IV_FILE_NAME Call by reference Type reference (TYPE) STRING File Name of Attachment 20131016

Method CONVERT_MIME_TYPE_OF_ATTACH on class CL_USMD_CREQUEST_UTIL has no exception.

Method CONVERT_NOTE_STRING 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 Comments of Change Request 20081020
2 Returning RO_NOTE_TXT Value transfer Object reference (TYPE REF TO) CL_WD_FORMATTED_TEXT WebDynpro: Formatierter Text 20081020

Method CONVERT_NOTE_STRING on class CL_USMD_CREQUEST_UTIL has no exception.

Method CONVERT_UTC2LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA Call by reference Object reference (TYPE REF TO) USMD_SX_PDF_CREQUEST Änderungsantrag: PDF-Druckformular 20090522

Method CONVERT_UTC2LOCAL on class CL_USMD_CREQUEST_UTIL has no exception.

Method EXTRACT_SGL_CR_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CREQUEST_TYPES Call by reference Type reference (TYPE) USMD_TS_CREQUEST_TYPE Typ des Änderungsantrags 20110324

Method EXTRACT_SGL_CR_TYPES on class CL_USMD_CREQUEST_UTIL has no exception.

Method FFIX2MSGVAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_VALUE Call by reference Type reference (TYPE) USMD_VALUE Merkmalswert 20090203
2 Importing ID_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20090203
3 Importing ID_FIELDNAME_NOD Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20090203
4 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090203
5 Importing IT_FFIX Call by reference Type reference (TYPE) USMD_TS_VALUE Feldname + Wert 20090203

Method FFIX2MSGVAR on class CL_USMD_CREQUEST_UTIL has no exception.

Method FILL_PDF_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_PDF_CREQ Call by reference Type reference (TYPE) USMD_S_PDF_CREQUEST PDF print: one change request 20090326
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090326
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090326
4 Importing IS_CREQ Call by reference Type reference (TYPE) USMD_S_CREQUEST Änderungsantrag 20090326

Method FILL_PDF_CREQUEST on class CL_USMD_CREQUEST_UTIL has no exception.

Method FIND_HRY_FIELDNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20090203
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090203
3 Importing IT_FFIX Call by reference Type reference (TYPE) USMD_TS_VALUE Feldname + Wert 20090203
4 Importing IT_HRY_FIELDNAME Call by reference Type reference (TYPE) USMD_TS_FIELD Feldnamen 20090203
5 Returning RD_FIELDNAME Value transfer Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20090203

Method FIND_HRY_FIELDNAME on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_BSEG_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_VALUE Call by reference Type reference (TYPE) USMD_VALUE Merkmalswert 20081024
2 Importing ID_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20081024
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081024
4 Importing IS_DATA Call by reference Type reference (TYPE) ANY 20081024

Method GET_BSEG_VALUE on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_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 Änderungsantrag 20081023
2 Exporting ES_CREQUEST_EXT Call by reference Type reference (TYPE) USMD_S_CREQUEST_EXT 20081127
3 Importing ID_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20081023
4 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081023

Method GET_CREQUEST on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_CREQUEST_DETAIL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CREQ_ENTITY Call by reference Type reference (TYPE) TS_CREQ_ENTITY Änderungsantrag: Objekte 20081124
2 Exporting ET_CREQ_ENTITY_HRY Call by reference Type reference (TYPE) TS_CREQ_ENTITY_HRY 20081124
3 Exporting ET_CREQ_ENTITY_ISR Call by reference Type reference (TYPE) TS_CREQ_ENTITY_ISR 20081124
4 Exporting ET_CT_ENTITY Call by reference Type reference (TYPE) TS_CREQ_TYPE_ENTITY 20081124
5 Importing ID_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20081124
6 Importing ID_CREQ_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20081124
7 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081124

Method GET_CREQUEST_DETAIL_DATA on class CL_USMD_CREQUEST_UTIL 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_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20110322
2 Importing IV_SINGLE_OBJ Call by reference Type reference (TYPE) USMD_SINGLE_OBJ Änderungsantrag enthält nur eine Entität 20110322
3 Importing IV_UNAME Call by reference Type reference (TYPE) XUBNAME Benutzername im Benutzerstamm 20110322
4 Returning RT_CREQUEST_ID Value transfer Type reference (TYPE) USMD_TS_CHANGE_REQUEST Liste von Änderungsanträgen 20110322

Method GET_CREQUEST_DRAFTS on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_CREQUEST_LIST 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) TS_CREQ_DM Änderungsantrag 20100721
2 Exporting EV_DONE Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20100907
3 Importing IV_CREQ_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20101103
4 Importing IV_CR_CREATED_END_DATE Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20101103
5 Importing IV_CR_CREATED_START_DATE Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20101103
6 Importing IV_CR_PRIORITY Call by reference Type reference (TYPE) USMD_PRIORITY Priorität 20110118
7 Importing IV_DATAPACKET_COUNT Call by reference Type reference (TYPE) INT4 Count of Data Packets 20101103
8 Importing IV_MAXSIZE Call by reference Type reference (TYPE) SRSC_S_IF_SIMPLE-MAXSIZE Maximum size of each DataPacket 20101103
9 Importing IV_MODEL_HIGH Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20101126
10 Importing IV_MODEL_LOW Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20101126

Method GET_CREQUEST_LIST on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_CREQUEST_MAIN_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_MAIN_ENTITY_NAME Call by reference Type reference (TYPE) USMD_ENTITY Haupt-Entitätstyp Name 20111214
2 Exporting ET_MAIN_OBJ Call by reference Type reference (TYPE) USMD_TS_VALUE 20090910
3 Importing ID_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20090910
4 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090910

Method GET_CREQUEST_MAIN_OBJECT on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_CREQ_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CREQ Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20081020
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081020
3 Returning RD_NOTE Value transfer Type reference (TYPE) STRING 20081020

Method GET_CREQ_NOTE on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_CRTYPE_MAIN_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20090829
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090829
3 Returning RD_ENTITY Value transfer Type reference (TYPE) USMD_ENTITY Änderungsantrag 20090829

Method GET_CRTYPE_MAIN_ENTITY on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_CR_STATUS_BY_CR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_CR_STATUS Value transfer Type reference (TYPE) USMD_CREQUEST_STATUS Status des Änderungsantrags 20110207
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20110207
3 Importing I_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20110207

Method GET_CR_STATUS_BY_CR on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_CR_TYPES_BY_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_TS_CREQUEST_TYPE Typ des Änderungsantrags 20100610
2 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20100610

Method GET_CR_TYPES_BY_MODEL on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_CR_TYPE_BY_CR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_CR_TYPE Value transfer Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20100702
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20100702
3 Importing I_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20100702

Method GET_CR_TYPE_BY_CR on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_DATA_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_DISTRIBUTE_PER_CR Call by reference Type reference (TYPE) USMD_FLG cr has to be distributed at activation 20090929
2 Exporting EO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL Datenmodell 20081023
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20081023
4 Exporting E_EDITION Call by reference Type reference (TYPE) USMD_EDITION Edition 20091007
5 Exporting E_EDITION_TYPE Call by reference Type reference (TYPE) USMD_EDITION_TYPE Editionstyp 20091021
6 Importing ID_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20081023

Method GET_DATA_MODEL on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_EDITION_FROM_CR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EDITION Call by reference Type reference (TYPE) USMD_EDITION Edition 20101015
2 Exporting E_EDITION_NUMBER Call by reference Type reference (TYPE) USMD_EDITION_NUMBER Editionsnummer 20101015
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL Kann auch model=space sein 20101015
4 Importing I_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20101015

Method GET_EDITION_FROM_CR on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_EDITION_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EDITION Call by reference Type reference (TYPE) USMD_T_VALUE Feldname + Wert 20090508
2 Importing ID_DATA_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20090508

Method GET_EDITION_LIST on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_EDITION_TYPE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EDITION_SEL Call by reference Type reference (TYPE) USMD_TS_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20090508
2 Importing ID_DATA_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20090508
3 Importing I_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20131022

Method GET_EDITION_TYPE_LIST on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_ENTITIES_FROM_CR_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CREQ_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20110203
2 Returning RT_ENTITIES Value transfer Type reference (TYPE) USMD_T_ENTITY Entitätstypen 20110203

Method GET_ENTITIES_FROM_CR_TYPE on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_ENTITY_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DESCR Call by reference Type reference (TYPE) STRING 20081121
2 Importing IF_HRY Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20081121
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081121
4 Importing IT_FFIX Call by reference Type reference (TYPE) USMD_TS_VALUE Feldname + Wert 20081121
5 Importing I_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20081121
6 Importing I_VALUE Call by reference Type reference (TYPE) USMD_VALUE Merkmalswert 20081121

Method GET_ENTITY_DESCR on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_FIELD_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DESCR Call by reference Type reference (TYPE) USMD_TXTLG 20081125
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081125
3 Importing IT_FFIX Call by reference Type reference (TYPE) USMD_TS_VALUE Feldname + Wert 20081125
4 Importing I_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20081125
5 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20081125
6 Importing I_VALUE Call by reference Type reference (TYPE) DATA Merkmalswert 20081125

Method GET_FIELD_DESCRIPTION on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_FORM_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20090106
2 Exporting ED_SCENARIO Call by reference Type reference (TYPE) APB_ISR_SCENARIO Änderungsantrag 20090106
3 Exporting ED_SCENARIOKX Call by reference Type reference (TYPE) APB_ISR_SCENARIOKX 20090106
4 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090106
5 Importing ID_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20090106
6 Importing ID_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20090106
7 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090106

Method GET_FORM_SCENARIO on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_MIME_EXPLANATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXPLANATION Call by reference Type reference (TYPE) SKWF_DESCR FIN MDM: Bezeichnung (Langtext) 20090327
2 Importing I_MIME_TYPE Call by reference Type reference (TYPE) SKWF_MIME BCOM: Bezeichnung für den MIME-Subtyp 20090327

Method GET_MIME_EXPLANATION on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_MODEL_BY_CR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell des Änderungsantrags 20100201
2 Importing I_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20100201

Method GET_MODEL_BY_CR on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_MODEL_BY_CR_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CREQ_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ der Änderungsanfrage 20081112
2 Returning RD_MODEL Value transfer Type reference (TYPE) USMD_MODEL Datenmodell 20081112

Method GET_MODEL_BY_CR_TYPE on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_PROCESS_BY_CR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_PROCESS Value transfer Type reference (TYPE) USMD_PROCESS Betriebswirtschaftliche Aktivität 20100630
2 Importing I_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20100630

Method GET_PROCESS_BY_CR on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_TABLEKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20081124
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081124
3 Returning RT_TABLEKEY Value transfer Type reference (TYPE) USMD_TS_FIELD Feldnamen 20081124

Method GET_TABLEKEY on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_TABLEKEY_HRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDNAME Call by reference Type reference (TYPE) USMD_TS_FIELD Feldnamen 20081124
2 Exporting EF_VDEP Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20081124
3 Exporting EV_NDEP_FLD Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20081124
4 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081124
5 Importing IV_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20081124

Method GET_TABLEKEY_HRY on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_TABLEKEY_HRY_ORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDNAME Call by reference Type reference (TYPE) USMD_T_FIELD Feldnamen 20090227
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090227
3 Importing IV_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20090227
4 Importing IV_FIELDNAME_NOD Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20090227

Method GET_TABLEKEY_HRY_ORD on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_TABLEKEY_KEYSEQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TABLEKEY_KEYSEQ Call by reference Type reference (TYPE) USMD_T_FIELD Fields with Sequence Order 20130508
2 Importing ID_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME Field of an Entity Type 20130508
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDG Data Model for Access from SAP Standard Delivery 20130508

Method GET_TABLEKEY_KEYSEQ on class CL_USMD_CREQUEST_UTIL has no exception.

Method GET_UICONFIGURATION_FROM_CREQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_UI_APPL Call by reference Type reference (TYPE) WDY_APPLICATION_NAME Web Dynpro Applikationsname 20100526
2 Exporting ED_UI_CONFIG Call by reference Type reference (TYPE) WDY_CONFIG_ID Konfigurations-Identifikation 20090817
3 Importing ID_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20090824
4 Importing ID_CREQUEST_WI Call by reference Type reference (TYPE) SWW_WIID Workitem-Kennung 20110511
5 Importing ID_CREQ_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20090817
6 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090817

Method GET_UICONFIGURATION_FROM_CREQ on class CL_USMD_CREQUEST_UTIL has no exception.

Method IS_CREQUEST_ACTIVATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CREQUEST_STATUS Call by reference Type reference (TYPE) USMD_CREQUEST_STATUS Status des Änderungsantrags 20111124
2 Importing I_DATA_ACTIVE Call by reference Type reference (TYPE) USMD_DATA_ACTIVATED Daten des Änderungsantrags wurden bereits aktiviert 20111124
3 Returning RF_IS_ACTIVATED Value transfer Type reference (TYPE) USMD_FLG X = change request was activated 20111124

Method IS_CREQUEST_ACTIVATED on class CL_USMD_CREQUEST_UTIL has no exception.

Method IS_CREQUEST_CLOSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CREQUEST_STATUS Call by reference Type reference (TYPE) USMD_CREQUEST_STATUS Status des Änderungsantrags 20111124
2 Returning RF_IS_CLOSED Value transfer Type reference (TYPE) USMD_FLG X = change request is closed 20111124

Method IS_CREQUEST_CLOSED on class CL_USMD_CREQUEST_UTIL has no exception.

Method IS_CREQUEST_OBJ_KEY_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20090824
2 Importing ID_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20090824
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090824
4 Returning RF_YES Value transfer Type reference (TYPE) USMD_SINGLE_OBJ Änderungsantrag 20090824

Method IS_CREQUEST_OBJ_KEY_REQUIRED on class CL_USMD_CREQUEST_UTIL has no exception.

Method IS_CREQUEST_TYPE_OBJLIST_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20090217
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090217
3 Returning RF_YES Value transfer Type reference (TYPE) USMD_SINGLE_OBJ Änderungsantrag 20090217

Method IS_CREQUEST_TYPE_OBJLIST_REQ on class CL_USMD_CREQUEST_UTIL has no exception.

Method IS_DATA_SLICE_DEFINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20090106
2 Importing ID_EDITION Call by reference Type reference (TYPE) USMD_EDITION Edition 20090106
3 Importing ID_ENTITY_TYPE Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20090106
4 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090106
5 Returning RF_YES Value transfer Type reference (TYPE) USMD_FLG 20090106

Method IS_DATA_SLICE_DEFINED on class CL_USMD_CREQUEST_UTIL has no exception.

Method IS_FORM_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20081119
2 Importing ID_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20081205
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081119
4 Returning RF_YES Value transfer Type reference (TYPE) USMD_SINGLE_OBJ Änderungsantrag 20081205

Method IS_FORM_CREQUEST on class CL_USMD_CREQUEST_UTIL has no exception.

Method IS_OBJECT_CONTAINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_CONTAINED Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20081229
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20081229
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081229
4 Importing IT_SEL Call by reference Type reference (TYPE) USMD_TS_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20081229
5 Importing I_EDITION Call by reference Type reference (TYPE) USMD_EDITION Edition 20081229
6 Importing I_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20081229

Method IS_OBJECT_CONTAINED on class CL_USMD_CREQUEST_UTIL has no exception.

Method IS_SGL_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20090728
2 Importing ID_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20090728
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090728
4 Returning RF_YES Value transfer Type reference (TYPE) USMD_SINGLE_OBJ Änderungsantrag 20090728

Method IS_SGL_CREQUEST on class CL_USMD_CREQUEST_UTIL has no exception.

Method IS_SGL_OBJ_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20090728
2 Importing ID_CREQUEST_TYPE Call by reference Type reference (TYPE) USMD_CREQUEST_TYPE Typ des Änderungsantrags 20090728
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090728
4 Returning RF_YES Value transfer Type reference (TYPE) USMD_SINGLE_OBJ Änderungsantrag 20090728

Method IS_SGL_OBJ_CREQUEST on class CL_USMD_CREQUEST_UTIL has no exception.

Method LOAD_PDF_CREQ_ATTACHMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ATTACHMENT Call by reference Type reference (TYPE) USMD_TT_PDF_CREQUEST_ATTACH For print change request attachment table 20090327
2 Importing ID_CREQ Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20090327
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090327

Method LOAD_PDF_CREQ_ATTACHMENT on class CL_USMD_CREQUEST_UTIL has no exception.

Method LOAD_PDF_CREQ_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PDF_CREQ_ENTITY Call by reference Type reference (TYPE) USMD_T_PDF_CREQUEST_ENTITY_ALL #PDF print: one change request's data (incl. notes/entities) 20081119
2 Importing ID_CREQ Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20081119
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081119

Method LOAD_PDF_CREQ_ENTITY on class CL_USMD_CREQUEST_UTIL has no exception.

Method LOAD_PDF_CREQ_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NOTE Call by reference Type reference (TYPE) USMD_T_PDF_CREQUEST_NOTE ##PDF print: change request notes 20081119
2 Importing ID_CREQ Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20081119
3 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20081119
4 Importing IS_NEW_NOTE Call by reference Type reference (TYPE) USMD_S_CREQUEST_NOTE Notizen einer Änderungsanfrage 20090326

Method LOAD_PDF_CREQ_NOTE on class CL_USMD_CREQUEST_UTIL has no exception.

Method PREPARE_FOR_DISPLAY_ISR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_MODE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20090330
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090330
3 Importing ID_MODE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20090330
4 Importing ID_MODE_LAST Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20090330
5 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL MDM Datenmodell für Zugriff aus SAP-Standard 20090330
6 Importing IO_SERVICE Call by reference Object reference (TYPE REF TO) IF_USMD_UI_SERVICES Service-Interface fürs UI 20090330
7 Importing IT_FFIX Call by reference Type reference (TYPE) USMD_TS_VALUE Feldname + Wert 20090330

Method PREPARE_FOR_DISPLAY_ISR on class CL_USMD_CREQUEST_UTIL has no exception.

Method PRINT_PREVIEW 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 Meldungen 20081121
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) IF_USMD_MODEL for badi call 20081121
3 Importing IR_DATA Call by reference Object reference (TYPE REF TO) USMD_SX_PDF_CREQUEST PDF print: change request 20081121
4 Importing IT_FFIX Call by reference Type reference (TYPE) USMD_TS_VALUE Feldname + Wert 20081126

Method PRINT_PREVIEW on class CL_USMD_CREQUEST_UTIL has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 605