SAP ABAP Class /XNFE/CL_WD_NFE_ACTION_ASSIST (Assistance Class for WD NF-e User Actions)
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_WD_ACTIONS_ASSIST Basis Assistance Class for WD User Actions 20130208
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_WD_NFE_ACT_ASSIGN Assistance Class NF-e Action: (Purchase Order) Assignments 20130208
2 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_WD_NFE_ACT_CONFIRM Assistance Class NF-e Action: Confirm Step 20130213
3 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_WD_NFE_ACT_CONF_QNT Assistance Class NF-e Action: Confirm Delivered Quantities 20130211
4 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_WD_NFE_ACT_COUNTING Assistance Class NF-e Action: Enter Delivered Quantities 20130211
5 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_WD_NFE_ACT_DANFE Assistance Class NF-e Action: Enter/Compare DANFE 20130211
6 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_WD_NFE_ACT_ERP_TASK Assistance Class NF-e Action: Execute ERP Tasks 20130211
7 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_WD_NFE_ACT_PREP_POS Assistance Class NF-e Action: Prepare Goods Posting 20130211
8 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_WD_NFE_ACT_SIMULATE Assistance Class NF-e Action: Simulation 20130211
Properties
Class /XNFE/CL_WD_NFE_ACTION_ASSIST  
Short Description Assistance Class for WD NF-e User Actions    
Super Class /XNFE/CL_WD_ACTIONS_ASSIST Basis Assistance Class for WD User Actions 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /XNFE/USIB2B   NF-e: User Interface - Inbound 
Created 20130208   SAP 
Last change 20141107    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /XNFE/CL_WD_NFE_ACTIONS_ASSIST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /XNFE/IF_WD_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 CL_WD_TABLE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class /XNFE/CL_WD_NFE_ACTION_ASSIST has no interface implemented.
Friends
Class /XNFE/CL_WD_NFE_ACTION_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CHECK Instance attribute Private Object reference (TYPE REF TO) /XNFE/IF_CHECK_STATUS Check for Possible Status Changes 20130208
2 MT_ASSIGNMENTS Instance attribute Protected Type reference (TYPE) /XNFE/NFEASSIGN_T Table with Assigned Items 20130208
3 MT_ITEMS Instance attribute Protected Type reference (TYPE) /XNFE/INNFEIT_T NF-e Item Table 20130208
4 MV_POPUP_CONFIRMED Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Navigation was confirmed 20130211
5 MV_RTP_FILTERED Instance attribute Protected Type reference (TYPE) ABAP_BOOL Flag Whether RTP Have Been Filtered Out 20130208
6 MV_SYMBOLIC_FILTERED Instance attribute Protected Type reference (TYPE) ABAP_BOOL Flag Whether Symbolic Components Have Been Filtered Out 20130208
7 MV_UPDATE_REQ Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Internal Flag for Update of Display 20130211
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_STEP Instance method Public Method Check Which Status Changes Are Possible for the Step 20130208
2 COMPLETE_ASSIGNMENTS_INT Instance method Private Method Complete Assignment Table (e.g. Symbolic Customer) 20130213
3 CREATE_INFO_POPUP Instance method Public Method Generate Information Window 20130208
4 GET_ASSIGNMENTS Instance method Public Method Returns the prepared assignments of DB/Global Tab 20130213
5 GET_LOGHANDLE Instance method Public Method Returns the current log handle (if available) 20130213
6 GET_WITHOUT_RTP Instance method Protected Method Return All Items Aside from RTP 20130213
7 GET_WITHOUT_SYMBOLIC Instance method Protected Method Returns all items except symbolic components 20130213
8 MAP_ASSIGNMENTS Instance method Protected Method Read and Convert Assignments from Context 20130312
9 MAP_ASSIGNMENTS_TO_DB Instance method Protected Method Maps assignment table from display to DB structures 20130215
10 NAVIGATE_BACK Instance method Public Method Attempt Back Navigation from an Action Screen 20130208
11 NFE_IS_DIRTY Instance method Public Method Check if Unsaved Data Exists for NF-e 20130208
12 SAVE_ASSIGNMENTS Instance method Public Method Save Defined Assignments 20130208
13 STEP_LOAD_DATA Instance method Public Method Load and initialize the step-relevant data 20130212
14 UPDATE_STATUS Instance method Public Method Update Status Information for Process Step 20130318
Events
Class /XNFE/CL_WD_NFE_ACTION_ASSIST has no event.
Types
Class /XNFE/CL_WD_NFE_ACTION_ASSIST has no local type.
Method Signatures

Method CHECK_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_STATUS Call by reference Type reference (TYPE) /XNFE/INHDSTA NFe Incoming Kopfstatus 20130208
2 Importing IT_ASSIGNMENTS Call by reference Type reference (TYPE) STANDARD TABLE Zuordnungen 20130220

Method CHECK_STEP on class /XNFE/CL_WD_NFE_ACTION_ASSIST has no exception.

