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
⤷
⤷
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 | Constant | Protected | Type reference (TYPE) | EXIT_DEF | 'PC10_3PR0003' | Business Add-in Definition | 20050516 | ||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | OBJECT | User exit:employee detail | 20050516 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_HRPAYNA_LOG | Log processing | 20050615 | |||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_HR3PRNA_SERVICES | 3PR services for all areas | 20050516 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | P3PR_RT_RDATN | Range for evaluation run | 20050516 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | P3PR_RT_REMPN | Range for acknowledgement run | 20050516 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | P3PR_RT_REMSN | Range for posting run | 20050516 | |||
| 8 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Acknowledgement run data | 20050516 | |||
| 9 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Detail items | 20050516 | |||
| 10 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Detail items | 20050516 | |||
| 11 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Evaluated employee results | 20050516 | |||
| 12 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Employee details | 20050516 | |||
| 13 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Evaluation run data | 20050516 | |||
| 14 | Instance attribute | Protected | Type reference (TYPE) | HR3PRNA_PAYEE_ITEMS | HR payee items | 20100930 | |||
| 15 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Garnishment payees from evaluation | 20050516 | |||
| 16 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Posting run data | 20050516 | |||
| 17 | Instance attribute | Protected | Type reference (TYPE) | XFLAG | Flag: undo acknowledgement run | 20050516 | |||
| 18 | Instance attribute | Protected | Type reference (TYPE) | XFLAG | Flag: user exit employee detail | 20050516 | |||
| 19 | Instance attribute | Protected | Type reference (TYPE) | XFLAG | 'X' | Flag: undo evaluation run | 20050516 | ||
| 20 | Instance attribute | Protected | Type reference (TYPE) | XFLAG | Flag: Concurrent employment | 20050615 | |||
| 21 | Instance attribute | Public | Type reference (TYPE) | XFLAG | Flag: Override to allow Undo | 20080502 | |||
| 22 | Instance attribute | Protected | Type reference (TYPE) | XFLAG | Flag: payee items partially acknowledged | 20050516 | |||
| 23 | Instance attribute | Protected | Type reference (TYPE) | XFLAG | Flag: paye items partially posted | 20050516 | |||
| 24 | Instance attribute | Protected | Type reference (TYPE) | XFLAG | Flag: undo posting run | 20050516 | |||
| 25 | 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 | IS_REMPN | Call by reference | Type reference (TYPE) | P3PR_RS_REMPN | Range for acknowledgement run | 20050516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No entry found | 20050615 |
Method CHECK_EVAL_RUN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_RDATN | Call by reference | Type reference (TYPE) | P3PR_RS_RDATN | Range for evaluation run | 20050516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No entry found | 20050615 |
Method CHECK_POST_RUN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_REMSN | Call by reference | Type reference (TYPE) | P3PR_RS_REMSN | Range for posting run | 20050516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | EV_OVERRIDE | Value transfer | Type reference (TYPE) | XFELD | Allow Undo ('X' - Yes, ' ' - No) | 20080502 | |||
| 2 | IV_REMSN | Value transfer | Type reference (TYPE) | REMSN | Number of Posting Run | 20090526 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Posting Run ID not found | 20080502 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EXIT_3PR0003 | Call by reference | Object reference (TYPE REF TO) | OBJECT | user exit: employee detail | 20050516 | |||
| 2 | IV_CONTAINER_NAME | Call by reference | Type reference (TYPE) | TYPENAME | Control container name | 20050516 | |||
| 3 | IV_IS_CE_ACTIVE | Call by reference | Type reference (TYPE) | XFLAG | Flag: Concurrent employment | 20050615 | |||
| 4 | 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 | E_INTERACTIVE | Call by reference | Attribute reference (LIKE) | 20050615 | |||||
| 2 | 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 | 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 | EV_SUBRC | Value transfer | Type reference (TYPE) | SYSUBRC | Return Value, Return Value After ABAP Statements | 20050516 | |||
| 2 | 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 | ER_RDATN | Call by reference | Type reference (TYPE) | P3PR_RT_RDATN | Range for evaluation run | 20050615 | |||
| 2 | ER_REMPN | Call by reference | Type reference (TYPE) | P3PR_RT_REMPN | Range for acknowledgement run | 20050615 | |||
| 3 | ER_REMSN | Call by reference | Type reference (TYPE) | P3PR_RT_REMSN | Range for posting run | 20050615 | |||
| 4 | EV_PART_ACKN | Call by reference | Type reference (TYPE) | XFLAG | Flag: partially acknowledged items | 20050621 | |||
| 5 | 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 | ES_LAST_REMPN | Value transfer | Type reference (TYPE) | P3PR_RS_REMPN | Range for acknowledgement run | 20050516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ES_LAST_RDATN | Value transfer | Type reference (TYPE) | P3PR_RS_RDATN | Range for evaluation run | 20050516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ES_LAST_REMSN | Value transfer | Type reference (TYPE) | P3PR_RS_REMSN | Range for posting run | 20050516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No entry found | 20050615 |
Method GET_POST_RUNID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RUNID | Value transfer | Type reference (TYPE) | P_EVNUM | Number of Posting Run | 20050516 | |||
| 2 | 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 | IS_PAYEE_ITEM | Call by reference | Type reference (TYPE) | HR3PRNA_PAYEE_ITEM | HR payee items | 20050516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IO_EXIT_3PR0003 | Call by reference | Object reference (TYPE REF TO) | OBJECT | User exit: employee detail | 20050516 | |||
| 2 | IR_RDATN | Call by reference | Type reference (TYPE) | P3PR_RT_RDATN | Range for evaluation run | 20050516 | |||
| 3 | IR_REMPN | Call by reference | Type reference (TYPE) | P3PR_RT_REMPN | Range for acknowledgement run | 20050516 | |||
| 4 | IR_REMSN | Call by reference | Type reference (TYPE) | P3PR_RT_REMSN | Range for posting run | 20050516 | |||
| 5 | IV_ACKN | Call by reference | Type reference (TYPE) | XFLAG | Flag: undo acknowledgement run | 20050516 | |||
| 6 | IV_CUSSN | Call by reference | Type reference (TYPE) | XFLAG | Flag: user exit employee detail | 20050516 | |||
| 7 | IV_DISP | Call by reference | Type reference (TYPE) | FLAG | Flag: display log | 20050516 | |||
| 8 | IV_EVAL | Call by reference | Type reference (TYPE) | XFLAG | Flag: undo evaluation run | 20050516 | |||
| 9 | IV_GRID | Call by reference | Type reference (TYPE) | XFLAG | Flag: Grid view | 20050516 | |||
| 10 | IV_HEADR | Call by reference | Type reference (TYPE) | XFLAG | Flag: ALV header | 20050516 | |||
| 11 | IV_POST | Call by reference | Type reference (TYPE) | XFLAG | Flag: undo posting run | 20050516 | |||
| 12 | IV_PROD | Call by reference | Type reference (TYPE) | PCNA_PRODMODE | Processing option: production mode | 20050516 | |||
| 13 | IV_SUBMIT | Call by reference | Type reference (TYPE) | FLAG | Flag called via submit | 20050516 | |||
| 14 | IV_TEST | Call by reference | Type reference (TYPE) | PCNA_TESTMODE | Processing option: test mode | 20050516 | |||
| 15 | 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 | 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 | IV_TEST | Call by reference | Type reference (TYPE) | PCNA_TESTMODE | Processing option: test mode | 20050516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Entry not found | 20050617 |
History
| Last changed by/on | SAP | 20081217 |
| SAP Release Created in |