SAP ABAP Interface IF_CDESK_PARAMETER (Interface for BAdI: CDESK_PARAMETER)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
CA-CAD (Application Component) CAD Integration
⤷
CDESK (Package) CAD Desktop
⤷
⤷
Meta Relationship - Used By
Properties
| Interface | IF_CDESK_PARAMETER | |
| Short Description | Interface for BAdI: CDESK_PARAMETER |
General Data
| Package | CDESK | CAD Desktop |
| Created | 20110817 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20110822 |
Friends
Interface IF_CDESK_PARAMETER has no friend.
Attributes
Interface IF_CDESK_PARAMETER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Define Additional Parameters in CDESK Customizing | 20110822 | |
| 2 | Instance method | Public | Method | Call Your Own F4 Help | 20121113 | |
| 3 | Instance method | Public | Method | Set F4 Values of Parameter to 1, 2, and SPACE | 20120914 | |
| 4 | Instance method | Public | Method | Set F4 Values of Parameter to 'X' and SPACE | 20110822 |
Events
Interface IF_CDESK_PARAMETER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_PARAMETER | Public | See coding | 20110822 | tty_parameter TYPE TABLE OF ty_parameter
|
||
| 2 | TY_PARAMETER | Public | See coding | 20110822 | BEGIN OF ty_parameter,
name TYPE cdesk_d_sapattributname, "parameter name
text(132) TYPE c, "parameter description
sort_value TYPE i, "sort value for the insert in the list of parameters
"insert is done in descending order at the top
END OF ty_parameter
|
Method Signatures
Method GET_PARAMETER_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_PARAMETERS | Call by reference | Type reference (TYPE) | TTY_PARAMETER | 20110822 |
Method GET_PARAMETER_NAME on Interface IF_CDESK_PARAMETER has no exception.
Method OWN_F4 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_NO_SELECTION | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20121113 | |||
| 2 | CV_PARAM_VALUE | Call by reference | Type reference (TYPE) | CDESK_D_VALUE | Attributwert für CAD-Parameter | 20121113 | |||
| 3 | IV_PARAMETER | Call by reference | Type reference (TYPE) | CDESK_D_SAPATTRIBUTNAME | Attributname für CAD-Parameter | 20121113 |
Method OWN_F4 on Interface IF_CDESK_PARAMETER has no exception.
Method VALUE_ONLY_SPACE_1_2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_ONLY_SPACE_1_2 | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20120914 | |||
| 2 | IV_PARAMETER | Call by reference | Type reference (TYPE) | CDESK_D_SAPATTRIBUTNAME | Attributname für CAD-Parameter | 20120914 |
Method VALUE_ONLY_SPACE_1_2 on Interface IF_CDESK_PARAMETER has no exception.
Method VALUE_ONLY_SPACE_X Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_ONLY_SPACE_X | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20110822 | |||
| 2 | IV_PARAMETER | Call by reference | Type reference (TYPE) | CDESK_D_SAPATTRIBUTNAME | Attributname für CAD-Parameter | 20110822 |
Method VALUE_ONLY_SPACE_X on Interface IF_CDESK_PARAMETER has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 607 |