Hierarchy

⤷

⤷

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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | '/' | 20081121 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | SKWF_MIME | 'application/msoutlook' | KW Framework: Mime Type | 20131016 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | ';' | 20090326 |
Methods
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 | ![]() |
ED_YES | Call by reference | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20090914 | ||
2 | ![]() |
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 | ![]() |
ED_CREQUEST_FOUND | Call by reference | Type reference (TYPE) | USMD_CREQUEST | the open change request wich contains the checked entities | 20090225 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | error messages | 20081024 | ||
3 | ![]() |
ID_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20081024 | ||
4 | ![]() |
ID_EDITION | Call by reference | Type reference (TYPE) | USMD_EDITION | Edition | 20081024 | ||
5 | ![]() |
ID_ENTITY_TYPE | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20081024 | ||
6 | ![]() |
ID_ENTITY_TYPE_HRY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp or hierarchy node | 20090106 | ||
7 | ![]() |
IF_CHECK_AVAILABLE | Call by reference | Type reference (TYPE) | USMD_FLG | check all entities IR_ENTITIES can be applied | 20081024 | ||
8 | ![]() |
IF_CHECK_DATA_SLICE | Call by reference | Type reference (TYPE) | USMD_FLG | check data slide in edition | 20090105 | ||
9 | ![]() |
IF_CHECK_DUPLICATION | Call by reference | Type reference (TYPE) | USMD_FLG | check duplicated entity exists in table IR_ENTITIER ? | 20081024 | ||
10 | ![]() |
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 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20081024 | ||
12 | ![]() |
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 | ![]() |
EF_ERROR | Value transfer | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20100316 | ||
2 | ![]() |
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 | ![]() |
IS_BAPIRET | Call by reference | Type reference (TYPE) | BAPIRET1 | Returnparameter | 20090204 | ||
2 | ![]() |
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 | ![]() |
ES_CREQ_ATTACH | Call by reference | Type reference (TYPE) | USMD_S_ATTACHMENT_GUI_WO_CONT | Anlagen (ohne Content) | 20090327 | ||
2 | ![]() |
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 | ![]() |
CT_CR_ENTITY | Call by reference | Type reference (TYPE) | TS_CREQ_ENTITY | 20081024 | |||
2 | ![]() |
ET_CREQUEST | Call by reference | Type reference (TYPE) | T_USMD_CREQUEST | 20081024 | |||
3 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20081024 | |||
4 | ![]() |
ID_ENTITY_TYPE | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20081024 | ||
5 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20081024 | ||
6 | ![]() |
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 | ![]() |
ER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20090116 | |||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20090116 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
CV_MIME_TYPE | Call by reference | Type reference (TYPE) | SKWF_MIME | Mime Type | 20131016 | ||
2 | ![]() |
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 | ![]() |
IS_NOTE | Call by reference | Type reference (TYPE) | USMD_S_CREQUEST_NOTE | Comments of Change Request | 20081020 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
ED_VALUE | Call by reference | Type reference (TYPE) | USMD_VALUE | Merkmalswert | 20090203 | ||
2 | ![]() |
ID_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20090203 | ||
3 | ![]() |
ID_FIELDNAME_NOD | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20090203 | ||
4 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20090203 | ||
5 | ![]() |
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 | ![]() |
CS_PDF_CREQ | Call by reference | Type reference (TYPE) | USMD_S_PDF_CREQUEST | PDF print: one change request | 20090326 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Meldungen | 20090326 | ||
3 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20090326 | ||
4 | ![]() |
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 | ![]() |
ID_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20090203 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20090203 | ||
3 | ![]() |
IT_FFIX | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | Feldname + Wert | 20090203 | ||
4 | ![]() |
IT_HRY_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_TS_FIELD | Feldnamen | 20090203 | ||
5 | ![]() |
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 | ![]() |
ED_VALUE | Call by reference | Type reference (TYPE) | USMD_VALUE | Merkmalswert | 20081024 | ||
2 | ![]() |
ID_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20081024 | ||
3 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20081024 | ||
4 | ![]() |
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 | ![]() |
ES_CREQUEST | Call by reference | Type reference (TYPE) | USMD_S_CREQUEST | Änderungsantrag | 20081023 | ||
2 | ![]() |
ES_CREQUEST_EXT | Call by reference | Type reference (TYPE) | USMD_S_CREQUEST_EXT | 20081127 | |||
3 | ![]() |
ID_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20081023 | ||
4 | ![]() |
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 | ![]() |
ET_CREQ_ENTITY | Call by reference | Type reference (TYPE) | TS_CREQ_ENTITY | Änderungsantrag: Objekte | 20081124 | ||
2 | ![]() |
ET_CREQ_ENTITY_HRY | Call by reference | Type reference (TYPE) | TS_CREQ_ENTITY_HRY | 20081124 | |||
3 | ![]() |
ET_CREQ_ENTITY_ISR | Call by reference | Type reference (TYPE) | TS_CREQ_ENTITY_ISR | 20081124 | |||
4 | ![]() |
ET_CT_ENTITY | Call by reference | Type reference (TYPE) | TS_CREQ_TYPE_ENTITY | 20081124 | |||
5 | ![]() |
ID_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20081124 | ||
6 | ![]() |
ID_CREQ_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Typ des Änderungsantrags | 20081124 | ||
7 | ![]() |
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 | ![]() |
IV_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Datenmodell | 20110322 | ||
2 | ![]() |
IV_SINGLE_OBJ | Call by reference | Type reference (TYPE) | USMD_SINGLE_OBJ | Änderungsantrag enthält nur eine Entität | 20110322 | ||
3 | ![]() |
IV_UNAME | Call by reference | Type reference (TYPE) | XUBNAME | Benutzername im Benutzerstamm | 20110322 | ||
4 | ![]() |
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 | ![]() |
ET_CREQUEST | Call by reference | Type reference (TYPE) | TS_CREQ_DM | Änderungsantrag | 20100721 | ||
2 | ![]() |
EV_DONE | Call by reference | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20100907 | ||
3 | ![]() |
IV_CREQ_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Typ des Änderungsantrags | 20101103 | ||
4 | ![]() |
IV_CR_CREATED_END_DATE | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20101103 | ||
5 | ![]() |
IV_CR_CREATED_START_DATE | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20101103 | ||
6 | ![]() |
IV_CR_PRIORITY | Call by reference | Type reference (TYPE) | USMD_PRIORITY | Priorität | 20110118 | ||
7 | ![]() |
IV_DATAPACKET_COUNT | Call by reference | Type reference (TYPE) | INT4 | Count of Data Packets | 20101103 | ||
8 | ![]() |
IV_MAXSIZE | Call by reference | Type reference (TYPE) | SRSC_S_IF_SIMPLE-MAXSIZE | Maximum size of each DataPacket | 20101103 | ||
9 | ![]() |
IV_MODEL_HIGH | Call by reference | Type reference (TYPE) | USMD_MODEL | Datenmodell | 20101126 | ||
10 | ![]() |
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 | ![]() |
ED_MAIN_ENTITY_NAME | Call by reference | Type reference (TYPE) | USMD_ENTITY | Haupt-Entitätstyp Name | 20111214 | ||
2 | ![]() |
ET_MAIN_OBJ | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | 20090910 | |||
3 | ![]() |
ID_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20090910 | ||
4 | ![]() |
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 | ![]() |
ID_CREQ | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20081020 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20081020 | ||
3 | ![]() |
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 | ![]() |
ID_CREQUEST_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Typ des Änderungsantrags | 20090829 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20090829 | ||
3 | ![]() |
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 | ![]() |
E_CR_STATUS | Value transfer | Type reference (TYPE) | USMD_CREQUEST_STATUS | Status des Änderungsantrags | 20110207 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20110207 | ||
3 | ![]() |
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 | ![]() |
ET_CREQUEST_TYPE | Call by reference | Type reference (TYPE) | USMD_TS_CREQUEST_TYPE | Typ des Änderungsantrags | 20100610 | ||
2 | ![]() |
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 | ![]() |
E_CR_TYPE | Value transfer | Type reference (TYPE) | USMD_CREQUEST_TYPE | Typ des Änderungsantrags | 20100702 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20100702 | ||
3 | ![]() |
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 | ![]() |
EF_DISTRIBUTE_PER_CR | Call by reference | Type reference (TYPE) | USMD_FLG | cr has to be distributed at activation | 20090929 | ||
2 | ![]() |
EO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | Datenmodell | 20081023 | ||
3 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Meldungen | 20081023 | ||
4 | ![]() |
E_EDITION | Call by reference | Type reference (TYPE) | USMD_EDITION | Edition | 20091007 | ||
5 | ![]() |
E_EDITION_TYPE | Call by reference | Type reference (TYPE) | USMD_EDITION_TYPE | Editionstyp | 20091021 | ||
6 | ![]() |
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 | ![]() |
E_EDITION | Call by reference | Type reference (TYPE) | USMD_EDITION | Edition | 20101015 | ||
2 | ![]() |
E_EDITION_NUMBER | Call by reference | Type reference (TYPE) | USMD_EDITION_NUMBER | Editionsnummer | 20101015 | ||
3 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | Kann auch model=space sein | 20101015 | ||
4 | ![]() |
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 | ![]() |
ET_EDITION | Call by reference | Type reference (TYPE) | USMD_T_VALUE | Feldname + Wert | 20090508 | ||
2 | ![]() |
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 | ![]() |
ET_EDITION_SEL | Call by reference | Type reference (TYPE) | USMD_TS_SEL | Sortierte Tabelle: Selektionsbedingung (Range pro Feld) | 20090508 | ||
2 | ![]() |
ID_DATA_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Datenmodell | 20090508 | ||
3 | ![]() |
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 | ![]() |
IV_CREQ_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Typ des Änderungsantrags | 20110203 | ||
2 | ![]() |
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 | ![]() |
E_DESCR | Call by reference | Type reference (TYPE) | STRING | 20081121 | |||
2 | ![]() |
IF_HRY | Call by reference | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20081121 | ||
3 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20081121 | ||
4 | ![]() |
IT_FFIX | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | Feldname + Wert | 20081121 | ||
5 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20081121 | ||
6 | ![]() |
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 | ![]() |
E_DESCR | Call by reference | Type reference (TYPE) | USMD_TXTLG | 20081125 | |||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20081125 | ||
3 | ![]() |
IT_FFIX | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | Feldname + Wert | 20081125 | ||
4 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20081125 | ||
5 | ![]() |
I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20081125 | |
6 | ![]() |
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 | ![]() |
ED_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20090106 | ||
2 | ![]() |
ED_SCENARIO | Call by reference | Type reference (TYPE) | APB_ISR_SCENARIO | Änderungsantrag | 20090106 | ||
3 | ![]() |
ED_SCENARIOKX | Call by reference | Type reference (TYPE) | APB_ISR_SCENARIOKX | 20090106 | |||
4 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Meldungen | 20090106 | ||
5 | ![]() |
ID_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20090106 | ||
6 | ![]() |
ID_CREQUEST_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Typ des Änderungsantrags | 20090106 | ||
7 | ![]() |
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 | ![]() |
E_EXPLANATION | Call by reference | Type reference (TYPE) | SKWF_DESCR | FIN MDM: Bezeichnung (Langtext) | 20090327 | ||
2 | ![]() |
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 | ![]() |
E_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Datenmodell des Änderungsantrags | 20100201 | ||
2 | ![]() |
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 | ![]() |
ID_CREQ_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Typ der Änderungsanfrage | 20081112 | ||
2 | ![]() |
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 | ![]() |
E_PROCESS | Value transfer | Type reference (TYPE) | USMD_PROCESS | Betriebswirtschaftliche Aktivität | 20100630 | ||
2 | ![]() |
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 | ![]() |
ID_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20081124 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20081124 | ||
3 | ![]() |
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 | ![]() |
CT_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_TS_FIELD | Feldnamen | 20081124 | ||
2 | ![]() |
EF_VDEP | Call by reference | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20081124 | ||
3 | ![]() |
EV_NDEP_FLD | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20081124 | ||
4 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20081124 | ||
5 | ![]() |
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 | ![]() |
ET_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_T_FIELD | Feldnamen | 20090227 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20090227 | ||
3 | ![]() |
IV_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIM MDM: Feldname | 20090227 | ||
4 | ![]() |
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 | ![]() |
ET_TABLEKEY_KEYSEQ | Call by reference | Type reference (TYPE) | USMD_T_FIELD | Fields with Sequence Order | 20130508 | ||
2 | ![]() |
ID_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | Field of an Entity Type | 20130508 | ||
3 | ![]() |
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 | ![]() |
ED_UI_APPL | Call by reference | Type reference (TYPE) | WDY_APPLICATION_NAME | Web Dynpro Applikationsname | 20100526 | ||
2 | ![]() |
ED_UI_CONFIG | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Konfigurations-Identifikation | 20090817 | ||
3 | ![]() |
ID_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20090824 | ||
4 | ![]() |
ID_CREQUEST_WI | Call by reference | Type reference (TYPE) | SWW_WIID | Workitem-Kennung | 20110511 | ||
5 | ![]() |
ID_CREQ_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Typ des Änderungsantrags | 20090817 | ||
6 | ![]() |
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 | ![]() |
I_CREQUEST_STATUS | Call by reference | Type reference (TYPE) | USMD_CREQUEST_STATUS | Status des Änderungsantrags | 20111124 | ||
2 | ![]() |
I_DATA_ACTIVE | Call by reference | Type reference (TYPE) | USMD_DATA_ACTIVATED | Daten des Änderungsantrags wurden bereits aktiviert | 20111124 | ||
3 | ![]() |
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 | ![]() |
I_CREQUEST_STATUS | Call by reference | Type reference (TYPE) | USMD_CREQUEST_STATUS | Status des Änderungsantrags | 20111124 | ||
2 | ![]() |
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 | ![]() |
ID_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20090824 | ||
2 | ![]() |
ID_CREQUEST_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Typ des Änderungsantrags | 20090824 | ||
3 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20090824 | ||
4 | ![]() |
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 | ![]() |
ID_CREQUEST_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Typ des Änderungsantrags | 20090217 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20090217 | ||
3 | ![]() |
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 | ![]() |
ID_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20090106 | ||
2 | ![]() |
ID_EDITION | Call by reference | Type reference (TYPE) | USMD_EDITION | Edition | 20090106 | ||
3 | ![]() |
ID_ENTITY_TYPE | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20090106 | ||
4 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20090106 | ||
5 | ![]() |
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 | ![]() |
ID_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20081119 | ||
2 | ![]() |
ID_CREQUEST_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Typ des Änderungsantrags | 20081205 | ||
3 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20081119 | ||
4 | ![]() |
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 | ![]() |
EF_CONTAINED | Call by reference | Type reference (TYPE) | USMD_FLG | FIN MDM: Allgemeines Kennzeichen | 20081229 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Meldungen | 20081229 | ||
3 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20081229 | ||
4 | ![]() |
IT_SEL | Call by reference | Type reference (TYPE) | USMD_TS_SEL | Sortierte Tabelle: Selektionsbedingung (Range pro Feld) | 20081229 | ||
5 | ![]() |
I_EDITION | Call by reference | Type reference (TYPE) | USMD_EDITION | Edition | 20081229 | ||
6 | ![]() |
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 | ![]() |
ID_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20090728 | ||
2 | ![]() |
ID_CREQUEST_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Typ des Änderungsantrags | 20090728 | ||
3 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20090728 | ||
4 | ![]() |
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 | ![]() |
ID_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20090728 | ||
2 | ![]() |
ID_CREQUEST_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | Typ des Änderungsantrags | 20090728 | ||
3 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20090728 | ||
4 | ![]() |
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 | ![]() |
CT_ATTACHMENT | Call by reference | Type reference (TYPE) | USMD_TT_PDF_CREQUEST_ATTACH | For print change request attachment table | 20090327 | ||
2 | ![]() |
ID_CREQ | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20090327 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
ID_CREQ | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20081119 | ||
3 | ![]() |
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 | ![]() |
CT_NOTE | Call by reference | Type reference (TYPE) | USMD_T_PDF_CREQUEST_NOTE | ##PDF print: change request notes | 20081119 | ||
2 | ![]() |
ID_CREQ | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20081119 | ||
3 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20081119 | ||
4 | ![]() |
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 | ![]() |
ED_MODE | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20090330 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Meldungen | 20090330 | ||
3 | ![]() |
ID_MODE | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20090330 | ||
4 | ![]() |
ID_MODE_LAST | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20090330 | ||
5 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Datenmodell für Zugriff aus SAP-Standard | 20090330 | ||
6 | ![]() |
IO_SERVICE | Call by reference | Object reference (TYPE REF TO) | IF_USMD_UI_SERVICES | Service-Interface fürs UI | 20090330 | ||
7 | ![]() |
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 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Meldungen | 20081121 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL | for badi call | 20081121 | ||
3 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | USMD_SX_PDF_CREQUEST | PDF print: change request | 20081121 | ||
4 | ![]() |
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 |