SAP ABAP Class CL_HRPIQ00CP (Credits)
Hierarchy
☛
IS-PS-CA (Software Component) IS-PUBLIC SECTOR CONTRACT ACCOUNTING
⤷
IS-HER-CM-AD (Application Component) Administration
⤷
PMIQ (Package) Campus Management
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_HRPIQ00CONSTANTS | Basis Classes for Average Grades | 20010130 |
Properties
| Class | CL_HRPIQ00CP | |
| Short Description | Credits | |
| Super Class | CL_HRPIQ00CONSTANTS | Basis Classes for Average Grades |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | PMIQ | Campus Management |
| Created | 20010126 | SAP |
| Last change | 20050224 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRPIQ00CP has no forward declaration.
Interfaces
Class CL_HRPIQ00CP has no interface implemented.
Friends
Class CL_HRPIQ00CP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | PIQCPUNIT | Default Credit Type | 20010131 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | PIQCP_CONV_TAB | Credit Conversion Table | 20010126 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TY_CP_DBTEXT_TAB | Cache for Credit Type Texts | 20010130 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | TY_CP_TAB | Credit Type Table | 20010126 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | PIQCPUNIT | Credit type | 20010126 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | PIQCPUNITT | Credit Type Description | 20010126 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | PIQCP | Credit Value | 20010126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Convert Credit Type | 20010126 | |
| 2 | Static method | Public | Method | Check If Credit Type Exists | 20010126 | |
| 3 | Static method | Public | Constructor | Class Constructor | 20010126 | |
| 4 | Instance method | Public | Constructor | Instance Constructor | 20010126 | |
| 5 | Static method | Public | Method | Convert Credit Types | 20010126 | |
| 6 | Static method | Public | Method | Converted Credits from A, G, E Credits | 20011202 | |
| 7 | Instance method | Public | Method | Return Target Credit Types | 20010130 | |
| 8 | Static method | Public | Method | Return Default Credit Type Unit | 20010131 | |
| 9 | Instance method | Public | Method | Check if Conversion to Credit Type is Possible | 20010130 | |
| 10 | Static method | Public | Method | Check if Conversion to Credit Type is Possible | 20010226 | |
| 11 | Static method | Public | Method | Read Text for Credit Unit | 20010126 | |
| 12 | Static method | Public | Method | Return All Credit Types | 20010131 | |
| 13 | Static method | Public | Method | Read Customizing Tables for Credit Types | 20010131 | |
| 14 | Instance method | Public | Method | Set Credit Value | 20010126 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CHANGED | Instance Event (0) |
Public (2) |
Value changed | 20010126 |
Types
Class CL_HRPIQ00CP has no local type.
Method Signatures
Method AS_CPTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_UNIT | Call by reference | Type reference (TYPE) | PIQCPUNIT | Maßeinheit für Credit Point | 20010126 | |||
| 2 | RE_CP | Value transfer | Object reference (TYPE REF TO) | CL_HRPIQ00CP | Konvertiertes Objekt | 20010126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Konvertierung existiert nicht | 20010126 | ||
| 2 | Ziel Credit Point typ existiert nicht | 20010126 |
Method CHECK_UNIT_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_UNIT | Call by reference | Type reference (TYPE) | PIQCPUNIT | Maßeinheit für Credit Point | 20010126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Credit Point Typ (Einheit) existiert nicht | 20010126 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_HRPIQ00CP has no parameter.
Method CLASS_CONSTRUCTOR on class CL_HRPIQ00CP has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_UNIT | Call by reference | Type reference (TYPE) | PIQCPUNIT | Einheit | 20010126 | |||
| 2 | IM_VALUE | Call by reference | Type reference (TYPE) | PIQCP | Credit Point | 20010126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Credit Point Typ (Einheit) existiert nicht | 20010126 |
Method CONVERT_CPVALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_VALUE | Call by reference | Type reference (TYPE) | PIQCP | Konvertierter Credit Point | 20010126 | |||
| 2 | IM_SOURCE_UNIT | Call by reference | Type reference (TYPE) | PIQCPUNIT | von - Maßeinheit für Credit Point | 20010126 | |||
| 3 | IM_TARGET_UNIT | Call by reference | Type reference (TYPE) | PIQCPUNIT | nach - Maßeinheit für Credit Point | 20010126 | |||
| 4 | IM_VALUE | Value transfer | Type reference (TYPE) | PIQCP | von - Credit Point | 20010126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Konvertierung wurde nicht im Customizing gepflegt | 20010126 | ||
| 2 | Credit Point Einheit konnte nicht gefunden werden | 20010305 |
Method CONVERT_CREDITS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_CREDITS | Call by reference | Type reference (TYPE) | PIQSI2S_CREDITS | Credits A/G/E | 20011202 | |||
| 2 | IS_CREDITS | Value transfer | Type reference (TYPE) | PIQSI2S_CREDITS | Credits A/G/E | 20011202 | |||
| 3 | IV_TARGET_UNIT | Call by reference | Type reference (TYPE) | PIQCPUNIT | von - Maßeinheit für Credit Point | 20011202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Konvertierung wurde nicht im Customizing gepflegt | 20011202 | ||
| 2 | Credit Point Einheit konnte nicht gefunden werden | 20011202 |
Method GET_CONVERTABLE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_CP_TEXT_TAB | Call by reference | Type reference (TYPE) | PIQCP_TEXT_TAB | Cedit Point interne Text Tabellen Struktur | 20010130 |
Method GET_CONVERTABLE_LIST on class CL_HRPIQ00CP has no exception.
Method GET_CPUNIT_DEFAULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_CPUNIT_DEFAULT | Value transfer | Type reference (TYPE) | PIQCPUNIT | Standard Credit Point Typ | 20010131 |
Method GET_CPUNIT_DEFAULT on class CL_HRPIQ00CP has no exception.
Method IS_CONVERTABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CP_TARGET | Call by reference | Type reference (TYPE) | PIQCPUNIT | Maßeinheit für Credit Point | 20010130 | |||
| 2 | RE_IS_CONVERTABLE | Value transfer | Type reference (TYPE) | PIQXFELD | Feld zum Ankreuzen | 20010130 |
Method IS_CONVERTABLE on class CL_HRPIQ00CP has no exception.
Method IS_CONV_STATIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_SOURCE | Call by reference | Type reference (TYPE) | PIQCPUNIT | Maßeinheit für Credit Point | 20010226 | |||
| 2 | IM_TARGET | Call by reference | Type reference (TYPE) | PIQCPUNIT | Maßeinheit für Credit Point | 20010226 | |||
| 3 | RE_IS_CONVERTABLE | Value transfer | Type reference (TYPE) | PIQXFELD | Feld zum Ankreuzen | 20010226 |
Method IS_CONV_STATIC on class CL_HRPIQ00CP has no exception.
Method READ_CPUNITT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_CPUNIT | Call by reference | Type reference (TYPE) | PIQCPUNIT | Maßeinheit für Credit Point | 20010126 | |||
| 2 | RE_CPUNITT | Value transfer | Type reference (TYPE) | PIQCPUNITT | Bezeichnung: Credit Point Typ | 20010126 |
Method READ_CPUNITT on class CL_HRPIQ00CP has no exception.
Method READ_CPUNIT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_CP_TEXT_TAB | Call by reference | Type reference (TYPE) | PIQCP_TEXT_TAB | Cedit Point interne Text Tabellen Struktur | 20010131 |
Method READ_CPUNIT_LIST on class CL_HRPIQ00CP has no exception.
Method REFRESH_CP_TABS Signature
Method REFRESH_CP_TABS on class CL_HRPIQ00CP has no parameter.
Method REFRESH_CP_TABS on class CL_HRPIQ00CP has no exception.
Method SET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VALUE | Call by reference | Type reference (TYPE) | PIQCP | Credit Point | 20010126 |
Method SET_VALUE on class CL_HRPIQ00CP has no exception.
Event Signatures
Event CHANGED Signature
Event CHANGED on class CL_HRPIQ00CP has no parameter.
History
| Last changed by/on | SAP | 20050224 |
| SAP Release Created in | 463 |