SAP ABAP Class IF_CDESK_PLMI_ACC (Interface for BAdI: CDESK_PLMI_ACC)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20120127 |
Properties
| Class | IF_CDESK_PLMI_ACC | |
| Short Description | Interface for BAdI: CDESK_PLMI_ACC | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120127 | SAP |
| Last change | 20130531 | 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) |
Interfaces
Class IF_CDESK_PLMI_ACC has no interface implemented.
Friends
Class IF_CDESK_PLMI_ACC has no friend class.
Attributes
Class IF_CDESK_PLMI_ACC has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Assigns ACC to New Version of a DIR | 20120315 | |
| 2 | Instance method | Public | Method | Handle User Command for ACC | 20120302 | |
| 3 | Instance method | Public | Method | Checks if an external ACC ID exists | 20120209 | |
| 4 | Instance method | Public | Method | Checks user's authorization for changing ACCs of DIR | 20120308 | |
| 5 | Instance method | Public | Method | Checks if default ACC and work environment are the same | 20120313 | |
| 6 | Instance method | Public | Method | Checks external ACC ID for specified user | 20120208 | |
| 7 | Instance method | Public | Method | Provides default ACC from work environ. for specified user | 20120203 |
Events
Class IF_CDESK_PLMI_ACC has no event.
Types
Class IF_CDESK_PLMI_ACC has no local type.
Method Signatures
Method ACC_TO_NEW_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PLM_DOCUMENT | Call by reference | Type reference (TYPE) | PLM_DOCUMENT | Dokumentdaten im CAD-Desktop | 20120315 | |||
| 2 | IV_RESET | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20120627 |
Method ACC_TO_NEW_VERSION on class IF_CDESK_PLMI_ACC has no exception.
Method ACC_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_CDESK_PLM7_SCRFIELDS | Call by reference | Type reference (TYPE) | CDESK_PLM7_SCRFIELDS | Dynprofelder CDesk PLM7 | 20120307 | |||
| 2 | CT_PLM_DOCUMENT | Call by reference | Type reference (TYPE) | PLM_DOCUMENT_TAB | Dokumente im CAD-Desktop | 20120302 | |||
| 3 | EV_OWNING_CONTEXT_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Mindestest ein Besitzerkontext wurde geändert | 20120302 | |||
| 4 | IV_UCOMM | Call by reference | Type reference (TYPE) | SY-UCOMM | Funktionscode, der PAI ausgelöst hat | 20120302 |
Method ACC_USER_COMMAND on class IF_CDESK_PLMI_ACC has no exception.
Method CHECK_ACC_ID_EXTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_CDESK_PLM7_SCRFIELDS | Call by reference | Type reference (TYPE) | CDESK_PLM7_SCRFIELDS | Dynprofelder CDesk PLM7 | 20120216 | |||
| 2 | IV_ALLOW_INITIAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Ist der Initialwert (SPACE) erlaubt, oder nicht | 20120209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Der Wert des Kontext ist (für diesen User) nicht gültig | 20120209 | ||
| 2 | Interner Fehler | 20120209 |
Method CHECK_AUTH_ASSIGN_ACC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ALLOWED_FLG | Call by reference | Type reference (TYPE) | XFELD | Feld zum Ankreuzen | 20120308 |
Method CHECK_AUTH_ASSIGN_ACC on class IF_CDESK_PLMI_ACC has no exception.
Method CHECK_DFFAULT_ACC_EQUALS_WE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CDESK_PLM7_SCRFIELDS | Call by reference | Type reference (TYPE) | CDESK_PLM7_SCRFIELDS | Dynprofelder CDesk PLM7 | 20120313 | |||
| 2 | RV_ACCS_ARE_EQUAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 'X': ACCs sind gleich | 20120313 |
Method CHECK_DFFAULT_ACC_EQUALS_WE on class IF_CDESK_PLMI_ACC has no exception.
Method CHECK_USER_ACC_ID_EXTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CDESK_PLM7_SCRFIELDS | Call by reference | Type reference (TYPE) | CDESK_PLM7_SCRFIELDS | Dynprofelder CDesk PLM7 | 20120208 | |||
| 2 | IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | Systembenutzername | 20120208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Der Wert des Kontext ist (für diesen User) nicht gültig | 20120208 | ||
| 2 | interner Fehler | 20120209 |
Method GET_DEFAULT_ACC_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_CDESK_PLM7_SCRFIELDS | Call by reference | Type reference (TYPE) | CDESK_PLM7_SCRFIELDS | Dynprofelder CDesk PLM7 | 20120206 | |||
| 2 | IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | Systembenutzername | 20120203 |
Method GET_DEFAULT_ACC_USER on class IF_CDESK_PLMI_ACC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |