SAP ABAP Class IF_WS_MD_CLASS_PBL_API (Public Classification API)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WS_MD_CLASS_PBL_API | Public classificatioin API Impl | 20090216 |
Properties
Class | IF_WS_MD_CLASS_PBL_API | |
Short Description | Public Classification API | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20090216 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_WS_MD_CLASS_PBL_API has no forward declaration.
Interfaces
Class IF_WS_MD_CLASS_PBL_API has no interface implemented.
Friends
Class IF_WS_MD_CLASS_PBL_API has no friend class.
Attributes
Class IF_WS_MD_CLASS_PBL_API has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns classifications for P2P enabled Services | 20090216 |
2 | ![]() |
Instance method | Public | Method | Returns classifications for proxy object | 20090216 |
Events
Class IF_WS_MD_CLASS_PBL_API has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | R3_PRXNAME | Public | Type reference (TYPE) | PRX_R3NAME | R3 name of Proxy interface | 20090216 |
|
2 | R3_PRXTYPE | Public | Type reference (TYPE) | PRX_R3OBJ | Proxy Generation: Object Type in ABAP | 20090216 |
|
3 | SSG_CLASSIFICATIONS | Public | See coding | 20090216 | BEGIN OF ssg_classifications ,
object_name TYPE char30,
sub_object_name TYPE char30,
class_tmodel_key TYPE er_class_key,
class_code TYPE er_class_value,
END OF ssg_classifications
|
||
4 | TSG_CLASSIFICATIONS | Public | See coding | 20090216 | tsg_classifications TYPE STANDARD TABLE OF ssg_classifications WITH NON-UNIQUE KEY class_tmodel_key INITIAL SIZE 5
|
Method Signatures
Method GET_CLASSIFS_P2P Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PRX_INTF_NAME | Call by reference | Type reference (TYPE) | R3_PRXNAME | Int Name of Proxy INTF | 20090216 | ||
2 | ![]() |
RT_CLASSIFS | Value transfer | Type reference (TYPE) | TSG_CLASSIFICATIONS | Table of classifs | 20090216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
General Exception | 20090216 | |
2 | ![]() |
Function not possible - Object might be inconsistent | 20090216 | |
3 | ![]() |
Object is not relevant in this context | 20090216 |
Method GET_PROXY_CLASSIFS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PRX_NAME | Call by reference | Type reference (TYPE) | R3_PRXNAME | R3 name of Proxy object | 20090216 | ||
2 | ![]() |
IV_PRX_TYPE | Call by reference | Type reference (TYPE) | R3_PRXTYPE | 'INTF' or 'CLAS' | 20090216 | ||
3 | ![]() |
RT_CLASSIFS | Value transfer | Type reference (TYPE) | TSG_CLASSIFICATIONS | Classifications of proxy object | 20090216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error with API usage | 20090216 | |
2 | ![]() |
General Exception | 20090216 | |
3 | ![]() |
Internal Error | 20090216 | |
4 | ![]() |
Object not found | 20090216 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |