SAP ABAP Class CL_POC_HELPER (Helper/Reusable)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-POC (Application Component) Process Orchestration for Built-In Processes
⤷
BS_POC_MAIN (Package) Process Orchestration - Runtime

⤷

⤷

Properties
Class | CL_POC_HELPER | |
Short Description | Helper/Reusable | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BS_POC_MAIN | Process Orchestration - Runtime |
Created | 20100528 | 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 CL_POC_HELPER has no interface implemented.
Friends
Class CL_POC_HELPER has no friend class.
Attributes
Class CL_POC_HELPER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Calls the Process Visualization Diagram | 20130116 |
2 | ![]() |
Static method | Public | Method | Format Business Object ID from External to Internal notation | 20110922 |
3 | ![]() |
Static method | Public | Method | Generate Date Time | 20100809 |
4 | ![]() |
Static method | Public | Method | Generate Time Stamp(type: TIMESTAMPL) | 20100616 |
5 | ![]() |
Static method | Public | Method | Get Day Light Setting for a time zone | 20101005 |
6 | ![]() |
Static method | Public | Method | Creates a New GUID | 20100528 |
7 | ![]() |
Static method | Public | Method | Gets Timezone Details | 20101005 |
8 | ![]() |
Static method | Public | Method | Get Units of Measurement | 20110718 |
9 | ![]() |
Static method | Public | Method | Get the name of Org. unit of the user | 20130225 |
10 | ![]() |
Static method | Public | Method | split the BO_ID and Item_id | 20111018 |
Events
Class CL_POC_HELPER has no event.
Types
Class CL_POC_HELPER has no local type.
Method Signatures
Method CALL_PROCESS_DIAGRAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PROCESS_ID | Call by reference | Type reference (TYPE) | POC_PROCESS_ID | Process ID | 20130116 | ||
2 | ![]() |
IV_PROCESS_TYPE_ID | Call by reference | Type reference (TYPE) | POC_PROCESS_TYPE_ID | Process Definition ID | 20130116 | ||
3 | ![]() |
IV_PROCESS_VERSION | Call by reference | Type reference (TYPE) | POC_PROCESS_VERSION | Process Version | 20130116 |
Method CALL_PROCESS_DIAGRAM on class CL_POC_HELPER has no exception.
Method FORMAT_BO_ID_EXT_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BO_ID | Call by reference | Type reference (TYPE) | POC_T_BOR_ID | Formatted Business Object ID | 20120207 | ||
2 | ![]() |
IV_BO_ID | Call by reference | Type reference (TYPE) | POC_BO_ID | Business Object ID | 20110922 | ||
3 | ![]() |
IV_BO_TYPE | Call by reference | Type reference (TYPE) | POC_BO_TYPE | Business Object Type | 20110922 |
Method FORMAT_BO_ID_EXT_INT on class CL_POC_HELPER has no exception.
Method GENERATE_DATE_TIME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DATE | Call by reference | Type reference (TYPE) | POC_DATE | Date | 20100809 | ||
2 | ![]() |
EV_TIME | Call by reference | Type reference (TYPE) | POC_TIME | Time | 20100809 | ||
3 | ![]() |
IV_DAY_LIGHT_SAVING | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100809 | ||
4 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | 20100809 | ||
5 | ![]() |
IV_TIME_ZONE | Call by reference | Type reference (TYPE) | TTZZ-TZONE | Time Zone | 20100809 |
Method GENERATE_DATE_TIME on class CL_POC_HELPER has no exception.
Method GENERATE_TIME_STAMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20100928 | ||
2 | ![]() |
EV_TIME_STAMPL | Call by reference | Type reference (TYPE) | TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | 20100928 | ||
3 | ![]() |
IV_DATE | Call by reference | Type reference (TYPE) | POC_DATE | Date | 20100616 | ||
4 | ![]() |
IV_DAY_LIGHT_SAVING | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | TRUE(=X) Day Light Saving is considered | 20100616 | |
5 | ![]() |
IV_TIME | Call by reference | Type reference (TYPE) | POC_TIME | Time | 20100616 | ||
6 | ![]() |
IV_TIME_ZONE | Call by reference | Type reference (TYPE) | TTZZ-TZONE | Time Zone | 20100616 |
Method GENERATE_TIME_STAMP on class CL_POC_HELPER has no exception.
Method GET_DAY_LIGHT_SETTING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DST | Call by reference | Type reference (TYPE) | ABAP_BOOL | Day Light Saving Indicator | 20101005 | ||
2 | ![]() |
IV_TIMEZONE | Call by reference | Type reference (TYPE) | TTZZ-TZONE | Time Zone | 20101005 |
Method GET_DAY_LIGHT_SETTING on class CL_POC_HELPER has no exception.
Method GET_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_GUID | Value transfer | Type reference (TYPE) | SYSUUID_C32 | 16 Byte UUID in 32 Characters (Hexadecimal Encoded) | 20100528 |
Method GET_GUID on class CL_POC_HELPER has no exception.
Method GET_TIMEZONE_DETAILS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ZONE_DETAILS | Call by reference | Type reference (TYPE) | TTZZ | Time zones | 20101005 | ||
2 | ![]() |
IV_TIMEZONE | Call by reference | Type reference (TYPE) | TTZZ-TZONE | Time Zone | 20101005 |
Method GET_TIMEZONE_DETAILS on class CL_POC_HELPER has no exception.
Method GET_UNITS_OF_MEASUREMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_UNIT | Call by reference | Type reference (TYPE) | T006A | Assign Internal to Language-Dependent Unit | 20110718 | ||
2 | ![]() |
IS_UNIT | Call by reference | Type reference (TYPE) | T006A | Units of Measurement | 20110718 |
Method GET_UNITS_OF_MEASUREMENT on class CL_POC_HELPER has no exception.
Method GET_USER_ORG_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_UNAME | Call by reference | Type reference (TYPE) | UNAME | User Name | 20130225 | ||
2 | ![]() |
ORG_NAME | Call by reference | Type reference (TYPE) | STEXT | Object Name | 20130225 |
Method GET_USER_ORG_NAME on class CL_POC_HELPER has no exception.
Method SPLIT_BO_ID_ITEM_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_BO_ID | Call by reference | Type reference (TYPE) | POC_BO_ID | Business Object ID | 20111018 | ||
2 | ![]() |
EV_ITEM_ID | Call by reference | Type reference (TYPE) | POC_ITEM_ID | Item ID | 20111018 | ||
3 | ![]() |
IV_BO_ID_ITEM_ID | Call by reference | Type reference (TYPE) | POC_BO_ID | Concatenated Business Object ID & Item ID | 20111018 |
Method SPLIT_BO_ID_ITEM_ID on class CL_POC_HELPER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |