SAP ABAP Class /XNFE/CL_CTE_FISC_WORKPLACE (Feeder Class for CT-e Fiscal Workplace)
Hierarchy
☛
SLL-NFE (Software Component) xNFE
⤷
SLL-NFE-MGM (Application Component) NF-e: Communication Management & Monitoring
⤷
/XNFE/USIB2B (Package) NF-e: User Interface - Inbound
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /XNFE/CL_MONITOR | Feeder Base Component | 20130527 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_POWL_OVS | Interface providing callback methods for using OVS with POWL | 20120510 |
Properties
| Class | /XNFE/CL_CTE_FISC_WORKPLACE | |
| Short Description | Feeder Class for CT-e Fiscal Workplace | |
| Super Class | /XNFE/CL_MONITOR | Feeder Base Component |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /XNFE/USIB2B | NF-e: User Interface - Inbound |
| Created | 20101014 | SAP |
| Last change | 20141107 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_POWL_OVS | Interface providing callback methods for using OVS with POWL | 20120510 |
Friends
Class /XNFE/CL_CTE_FISC_WORKPLACE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | /XNFE/IF_WD_CONSTANTS=>CV_CTE_FPM_VAR-FW | Constant for Current Workplace | 20101014 | ||
| 2 | Instance attribute | Private | See coding | Internal Table with Cache for Authorization check | 20110314 | ||||
| 3 | Instance attribute | Private | See coding | Internal Results Table | 20101014 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | /XNFE/INHDSTA_T | (OBSOLETE!) CT-e Status Table | 20130527 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | POWL_SELNAME_TY | ID of Selection Criterion | 20130411 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Set Process Type and Process Step | 20130411 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check Whether Action May Be Executed | 20101014 | |
| 2 | Instance method | Private | Method | Return Last Executed Status | 20130411 | |
| 3 | Instance method | Private | Method | Return All Executable Actions for a CT-e | 20101228 |
Events
Class /XNFE/CL_CTE_FISC_WORKPLACE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_AUTH_CACHE | Private | See coding | 20110314 | BEGIN OF ty_auth_cache,
ptyp TYPE /xnfe/proctyp,
cnpj TYPE /xnfe/cnpj_emit,
cnbp TYPE /xnfe/cnpj_bupa,
actvt TYPE char2,
subrc TYPE sysubrc,
END OF ty_auth_cache
|
Method Signatures
Method CHECK_ACTION_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION_ID | Call by reference | Type reference (TYPE) | POWL_ACTIONID_TY | ID der auszuführenden Aktion | 20101014 | |||
| 2 | IV_CNPJ_E | Call by reference | Type reference (TYPE) | /XNFE/CNPJ | Steuernummer gegenüber der Behörde (CNPJ) | 20110314 | |||
| 3 | IV_CNPJ_TOM | Call by reference | Type reference (TYPE) | /XNFE/CNPJ | Steuernummer gegenüber der Behörde (CNPJ) | 20110314 | |||
| 4 | IV_PROCTYP | Call by reference | Type reference (TYPE) | /XNFE/PROCTYP | Prozesstyp | 20110314 | |||
| 5 | RV_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101014 |
Method CHECK_ACTION_ALLOWED on class /XNFE/CL_CTE_FISC_WORKPLACE has no exception.
Method GET_LAST_PROCESS_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_INCTEHD | Call by reference | Type reference (TYPE) | /XNFE/INCTEHD | CT-e Incoming Kopfdaten | 20130411 | |||
| 2 | IT_PROCSTEP_T | Call by reference | Type reference (TYPE) | /XNFE/PROCSTEPT_T | Tabelle mit NF-e Incoming Prozessschritte Beschreibungen | 20130411 | |||
| 3 | IT_STATUS | Call by reference | Type reference (TYPE) | /XNFE/INHDSTA_T | xNFe: Tabellentyp zur Struktur /XNFE/INHDSTA | 20130411 | |||
| 4 | RV_TEXT | Value transfer | Type reference (TYPE) | /XNFE/PROC_STEP_DESCR | Text eines Prozessschrittes | 20130411 |
Method GET_LAST_PROCESS_STATUS on class /XNFE/CL_CTE_FISC_WORKPLACE has no exception.
Method GET_VALID_ADDITIONAL_FUNCTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ACTIONS_DEFS | Call by reference | Type reference (TYPE) | POWL_ACTDESCR_TTY | Aktion Meta-Beschreibung | 20101228 | |||
| 2 | IS_SEL_LINE | Call by reference | Type reference (TYPE) | /XNFE/WD_CTE_FEEDER | Struktur für WDA POWL Feeder CT-es | 20101228 | |||
| 3 | IV_LINES_SEL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20101228 |
Method GET_VALID_ADDITIONAL_FUNCTIONS on class /XNFE/CL_CTE_FISC_WORKPLACE has no exception.
History
| Last changed by/on | SAP | 20141107 |
| SAP Release Created in | 900 |