SAP ABAP Class CA_BCM_PMASTER (Agent CM: Product header data)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM-MD-PCT (Application Component) Product Catalog
⤷
CMT (Package) Configuration Management - Core Development

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CB_BCM_PMASTER | Base Agent CM: Product Header Data | 19990329 |
Properties
Class | CA_BCM_PMASTER | |
Short Description | Agent CM: Product header data | |
Super Class | CB_BCM_PMASTER | Base Agent CM: Product Header Data |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CMT | Configuration Management - Core Development |
Created | 19990329 | SAP |
Last change | 20010508 | 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 CA_BCM_PMASTER has no interface implemented.
Friends
Class CA_BCM_PMASTER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | CA_BCM_PMASTER | Class Agent - Singleton | 19990329 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BORIDENT-LOGSYS | LOG_SYS | 19991124 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | Class Constructor | 20010424 |
2 | ![]() |
Instance method | Public | Method | Deletes data not entered by Persistence Service | 19991124 |
3 | ![]() |
Instance method | Public | Method | Determine the (individual) logical system | 19991124 |
4 | ![]() |
Instance method | Public | Method | Is there a database entry for the given key? | 19990917 |
5 | ![]() |
Instance method | Public | Method | Loading data not entered by Persistence Service | 19991125 |
6 | ![]() |
Instance method | Public | Method | Returns GUID for specified product Id (only DB entries!) | 19991021 |
7 | ![]() |
Instance method | Public | Method | Delivers OBJNR to given product Id (only DB entries!) | 19991108 |
8 | ![]() |
Instance method | Public | Method | Returns product Id for specified GUID (only DB entries!) | 19991021 |
9 | ![]() |
Instance method | Public | Method | Delivers product Id to given OBJNR (only DB entries!) | 19991108 |
10 | ![]() |
Instance method | Public | Method | Saves data not entered by Persistence Service | 19991124 |
Events
Class CA_BCM_PMASTER has no event.
Types
Class CA_BCM_PMASTER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CA_BCM_PMASTER has no parameter.
Method CLASS_CONSTRUCTOR on class CA_BCM_PMASTER has no exception.
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PRODUCT_ID | Call by reference | Type reference (TYPE) | DE_CM_PRODUCT_ID | Schlüssel der Konfigurationsdefinition | 19991124 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Methode ist fehlgeschlagen | 19991124 |
Method DETERMINE_LOGICAL_SYSTEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | BORIDENT-LOGSYS | eigenes logisches System | 19991124 |
Method DETERMINE_LOGICAL_SYSTEM on class CA_BCM_PMASTER has no exception.
Method EXIST_DATABASE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OBJNR | Call by reference | Type reference (TYPE) | J_OBJNR | Statusobjektnummer | 20000112 | ||
2 | ![]() |
I_PRODUCT_ID | Call by reference | Type reference (TYPE) | DE_CM_PRODUCT_ID | Produktschlüssel | 19990917 | ||
3 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | CMT_BOOLEAN | existiert ein DB-Eintrag zum Schlüssel? | 19990917 |
Method EXIST_DATABASE_ENTRY on class CA_BCM_PMASTER has no exception.
Method LOAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DESCR_TEXT | Call by reference | Type reference (TYPE) | DE_CM_DESCRIPTION | Kurztext | 19991125 | ||
2 | ![]() |
I_PRODUCT_ID | Call by reference | Type reference (TYPE) | DE_CM_PRODUCT_ID | KonfDefSchlüssel | 19991125 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Kurztext wurde nicht gefunden | 19991125 | |
2 | ![]() |
Methode ist fehlgeschlagen | 19991125 |
Method RETURN_GUID_TO_PRODUCT_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PRODUCT_ID | Call by reference | Type reference (TYPE) | DE_CM_PRODUCT_ID | Produkt-Id | 19991021 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | DE_CM_EXTERNAL_GUID | GUID des Produkts | 19991021 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
es wurde kein GUID zu geg. Produkt-Id gefunden | 19991021 |
Method RETURN_OBJNR_TO_PRODUCT_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PRODUCT_ID | Call by reference | Type reference (TYPE) | DE_CM_PRODUCT_ID | Produkt-Id | 19991108 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | J_OBJNR | OBJNR dazu | 19991108 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
kein Eintrag gefunden | 19991108 |
Method RETURN_PRODUCT_ID_TO_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PRODUCT_GUID | Call by reference | Type reference (TYPE) | DE_CM_EXTERNAL_GUID | GUID des Produkts | 19991021 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | DE_CM_PRODUCT_ID | Produkt-Id | 19991021 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
es wurde keine Produkt-Id zu dem geg. GUID gefunden | 19991021 |
Method RETURN_PRODUCT_ID_TO_OBJNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OBJNR | Call by reference | Type reference (TYPE) | J_OBJNR | OBJNR eines Produkts | 19991108 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | DE_CM_PRODUCT_ID | Produkt-Id dazu | 19991108 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
kein Eintrag gefunden | 19991108 |
Method SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DESCR_TEXT | Call by reference | Type reference (TYPE) | DE_CM_DESCRIPTION | Kurztext | 19991125 | ||
2 | ![]() |
I_PRODUCT_ID | Call by reference | Type reference (TYPE) | DE_CM_PRODUCT_ID | KonfDefSchlüssel | 19991125 |
Method SAVE on class CA_BCM_PMASTER has no exception.
History
Last changed by/on | SAP | 20010508 |
SAP Release Created in |