SAP ABAP Class /XNFE/CL_WP_DETAILS_ASSIST_NEW (General Assistance Class for Summary Details of Document)
Hierarchy
☛
SLL-NFE (Software Component) xNFE
⤷
SLL-NFE-MGM (Application Component) NF-e: Communication Management & Monitoring
⤷
/XNFE/USICORE (Package) User Interface of Core Components (NF-e and CT-e)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /XNFE/CL_WD_ASSIST_BASIS | Basis Assistance Class for NF-e | 20111121 |
Meta Relationship - Used By
Properties
| Class | /XNFE/CL_WP_DETAILS_ASSIST_NEW | |
| Short Description | General Assistance Class for Summary Details of Document | |
| Super Class | /XNFE/CL_WD_ASSIST_BASIS | Basis Assistance Class for NF-e |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /XNFE/USICORE | User Interface of Core Components (NF-e and CT-e) |
| Created | 20111121 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /XNFE/CL_WP_DETAILS_ASSIST_NEW has no interface implemented.
Friends
Class /XNFE/CL_WP_DETAILS_ASSIST_NEW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | /XNFE/CL_WP_DETAILS_ASSIST_NEW=>T_ACTIVITY | Table with Activities/Process Steps (Text) | 20111121 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | /XNFE/PROCSTATT_T | TT - Name of Status of Process Step | 20130122 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | /XNFE/PROCSTATT_T | Table with Process Status (Text) | 20111121 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | /XNFE/PROCTYPT_T | Table with Available Process Types (Texts) | 20111121 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Check if XML Can Be Requested | 20111121 | |
| 2 | Instance method | Protected | Method | Load Available Process Steps | 20111121 | |
| 3 | Instance method | Protected | Method | Load Process Status in Logon Language | 20130122 | |
| 4 | Instance method | Protected | Method | Return Actstat for an NF-e / CT-e | 20111121 | |
| 5 | Instance method | Protected | Method | Return Additional Data About Process Type of Document | 20111121 | |
| 6 | Instance method | Protected | Method | Return Status History of an NF-e / CT-e | 20111121 | |
| 7 | Instance method | Public | Method | Details (Status, History, Assignments) for Overview List | 20111121 | |
| 8 | Instance method | Protected | Method | Load Process Status in Logon Language | 20111121 | |
| 9 | Instance method | Protected | Method | Load Available Process Types | 20111121 | |
| 10 | Instance method | Protected | Method | Return Status Values of NF-e / CT-e | 20111121 | |
| 11 | Instance method | Protected | Method | Internal Mapping of Required Summary Detail Data | 20111220 |
Events
Class /XNFE/CL_WP_DETAILS_ASSIST_NEW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ACTIVITY | Protected | See coding | 20111121 | begin of s_activity,
activity type /xnfe/activity,
langu type spras,
description type /xnfe/activity_descr,
is_activity type abap_bool,
end of s_activity
|
||
| 2 | S_ACTSTAT | Public | See coding | 20111121 | begin of s_actstat,
actstat type /xnfe/actstat,
icon type /xnfe/status_icon,
icon_tooltip type char80,
infotext type /xnfe/infotext,
end of s_actstat
|
||
| 3 | S_ALV_CONFIG | Protected | See coding | 20140204 | begin of s_alv_config,
name type char30,
alv_config type ref to /xnfe/if_wd_alv_config,
end of s_alv_config
|
||
| 4 | S_PROCESS_CHANGED | Public | See coding | 20111121 | begin of s_process_changed,
proctyp type /xnfe/proctyp,
baseproctyp type /xnfe/baseproctyp,
proctypt type /xnfe/proctyp_t,
baseproctypt type /xnfe/proctyp_t,
end of s_process_changed
|
||
| 5 | T_ACTIVITY | Protected | See coding | 20111121 | t_activity type standard table of s_activity
|
||
| 6 | T_ALV_CONFIG | Protected | See coding | 20140204 | t_alv_config type standard table of s_alv_config
|
Method Signatures
Method CHECK_DOWNLOAD_NFE_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | /XNFE/ID | 44-stelliger Zugriffsschlüssel | 20111121 | |||
| 2 | RV_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | Berechtigung gültig | 20111121 |
Method CHECK_DOWNLOAD_NFE_REQUEST on class /XNFE/CL_WP_DETAILS_ASSIST_NEW has no exception.
Method GET_ACTIVITIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTIVITY | Call by reference | Type reference (TYPE) | /XNFE/CL_WP_DETAILS_ASSIST_NEW=>T_ACTIVITY | Beschreibung einer Aktivität | 20111121 |
Method GET_ACTIVITIES on class /XNFE/CL_WP_DETAILS_ASSIST_NEW has no exception.
Method GET_ACTIVITY_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_PROCSTAT | Value transfer | Type reference (TYPE) | /XNFE/PROCSTATT_T | TT Bezeichnug des Status eines Prozessschrittes | 20130122 |
Method GET_ACTIVITY_STATUS on class /XNFE/CL_WP_DETAILS_ASSIST_NEW has no exception.
Method GET_ACTSTAT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_HEADER | Call by reference | Type reference (TYPE) | ANY | Dokument Kopfdaten | 20111121 | |||
| 2 | IT_SYMSG | Call by reference | Type reference (TYPE) | /XNFE/SYMSG_T | System Nachrichten zum Prozessfluss | 20111121 | |||
| 3 | RS_ACTSTAT | Value transfer | Type reference (TYPE) | /XNFE/WD_ACTSTAT_INFO | WD Anzeige Informationen zum aktuellen Verarbeitungsstatus | 20111121 |
Method GET_ACTSTAT_DATA on class /XNFE/CL_WP_DETAILS_ASSIST_NEW has no exception.
Method GET_ADD_PROCESS_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_HEADER | Call by reference | Type reference (TYPE) | ANY | Dokument Kopfdaten | 20111121 | |||
| 2 | RS_PROCTYP_DATA | Value transfer | Type reference (TYPE) | /XNFE/WD_PROCTYP_INFO | WD Anzeige Informationen zum aktuellen Prozess | 20111121 |
Method GET_ADD_PROCESS_DATA on class /XNFE/CL_WP_DETAILS_ASSIST_NEW has no exception.
Method GET_HISTORY_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_HIST | Call by reference | Type reference (TYPE) | ANY TABLE | History Tabelle zu einer NF-e/ CT-e | 20111121 | |||
| 2 | IT_SYMSG | Call by reference | Type reference (TYPE) | /XNFE/SYMSG_T | Tabellentype zu /XNFE/SYMSG | 20111121 | |||
| 3 | RT_HISTORY | Value transfer | Type reference (TYPE) | /XNFE/WD_HISTORY_T | WD Anzeige Beleg Historie | 20111121 |
Method GET_HISTORY_DATA on class /XNFE/CL_WP_DETAILS_ASSIST_NEW has no exception.
Method GET_OVERVIEW_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SELECTION | Call by reference | Type reference (TYPE) | CHAR2 | /XNFE/IF_WD_CONSTANTS=>CV_READ_TYPE-ALL | Welche Daten sollen ausgelesen werden | 20111121 | ||
| 2 | RT_SDETAIL | Value transfer | Type reference (TYPE) | /XNFE/WD_SDETAIL_T | Tabelle mit daten für Kurzdetails | 20111220 |
Method GET_OVERVIEW_DETAILS on class /XNFE/CL_WP_DETAILS_ASSIST_NEW has no exception.
Method GET_PROCSTATS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_PROCSTAT | Value transfer | Type reference (TYPE) | /XNFE/PROCSTATT_T | TT Bezeichnug des Status eines Prozessschrittes | 20111121 |
Method GET_PROCSTATS on class /XNFE/CL_WP_DETAILS_ASSIST_NEW has no exception.
Method GET_PROCTYPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_PROCTYP | Value transfer | Type reference (TYPE) | /XNFE/PROCSTEPT_T | Tabellentyp zu NF-e Incoming Prozessschritte Beschreibungen | 20111121 |
Method GET_PROCTYPS on class /XNFE/CL_WP_DETAILS_ASSIST_NEW has no exception.
Method GET_STATUS_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_STATUS | Call by reference | Type reference (TYPE) | ANY TABLE | Tabelle mit Statuseinträgen zu einer NF-e/ CT-e | 20111121 | |||
| 2 | IT_SYMSG | Call by reference | Type reference (TYPE) | /XNFE/SYMSG_T | Tabellentype zu /XNFE/SYMSG | 20111121 | |||
| 3 | RT_STATUS | Value transfer | Type reference (TYPE) | /XNFE/WD_STATUS_T | WD Anzeige Beleg Prozessstatus | 20111121 |
Method GET_STATUS_DATA on class /XNFE/CL_WP_DETAILS_ASSIST_NEW has no exception.
Method MAP_SDETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SDETAIL | Call by reference | Type reference (TYPE) | /XNFE/WD_SDETAIL_T | WD TT für Kurzdetails | 20111220 | |||
| 2 | IV_SELECTION | Call by reference | Type reference (TYPE) | CHAR2 | /XNFE/IF_WD_CONSTANTS=>CV_READ_TYPE-ALL | Welche Daten sollen ausgelesen werden | 20111220 |
Method MAP_SDETAIL on class /XNFE/CL_WP_DETAILS_ASSIST_NEW has no exception.
History
| Last changed by/on | SAP | 20141107 |
| SAP Release Created in | 900 |