SAP ABAP Class CL_FCOM_CR_CUST_SERVICE (Service Class for Change Request Customizing)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
CO (Application Component) Controlling
⤷
FCOM_MASTERDATA_CORE (Package) Master data
⤷
⤷
Properties
| Class | CL_FCOM_CR_CUST_SERVICE | |
| Short Description | Service Class for Change Request Customizing | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FCOM_MASTERDATA_CORE | Master data |
| Created | 20101123 | SAP |
| Last change | 20110908 | 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_FCOM_CR_CUST_SERVICE has no interface implemented.
Friends
Class CL_FCOM_CR_CUST_SERVICE has no friend class.
Attributes
Class CL_FCOM_CR_CUST_SERVICE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check action handler | 20101214 | |
| 2 | Static method | Public | Method | Check if ISR Scenairo is valid | 20101215 | |
| 3 | Static method | Public | Method | Check WebDynpro form implementation | 20101214 | |
| 4 | Static method | Public | Method | Get assigned actions for given type, status, and role | 20101123 | |
| 5 | Static method | Public | Method | Get change request type | 20101203 | |
| 6 | Static method | Public | Method | Get list of change request types | 20101123 |
Events
Class CL_FCOM_CR_CUST_SERVICE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_ACTION | Public | See coding | 20101123 | BEGIN OF ys_action,
action_id TYPE fcom_cr_action_id,
btn_text TYPE fcom_cr_btn_text,
tooltip TYPE fcom_cr_tooltip,
END OF ys_action
|
||
| 2 | YS_TYPE | Public | See coding | 20101123 | BEGIN OF ys_type,
type TYPE fcom_cr_type,
description TYPE fcom_txtmi,
END OF ys_type
|
||
| 3 | YT_ACTION | Public | See coding | 20101123 | yt_action TYPE STANDARD TABLE OF ys_action
|
||
| 4 | YT_TYPE | Public | See coding | 20101123 | yt_type TYPE STANDARD TABLE OF ys_type
|
Method Signatures
Method CHECK_ACTION_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION_HANDLER | Call by reference | Type reference (TYPE) | FCOM_CR_ACTION_HANDLER | Change Request: Action Handler for Custom Action | 20101214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101214 |
Method CHECK_ISR_SCENARIO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SCENARIO | Call by reference | Type reference (TYPE) | APB_ISR_SCENARIO | Scenario | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Input is invalid | 20101215 |
Method CHECK_WDFORM_IMPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WDFORM_IMPL | Call by reference | Type reference (TYPE) | FCOM_CR_WDFORM_IMPL | Change Request: Webdynpro Form Implementation | 20101214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Input is invalid | 20101214 |
Method GET_ASSIGNED_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTION | Call by reference | Type reference (TYPE) | CL_FCOM_CR_CUST_SERVICE=>YT_ACTION | 20101123 | ||||
| 2 | IV_ROLE | Call by reference | Type reference (TYPE) | FCOM_CR_ROLE | User Role in Change Request | 20110114 | |||
| 3 | IV_STATUS | Call by reference | Type reference (TYPE) | FCOM_CR_STATUS | Change Request Status | 20101123 | |||
| 4 | IV_TYPE | Call by reference | Type reference (TYPE) | FCOM_CR_TYPE | Change Request Type | 20101123 |
Method GET_ASSIGNED_ACTIONS on class CL_FCOM_CR_CUST_SERVICE has no exception.
Method GET_CR_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_TYPE | Call by reference | Type reference (TYPE) | FCOMC_CR_TYPE | Change Request Type | 20101203 | |||
| 2 | IV_TYPE | Call by reference | Type reference (TYPE) | FCOM_CR_TYPE | Change Request Type | 20101203 |
Method GET_CR_TYPE on class CL_FCOM_CR_CUST_SERVICE has no exception.
Method GET_CR_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TYPE | Call by reference | Type reference (TYPE) | CL_FCOM_CR_CUST_SERVICE=>YT_TYPE | 20101123 | ||||
| 2 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20101123 |
Method GET_CR_TYPES on class CL_FCOM_CR_CUST_SERVICE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |