SAP ABAP Class CL_HR3PRNA_UNDO_REPORT (Remittance undo report class)
Hierarchy
☛
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
⤷ PY-US-FP-TP (Application Component) Third Party Remittance
⤷ P3PR (Package) Third Party Remittance North America
⤷ PY-US-FP-TP (Application Component) Third Party Remittance
⤷ P3PR (Package) Third Party Remittance North America
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_HRPAYNA_REPORT_BASE | Report base class | 20050516 |
Properties
Class | CL_HR3PRNA_UNDO_REPORT | |
Short Description | Remittance undo report class | |
Super Class | CL_HRPAYNA_REPORT_BASE | Report base class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | P3PR | Third Party Remittance North America |
Created | 20050412 | SAP |
Last change | 20081217 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_HR3PRNA_UNDO_REPORT has no forward declaration.
Interfaces
Class CL_HR3PRNA_UNDO_REPORT has no interface implemented.
Friends
Class CL_HR3PRNA_UNDO_REPORT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MC_EXIT_3PR0003 | Constant | Protected | Type reference (TYPE) | EXIT_DEF | 'PC10_3PR0003' | Business Add-in Definition | 20050516 | |
2 | MO_EXIT_3PR0003 | Instance attribute | Protected | Object reference (TYPE REF TO) | OBJECT | User exit:employee detail | 20050516 | ||
3 | MO_LOG | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_HRPAYNA_LOG | Log processing | 20050615 | ||
4 | MO_SERVICES | Instance attribute | Public | Object reference (TYPE REF TO) | CL_HR3PRNA_SERVICES | 3PR services for all areas | 20050516 | ||
5 | MR_RDATN | Instance attribute | Protected | Type reference (TYPE) | P3PR_RT_RDATN | Range for evaluation run | 20050516 | ||
6 | MR_REMPN | Instance attribute | Protected | Type reference (TYPE) | P3PR_RT_REMPN | Range for acknowledgement run | 20050516 | ||
7 | MR_REMSN | Instance attribute | Protected | Type reference (TYPE) | P3PR_RT_REMSN | Range for posting run | 20050516 | ||
8 | MT_ACKN_RUN | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Acknowledgement run data | 20050516 | ||
9 | MT_DETAIL_ITEMS | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Detail items | 20050516 | ||
10 | MT_DETAIL_ITEMS2 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Detail items | 20050516 | ||
11 | MT_EE_EVALUATED | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Evaluated employee results | 20050516 | ||
12 | MT_EE_TOTAL_ITEMS | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Employee details | 20050516 | ||
13 | MT_EVAL_RUN | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Evaluation run data | 20050516 | ||
14 | MT_LOCKED_ENTRIES | Instance attribute | Protected | Type reference (TYPE) | HR3PRNA_PAYEE_ITEMS | HR payee items | 20100930 | ||
15 | MT_PAYEES | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Garnishment payees from evaluation | 20050516 | ||
16 | MT_POST_RUN | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Posting run data | 20050516 | ||
17 | MV_ACKN | Instance attribute | Protected | Type reference (TYPE) | XFLAG | Flag: undo acknowledgement run | 20050516 | ||
18 | MV_CUSSN | Instance attribute | Protected | Type reference (TYPE) | XFLAG | Flag: user exit employee detail | 20050516 | ||
19 | MV_EVAL | Instance attribute | Protected | Type reference (TYPE) | XFLAG | 'X' | Flag: undo evaluation run | 20050516 | |
20 | MV_IS_CE_ACTIVE | Instance attribute | Protected | Type reference (TYPE) | XFLAG | Flag: Concurrent employment | 20050615 | ||
21 | MV_OVERRIDE | Instance attribute | Public | Type reference (TYPE) | XFLAG | Flag: Override to allow Undo | 20080502 | ||
22 | MV_PARTIAL_ACKNOWLEDGEMENT | Instance attribute | Protected | Type reference (TYPE) | XFLAG | Flag: payee items partially acknowledged | 20050516 | ||
23 | MV_PARTIAL_POSTING | Instance attribute | Protected | Type reference (TYPE) | XFLAG | Flag: paye items partially posted | 20050516 | ||
24 | MV_POST | Instance attribute | Protected | Type reference (TYPE) | XFLAG | Flag: undo posting run | 20050516 | ||
25 | MV_SUBMIT | Instance attribute | Public | Type reference (TYPE) | XFLAG | Flag: called via submit | 20050516 |
Methods
Events
Class CL_HR3PRNA_UNDO_REPORT has no event.
Types
Class CL_HR3PRNA_UNDO_REPORT has no local type.
Method Signatures
Method CHECK_ACKN_RUN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_REMPN | Call by reference | Type reference (TYPE) | P3PR_RS_REMPN | Range for acknowledgement run | 20050516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | NOT_FOUND | No entry found | 20050615 |
Method CHECK_EVAL_RUN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_RDATN | Call by reference | Type reference (TYPE) | P3PR_RS_RDATN | Range for evaluation run | 20050516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | NOT_FOUND | No entry found | 20050615 |
Method CHECK_POST_RUN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_REMSN | Call by reference | Type reference (TYPE) | P3PR_RS_REMSN | Range for posting run | 20050516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | NOT_FOUND | No entry found | 20050615 |
Method CHECK_POST_RUN_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | EV_OVERRIDE | Value transfer | Type reference (TYPE) | XFELD | Allow Undo ('X' - Yes, ' ' - No) | 20080502 | ||
2 | Importing | IV_REMSN | Value transfer | Type reference (TYPE) | REMSN | Number of Posting Run | 20090526 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | NOT_FOUND | Posting Run ID not found | 20080502 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IO_EXIT_3PR0003 | Call by reference | Object reference (TYPE REF TO) | OBJECT | user exit: employee detail | 20050516 | ||
2 | Importing | IV_CONTAINER_NAME | Call by reference | Type reference (TYPE) | TYPENAME | Control container name | 20050516 | ||
3 | Importing | IV_IS_CE_ACTIVE | Call by reference | Type reference (TYPE) | XFLAG | Flag: Concurrent employment | 20050615 | ||
4 | Importing | IV_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | TABNAME | Table structure name | 20050516 |
Method CONSTRUCTOR on class CL_HR3PRNA_UNDO_REPORT has no exception.
Method CUST_GRID_HANDLE_TOOLBAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | E_INTERACTIVE | Call by reference | Attribute reference (LIKE) | 20050615 | ||||
2 | Importing | E_OBJECT | Call by reference | Attribute reference (LIKE) | 20050615 |
Method CUST_GRID_HANDLE_TOOLBAR on class CL_HR3PRNA_UNDO_REPORT has no exception.
Method CUST_GRID_HANDLE_USER_COMMAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20050615 |
Method CUST_GRID_HANDLE_USER_COMMAND on class CL_HR3PRNA_UNDO_REPORT has no exception.
Method DISPLAY_POST_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | EV_SUBRC | Value transfer | Type reference (TYPE) | SYSUBRC | Return Value, Return Value After ABAP Statements | 20050516 | ||
2 | Importing | IV_RUNID | Call by reference | Type reference (TYPE) | P_EVNUM | Number of Posting Run | 20050516 |
Method DISPLAY_POST_MESSAGE on class CL_HR3PRNA_UNDO_REPORT has no exception.
Method GET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ER_RDATN | Call by reference | Type reference (TYPE) | P3PR_RT_RDATN | Range for evaluation run | 20050615 | ||
2 | Exporting | ER_REMPN | Call by reference | Type reference (TYPE) | P3PR_RT_REMPN | Range for acknowledgement run | 20050615 | ||
3 | Exporting | ER_REMSN | Call by reference | Type reference (TYPE) | P3PR_RT_REMSN | Range for posting run | 20050615 | ||
4 | Exporting | EV_PART_ACKN | Call by reference | Type reference (TYPE) | XFLAG | Flag: partially acknowledged items | 20050621 | ||
5 | Exporting | EV_PART_POST | Call by reference | Type reference (TYPE) | XFLAG | Flag: partially posted items | 20050621 |
Method GET_ATTRIBUTES on class CL_HR3PRNA_UNDO_REPORT has no exception.
Method GET_LAST_ACKN_RUN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | ES_LAST_REMPN | Value transfer | Type reference (TYPE) | P3PR_RS_REMPN | Range for acknowledgement run | 20050516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | NOT_FOUND | No entry found | 20050615 |
Method GET_LAST_EVAL_RUN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | ES_LAST_RDATN | Value transfer | Type reference (TYPE) | P3PR_RS_RDATN | Range for evaluation run | 20050516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | NOT_FOUND | No entry found | 20050615 |
Method GET_LAST_POST_RUN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | ES_LAST_REMSN | Value transfer | Type reference (TYPE) | P3PR_RS_REMSN | Range for posting run | 20050516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | NOT_FOUND | No entry found | 20050615 |
Method GET_POST_RUNID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | EV_RUNID | Value transfer | Type reference (TYPE) | P_EVNUM | Number of Posting Run | 20050516 | ||
2 | Importing | IV_REMSN | Call by reference | Type reference (TYPE) | REMSN | Posting run number | 20050516 |
Method GET_POST_RUNID on class CL_HR3PRNA_UNDO_REPORT has no exception.
Method LOCK_TABLE_T51R5 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_PAYEE_ITEM | Call by reference | Type reference (TYPE) | HR3PRNA_PAYEE_ITEM | HR payee items | 20050516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ITEM_LOCKED | Item is locked by other user | 20050617 |
Method SET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IO_EXIT_3PR0003 | Call by reference | Object reference (TYPE REF TO) | OBJECT | User exit: employee detail | 20050516 | ||
2 | Importing | IR_RDATN | Call by reference | Type reference (TYPE) | P3PR_RT_RDATN | Range for evaluation run | 20050516 | ||
3 | Importing | IR_REMPN | Call by reference | Type reference (TYPE) | P3PR_RT_REMPN | Range for acknowledgement run | 20050516 | ||
4 | Importing | IR_REMSN | Call by reference | Type reference (TYPE) | P3PR_RT_REMSN | Range for posting run | 20050516 | ||
5 | Importing | IV_ACKN | Call by reference | Type reference (TYPE) | XFLAG | Flag: undo acknowledgement run | 20050516 | ||
6 | Importing | IV_CUSSN | Call by reference | Type reference (TYPE) | XFLAG | Flag: user exit employee detail | 20050516 | ||
7 | Importing | IV_DISP | Call by reference | Type reference (TYPE) | FLAG | Flag: display log | 20050516 | ||
8 | Importing | IV_EVAL | Call by reference | Type reference (TYPE) | XFLAG | Flag: undo evaluation run | 20050516 | ||
9 | Importing | IV_GRID | Call by reference | Type reference (TYPE) | XFLAG | Flag: Grid view | 20050516 | ||
10 | Importing | IV_HEADR | Call by reference | Type reference (TYPE) | XFLAG | Flag: ALV header | 20050516 | ||
11 | Importing | IV_POST | Call by reference | Type reference (TYPE) | XFLAG | Flag: undo posting run | 20050516 | ||
12 | Importing | IV_PROD | Call by reference | Type reference (TYPE) | PCNA_PRODMODE | Processing option: production mode | 20050516 | ||
13 | Importing | IV_SUBMIT | Call by reference | Type reference (TYPE) | FLAG | Flag called via submit | 20050516 | ||
14 | Importing | IV_TEST | Call by reference | Type reference (TYPE) | PCNA_TESTMODE | Processing option: test mode | 20050516 | ||
15 | Importing | IV_TREE | Call by reference | Type reference (TYPE) | XFLAG | Flag: Tree view | 20050516 |
Method SET_ATTRIBUTES on class CL_HR3PRNA_UNDO_REPORT has no exception.
Method UNLOCK_TABLE_T51R5 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_PAYEE_ITEM | Call by reference | Type reference (TYPE) | HR3PRNA_PAYEE_ITEM | HR payee items | 20050516 |
Method UNLOCK_TABLE_T51R5 on class CL_HR3PRNA_UNDO_REPORT has no exception.
Method UPDATE_REMITTANCE_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_TEST | Call by reference | Type reference (TYPE) | PCNA_TESTMODE | Processing option: test mode | 20050516 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | UPDATE_ERROR | Entry not found | 20050617 |
History
Last changed by/on | SAP | 20081217 |
SAP Release Created in |