SAP ABAP Class CL_PS_SAVE (HLP Save)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PS-ST (Application Component) Structures
⤷
PSB_API (Package) PS API Package
⤷
⤷
Properties
| Class | CL_PS_SAVE | |
| Short Description | HLP Save | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PSB_API | PS API Package |
| Created | 20100419 | 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_PS_SAVE has no interface implemented.
Friends
Class CL_PS_SAVE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_PS_SAVE | HLP Save | 20100419 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_CHANGE_ST | 20110107 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | PS_MESSAGES | Error messages | 20120528 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Append messages | 20120528 | |
| 2 | Instance method | Private | Method | Dependent Data loading and Auto Validation/Substitution | 20110223 | |
| 3 | Instance method | Private | Method | Auto Validation/Substitution error check for background save | 20120528 | |
| 4 | Instance method | Private | Method | Trigger AT SAVE Badis for Network and Activities | 20101223 | |
| 5 | Instance method | Public | Method | Checks whether data was changed just before the final save | 20100621 | |
| 6 | Instance method | Public | Method | 20120528 | ||
| 7 | Instance method | Private | Method | Commit Changes to DB | 20100625 | |
| 8 | Static method | Public | Method | Reads singleton instance | 20100419 | |
| 9 | Instance method | Public | Method | Messages logged by customer in customer coding during save | 20120528 | |
| 10 | Instance method | Public | Method | Loading Progress Data for Background Save | 20110121 | |
| 11 | Instance method | Private | Method | Reading Progress Data for Background Save | 20110121 | |
| 12 | Instance method | Public | Method | Save Data | 20100419 | |
| 13 | Instance method | Public | Method | Save Data in Background | 20100728 | |
| 14 | Instance method | Private | Method | Save Networks and Activities | 20100419 | |
| 15 | Instance method | Private | Method | Save Project and WBS Elements | 20100419 |
Events
Class CL_PS_SAVE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CHANGE_ST | Private | See coding | 20110107 | BEGIN OF ty_change_st,
partner TYPE boole_d,
coll_pr TYPE boole_d,
settlement TYPE boole_d,
project TYPE boole_d,
wbs TYPE boole_d,
network TYPE boole_d,
activity TYPE boole_d,
shorttext TYPE boole_d,
longtext TYPE boole_d,
material TYPE boole_d,
acty_milestone TYPE boole_d,
wbs_milestone TYPE boole_d,
pmcs TYPE boole_d,
acl TYPE boole_d,
document TYPE boole_d,
status TYPE boole_d,
progress TYPE boole_d,
END OF ty_change_st
|
Method Signatures
Method APPEND_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGES | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20120528 |
Method APPEND_MESSAGES on class CL_PS_SAVE has no exception.
Method AUTO_VAL_SUB_ON_SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20120528 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110223 | |||
| 3 | IS_ENTRY_SCREEN | Call by reference | Type reference (TYPE) | PSHLP_ENTRY_SCREEN_ST | Stores Entry Screen Information of PSHLP20 | 20110223 | |||
| 4 | IV_SAVE_IN_BACKGROUND | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110223 |
Method AUTO_VAL_SUB_ON_SAVE on class CL_PS_SAVE has no exception.
Method AUTO_VAL_SUB_ON_SAVE_BGD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120528 | |||
| 2 | IS_ENTRY_SCREEN | Call by reference | Type reference (TYPE) | PSHLP_ENTRY_SCREEN_ST | Stores Entry Screen Information of PSHLP20 | 20120528 |
Method AUTO_VAL_SUB_ON_SAVE_BGD on class CL_PS_SAVE has no exception.
Method CALL_NTWK_SAVE_BADI Signature
Method CALL_NTWK_SAVE_BADI on class CL_PS_SAVE has no parameter.
Method CALL_NTWK_SAVE_BADI on class CL_PS_SAVE has no exception.
Method CHECK_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DATA_CHANGED | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100621 |
Method CHECK_DATA_CHANGED on class CL_PS_SAVE has no exception.
Method CLEAR_MESSAGES Signature
Method CLEAR_MESSAGES on class CL_PS_SAVE has no parameter.
Method CLEAR_MESSAGES on class CL_PS_SAVE has no exception.
Method COMMIT_CHANGES Signature
Method COMMIT_CHANGES on class CL_PS_SAVE has no parameter.
Method COMMIT_CHANGES on class CL_PS_SAVE has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_PS_SAVE | HLP Save | 20100419 |
Method GET_INSTANCE on class CL_PS_SAVE has no exception.
Method GET_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20120528 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Error in SAVE: TRUE (='X') and FALSE (=' ') | 20120528 |
Method GET_MESSAGES on class CL_PS_SAVE has no exception.
Method LOAD_PROGRESS_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROGRESS_XML | Call by reference | Type reference (TYPE) | STRING | 20110121 |
Method LOAD_PROGRESS_DATA on class CL_PS_SAVE has no exception.
Method READ_PROGRESS_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PROGRESS_XML | Value transfer | Type reference (TYPE) | STRING | 20110121 |
Method READ_PROGRESS_DATA on class CL_PS_SAVE has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100618 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Error in SAVE: TRUE (='X') and FALSE (=' ') | 20100419 | |||
| 3 | IS_ENTRY_SCREEN_INFO | Call by reference | Type reference (TYPE) | PSHLP_ENTRY_SCREEN_ST | Stores Entry Screen Information of PSHLP20 | 20110225 | |||
| 4 | IV_COMMIT | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Commit Changes to DB ? | 20100816 | ||
| 5 | IV_SAVE_IN_BACKGROUND | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Saving in Background | 20100813 |
Method SAVE on class CL_PS_SAVE has no exception.
Method SAVE_IN_BACKGROUND Signature
Method SAVE_IN_BACKGROUND on class CL_PS_SAVE has no parameter.
Method SAVE_IN_BACKGROUND on class CL_PS_SAVE has no exception.
Method SAVE_NTWK_ACTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100618 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Error Encountered | 20100419 | |||
| 3 | EV_SAVE_TRIGGERED | Call by reference | Type reference (TYPE) | BOOLE_D | Save Triggered | 20101223 | |||
| 4 | IS_ENTRY_SCREEN_INFO | Call by reference | Type reference (TYPE) | PSHLP_ENTRY_SCREEN_ST | Stores Entry Screen Information of PSHLP20 | 20100824 | |||
| 5 | IV_SAVE_IN_BGD | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110406 |
Method SAVE_NTWK_ACTY on class CL_PS_SAVE has no exception.
Method SAVE_PROJ_WBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100618 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100419 | |||
| 3 | EV_SAVE_TRIGGERED | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101229 | |||
| 4 | IS_ENTRY_SCREEN_INFO | Call by reference | Type reference (TYPE) | PSHLP_ENTRY_SCREEN_ST | Stores Entry Screen Information of PSHLP20 | 20100824 |
Method SAVE_PROJ_WBS on class CL_PS_SAVE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |