SAP ABAP Class CL_XTAX_DB_MAPPER (Link between DB and external tax document)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-GL-GL (Application Component) Basic Functions
     FYTX/ETXDC (Package) External Tax document
Properties
Class CL_XTAX_DB_MAPPER  
Short Description Link between DB and external tax document    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FYTX/ETXDC   External Tax document 
Created 19990309   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_XTAX_DB_MAPPER has no forward declaration.
Interfaces
Class CL_XTAX_DB_MAPPER has no interface implemented.
Friends
Class CL_XTAX_DB_MAPPER has no friend class.
Attributes
Class CL_XTAX_DB_MAPPER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_DETAIL Static method Public Method Get header information from database 19990309
2 GET_LIST Static method Public Method Get list of documents for certain selection criteria 19990309
3 MAKE_PERSISTENT Static method Public Method Write persistent data to data base 19990310
Events
Class CL_XTAX_DB_MAPPER has no event.
Types
Class CL_XTAX_DB_MAPPER has no local type.
Method Signatures

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOCNR Call by reference Type reference (TYPE) XTAX_DOCUMENT_NUMBER Belegnummer 19990309
2 Importing I_ITEM_INFO_SEL Call by reference Type reference (TYPE) TAX_SEL_ITEMS 'X' Auch Positionsinformationen selektieren 19990309
3 Importing I_REF_DOC_KEY Call by reference Type reference (TYPE) TAX_REF_DOC_KEY Buchhaltungsreferenzschlüssel 19990310
4 Exporting O_PERSISTENT_DATA Call by reference Type reference (TYPE) EXTAX_PERSISTENT Persistente Daten 19990310
# Exception Resumable Description Created on
1 NOT_FOUND In der Datenbank nicht gefunden 19990309

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAX_ROWS Call by reference Type reference (TYPE) I 1000000000 Maximale Anzahl der selektierten Zeilen 19990309
2 Importing I_TAX_ETXDC_SELECT Call by reference Type reference (TYPE) TAX_ETXDC_SELECT Optionen zum Zurückholen ext. Steuerbelegnummern auswählen 19990309
3 Exporting O_TAX_DOCNR_TAB Call by reference Type reference (TYPE) TAX_DOCNR_TAB Liste externer Steuerbelegnummern 19990309

Method GET_LIST on class CL_XTAX_DB_MAPPER has no exception.

Method MAKE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEMS_CHANGED Call by reference Type reference (TYPE) CHAR1 space Positionen haben sich geändert 19990315
2 Importing I_PERSISTENT_DATA Call by reference Type reference (TYPE) EXTAX_PERSISTENT Persistente Daten 19990310

Method MAKE_PERSISTENT on class CL_XTAX_DB_MAPPER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in