SAP ABAP Class /XNFE/CL_WD_CTE_ACTION_ASSIST (Assistance Class for WD CT-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 20130325
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_WD_CTE_ACT_CONFIRM Assistance Class CT-e Action: Confirm Step 20130325
2 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_WD_CTE_ACT_DACTE Assistance Class CT-e Action: Enter/Compare DACTE 20130325
3 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_WD_CTE_ACT_SIMULATE Assistance Class CT-e Action: Simulation 20130325
4 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_WD_CTE_ACT_TRA_CONF Assistance Class CT-e Action: Transport Confirmation 20130325
Properties
Class /XNFE/CL_WD_CTE_ACTION_ASSIST  
Short Description Assistance Class for WD CT-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 20130325   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_CTE_ACTION_ASSIST has no interface implemented.
Friends
Class /XNFE/CL_WD_CTE_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 20130325
2 MT_ASSIGNMENTS Instance attribute Protected Type reference (TYPE) /XNFE/CTEASSIGN_T Table with Assigned Items 20130325
3 MV_POPUP_CONFIRMED Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Navigation was confirmed 20130325
4 MV_UPDATE_REQ Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Internal Flag for Update of Display 20130325
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 20130325
2 CREATE_INFO_POPUP Instance method Public Method Generate Information Window 20130403
3 CTE_IS_DIRTY Instance method Public Method Check Whether Unsaved Data Exists for CT-e 20130325
4 GET_ASSIGNMENTS Instance method Public Method Returns the prepared assignments of DB/Global Tab 20130325
5 GET_LOGHANDLE Instance method Public Method Returns the current log handle (if available) 20130325
6 MAP_ASSIGNMENTS Instance method Protected Method Read and Convert Assignments from Context 20130325
7 MAP_ASSIGNMENTS_TO_DB Instance method Protected Method Maps assignment table from display to DB structures 20130325
8 NAVIGATE_BACK Instance method Public Method Attempt Back Navigation from an Action Screen 20130325
9 SAVE_ASSIGNMENTS Instance method Public Method Save Defined Assignments 20130325
10 STEP_LOAD_DATA Instance method Public Method Load and initialize the step-relevant data 20130325
11 UPDATE_STATUS Instance method Public Method Update Status Information for Process Step 20130325
Events
Class /XNFE/CL_WD_CTE_ACTION_ASSIST has no event.
Types
Class /XNFE/CL_WD_CTE_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 20130325

Method CHECK_STEP on class /XNFE/CL_WD_CTE_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 20130403
2 Importing IV_TEXT_KEY Call by reference Type reference (TYPE) CHAR3 Textschlüssel eines Textsymbols 20130403
3 Importing IV_TITLE Call by reference Type reference (TYPE) CHAR3 Textschlüssel eines Textsymbols 20130403
4 Returning RO_WINDOW Value transfer Object reference (TYPE REF TO) IF_WD_WINDOW 20130403

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

Method CTE_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 20130325
2 Returning RV_DIRTY Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20130325

Method CTE_IS_DIRTY on class /XNFE/CL_WD_CTE_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 20130325

Method GET_ASSIGNMENTS on class /XNFE/CL_WD_CTE_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 20130325
2 Returning RV_LOGHANDLE Value transfer Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20130325

Method GET_LOGHANDLE on class /XNFE/CL_WD_CTE_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 20130325
2 Returning RT_ASSIGNMENTS Value transfer Type reference (TYPE) /XNFE/CTEASSIGN_T CT-e: Tabellentyp zur Struktur /XNFE/CTEASSIGN 20130325

Method MAP_ASSIGNMENTS on class /XNFE/CL_WD_CTE_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 20130325
2 Returning RT_ASSIGNMENTS Value transfer Type reference (TYPE) /XNFE/CTEASSIGN_T Zuordnungstabelle 20130325

Method MAP_ASSIGNMENTS_TO_DB on class /XNFE/CL_WD_CTE_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 20130325
2 Returning RV_ALLOWED Value transfer Type reference (TYPE) WDY_BOOLEAN Rücknavigation erlaubt 20130325

Method NAVIGATE_BACK on class /XNFE/CL_WD_CTE_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 20130325
2 Importing IV_LOGHANDLE Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20130325
3 Importing IV_PARAM Call by reference Type reference (TYPE) DATA 20130325
4 Importing IV_STATUS_OK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130325
5 Importing IV_TO_DATABASE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Globale Tabellen werden in DB zurückgeschrieben 20130325
6 Importing IV_UPDATE_STEP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Update des Prozessschrittes notwendig? 20130325

Method SAVE_ASSIGNMENTS on class /XNFE/CL_WD_CTE_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 20130325
2 Importing IV_LOCK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Mit Sperre lesen? 20130325
3 Returning RV_NO_PROCESSING Value transfer Type reference (TYPE) ABAP_BOOL Verarbeitung abbrechen 20130325

Method STEP_LOAD_DATA on class /XNFE/CL_WD_CTE_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 20130325
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 20130325

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