Method COMPLETE_ASSIGNMENTS_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ASSIGNMENTS Call by reference Type reference (TYPE) /XNFE/NFEASSIGN_T xNFe: Tabellentyp zur Struktur /XNFE/NFEASSIGN 20130213

Method COMPLETE_ASSIGNMENTS_INT on class /XNFE/CL_WD_NFE_ACTION_ASSIST has no exception.

Method CREATE_INFO_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Referenz des Component Controllers 20130208
2 Importing IV_TEXT_KEY Call by reference Type reference (TYPE) CHAR3 Textschlüssel eines Textsymbols 20130208
3 Importing IV_TITLE Call by reference Type reference (TYPE) CHAR3 Textschlüssel eines Textsymbols 20130208
4 Returning RO_WINDOW Value transfer Object reference (TYPE REF TO) IF_WD_WINDOW 20130208

Method CREATE_INFO_POPUP on class /XNFE/CL_WD_NFE_ACTION_ASSIST has no exception.

Method GET_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSIGNMENTS Call by reference Type reference (TYPE) STANDARD TABLE Aufbereitete kontextbezogene Zuordnungstabelle 20130213

Method GET_ASSIGNMENTS on class /XNFE/CL_WD_NFE_ACTION_ASSIST has no exception.

Method GET_LOGHANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20130213
2 Returning RV_LOGHANDLE Value transfer Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20130213

Method GET_LOGHANDLE on class /XNFE/CL_WD_NFE_ACTION_ASSIST has no exception.

Method GET_WITHOUT_RTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ASSIGNMENTS Value transfer Type reference (TYPE) /XNFE/NFEASSIGN_T Zuordnungen ohne RTP 20130213

Method GET_WITHOUT_RTP on class /XNFE/CL_WD_NFE_ACTION_ASSIST has no exception.

Method GET_WITHOUT_SYMBOLIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ASSIGNMENTS Value transfer Type reference (TYPE) /XNFE/NFEASSIGN_T Zuordnungen, für die gezählt werden muss 20130213

Method GET_WITHOUT_SYMBOLIC on class /XNFE/CL_WD_NFE_ACTION_ASSIST has no exception.

Method MAP_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20130312
2 Returning RT_ASSIGNMENTS Value transfer Type reference (TYPE) /XNFE/NFEASSIGN_T xNFe: Tabellentyp zur Struktur /XNFE/NFEASSIGN 20130312

Method MAP_ASSIGNMENTS on class /XNFE/CL_WD_NFE_ACTION_ASSIST has no exception.

Method MAP_ASSIGNMENTS_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ASSIGNMENTS Call by reference Type reference (TYPE) STANDARD TABLE WD Anzeige Zuordnungstabelle 20130215
2 Returning RT_ASSIGNMENTS Value transfer Type reference (TYPE) /XNFE/NFEASSIGN_T Zuordnungstabelle 20130215

Method MAP_ASSIGNMENTS_TO_DB on class /XNFE/CL_WD_NFE_ACTION_ASSIST has no exception.

Method NAVIGATE_BACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20130312
2 Returning RV_ALLOWED Value transfer Type reference (TYPE) WDY_BOOLEAN Rücknavigation erlaubt 20130208

Method NAVIGATE_BACK on class /XNFE/CL_WD_NFE_ACTION_ASSIST has no exception.

Method NFE_IS_DIRTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20130312
2 Returning RV_DIRTY Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20130208

Method NFE_IS_DIRTY on class /XNFE/CL_WD_NFE_ACTION_ASSIST has no exception.

Method SAVE_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ASSIGNMENTS Call by reference Type reference (TYPE) STANDARD TABLE Anzeige Zuordnungstabelle 20130215
2 Importing IV_LOGHANDLE Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20130208
3 Importing IV_PARAM Call by reference Type reference (TYPE) DATA 20130208
4 Importing IV_STATUS_OK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130208
5 Importing IV_TO_DATABASE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Globale Tabellen werden in DB zurückgeschrieben 20130208
6 Importing IV_UPDATE_STEP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Update des Prozessschrittes notwendig? 20130208

Method SAVE_ASSIGNMENTS on class /XNFE/CL_WD_NFE_ACTION_ASSIST has no exception.

Method STEP_LOAD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) FPM_EVENT_ID ID des FPM-Ereignisses 20130213
2 Importing IV_LOCK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Mit Sperre lesen? 20130212
3 Returning RV_NO_PROCESSING Value transfer Type reference (TYPE) ABAP_BOOL Verarbeitung abbrechen 20130212

Method STEP_LOAD_DATA on class /XNFE/CL_WD_NFE_ACTION_ASSIST has no exception.

Method UPDATE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20130318
2 Importing IV_LOCAL_STATUS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Status lokal aus Kontext auslesen 20140219
3 Returning RV_VALUE Value transfer Type reference (TYPE) /XNFE/STEPSTAT Status des Prozessschrittes 20130318

Method UPDATE_STATUS on class /XNFE/CL_WD_NFE_ACTION_ASSIST has no exception.
History
Last changed by/on SAP  20141107 
SAP Release Created in 900