SAP ABAP Class /XNFE/CL_DOCUMENT (Base Class 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 Interface implementation (CLASS c. INTERFACES i_ref)  /XNFE/IF_DOCUMENT Interface for Document Access 20111023
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_CTE Document Inbound CT-e 20120131
2 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_CTE_BATCH Document for Outbound CT-e 20120112
3 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_CTE_OUT Document for Outbound CT-e 20120110
4 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_EVENT Document Event 20120308
5 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_EVENT_BATCH Batch of an Event Document 20120312
6 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_MDFE_BATCH Document for MDF-e Batch 20140505
7 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_MDFE_OUT MDF-e Document 20140505
8 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_NFE Document of Inbound NF-e 20120131
9 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_NFE_BATCH Document Outbound NF-e Batch 20131017
10 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_NFE_LIST Document of Inbound NF-e 20130115
... Click here to see Used By full list (11 items)
Properties
Class /XNFE/CL_DOCUMENT  
Short Description Base Class of Document    
Super Class    
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 20110303   SAP 
Last change 20141107    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /XNFE/IF_WD_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /XNFE/IF_DOCUMENT Interface for Document Access 20111023
Friends
Class /XNFE/CL_DOCUMENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_FPM_HEADER Instance attribute Protected Object reference (TYPE REF TO) /XNFE/IF_FPM_HEADER Accesses to Property of FPM Header Area 20120123
2 MV_DOCTYPE Static Attribute Protected Type reference (TYPE) /XNFE/DOCTYPE Document Type (CT-e/NF-e) 20110303
3 MV_GUID Instance attribute Protected Type reference (TYPE) /XNFE/GUID_16 Primary Key as GUID in 'RAW' Format 20110303
4 MV_ID Instance attribute Protected Type reference (TYPE) /XNFE/ID 44-Place Access Key 20110303
5 MV_PROCTYP Instance attribute Protected Type reference (TYPE) /XNFE/PROCTYP Process Type 20111020
6 MV_XMLVERSION Instance attribute Protected Type reference (TYPE) /XNFE/XML_VERSION XML Version 20131022
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_SELECTION Instance method Protected Method Checks Whether Internal Selection is Complete 20120320
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120123
3 DOWNLOAD_CANCEL_EVENT Instance method Protected Method Download of XML Cancellation Result 20140818
4 SET_VALUES Instance method Protected Method Set Attributes 20131209
Events
Class /XNFE/CL_DOCUMENT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_KEY_VALUE Public See coding 20110303 begin of ts_key_value, key type string, table type ref to data, end of ts_key_value
2 TT_KEY_VALUE Public See coding 20110303 TT_KEY_VALUE type standard table of ts_key_value
Method Signatures

Method CHECK_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) DATA 20120320

Method CHECK_SELECTION on class /XNFE/CL_DOCUMENT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FPM_HEADER Call by reference Object reference (TYPE REF TO) /XNFE/IF_FPM_HEADER Zugriffe auf Beschaffenheit FPM Header Bereichs 20120123

Method CONSTRUCTOR on class /XNFE/CL_DOCUMENT has no exception.

Method DOWNLOAD_CANCEL_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MSG_HANDLER Call by reference Object reference (TYPE REF TO) /XNFE/CL_NFE_MESSAGES Allgemeiner Message Handler für NFE 20140818

Method DOWNLOAD_CANCEL_EVENT on class /XNFE/CL_DOCUMENT has no exception.

Method SET_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SELECTED Call by reference Type reference (TYPE) ANY interne Struktur des Dokuments 20131209

Method SET_VALUES on class /XNFE/CL_DOCUMENT has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_CTE Document Inbound CT-e 20120131
2 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_CTE_BATCH Document for Outbound CT-e 20120112
3 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_CTE_OUT Document for Outbound CT-e 20120110
4 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_EVENT Document Event 20120308
5 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_EVENT_BATCH Batch of an Event Document 20120312
6 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_MDFE_BATCH Document for MDF-e Batch 20140505
7 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_MDFE_OUT MDF-e Document 20140505
8 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_NFE Document of Inbound NF-e 20120131
9 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_NFE_BATCH Document Outbound NF-e Batch 20131017
10 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_NFE_LIST Document of Inbound NF-e 20130115
11 Inheritance (c INHERITING FROM c_ref)  /XNFE/CL_NFE_OUT Document of Outbound NF-e 20120131
History
Last changed by/on SAP  20141107 
SAP Release Created in 900