SAP ABAP Class FSBP_ESAMAP_N_TAX_NUMBER (Common Logic for SOA Mapping of Tax Number Node)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   FS-BP (Application Component) Business Partner
     FS_BP_FND_ESOA_MAPPING (Package) Obsolete: SAP FS-BP: Mapping for Services Up To FSAPPL 300
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  AC_FSBP_ESAMAP_NODE Abstract Class with Help Methods for Node Level Mapping 20081215
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FSBP_ESAMAP_NODE_EXT2INT SOA Node Mapping 20081215
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FSBP_ESAMAP_NODE_INT2EXT SOA Node Mapping 20081215
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  FSBP_ESAMAP_N_TAX_NUMBER_V1 Common Logic for SOA Mapping of Tax Number Node 20090420
2 Inheritance (c INHERITING FROM c_ref)  FSBP_ESAMAP_N_TAX_NU_INFMSG_V0 SOA Mapping of Node Tax Number Info Message V0 20081215
3 Inheritance (c INHERITING FROM c_ref)  FSBP_ESAMAP_N_TAX_NU_OUTSRVSV1 Mapping of Tax Numbers for Outbound Services 20090309
4 Inheritance (c INHERITING FROM c_ref)  FSBP_ESAMAP_N_TAX_NU_V0 SOA Mapping of Node Tax Number V0 20081215
Properties
Class FSBP_ESAMAP_N_TAX_NUMBER  
Short Description Common Logic for SOA Mapping of Tax Number Node    
Super Class AC_FSBP_ESAMAP_NODE Abstract Class with Help Methods for Node Level Mapping 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FS_BP_FND_ESOA_MAPPING   Obsolete: SAP FS-BP: Mapping for Services Up To FSAPPL 300 
Created 20081215   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class FSBP_ESAMAP_N_TAX_NUMBER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FSBP_ESAMAP_NODE_EXT2INT SOA Node Mapping 20081215
2 IF_FSBP_ESAMAP_NODE_INT2EXT SOA Node Mapping 20081215
Friends
Class FSBP_ESAMAP_N_TAX_NUMBER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FIELDNAME_TAXIDNUM_TYPECDE_E2I Instance attribute Protected Type reference (TYPE) FIELDNAME Field Name 20090220
2 FIELDNAME_TAXIDNUM_TYPECDE_I2E Instance attribute Protected Type reference (TYPE) FIELDNAME Field Name 20090220
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_TAX_TYP Static method Protected Method Obsolete: Checks Value of Tax No. Cat. Against Customizing 20081215
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081215
3 GET_TEXT_TAXTYPE Static method Protected Method Reads Description of Tax Number Category 20081215
4 MAP_TAX_NUMBER_EXT2INT Instance method Protected Method Maps Tax Numbers (External-Internal) 20081215
5 MAP_TAX_NUMBER_INT2EXT Instance method Protected Method Maps Tax Numbers (Internal-External) 20081215
6 MAP_TAX_NUMBER_INT2EXT_NAMES Instance method Protected Method Maps Names for Tax Numbers (Internal-External) 20090209
7 MAP_TAX_TO_ESA Static method Protected Method Obsolete: Maps the Value of the Tax Number Category to ESA 20081215
Events
Class FSBP_ESAMAP_N_TAX_NUMBER has no event.
Types
Class FSBP_ESAMAP_N_TAX_NUMBER has no local type.
Method Signatures

Method CHECK_TAX_TYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SCHEMEID Call by reference Type reference (TYPE) STRING 20081215
2 Exporting E_TAX_TYPE Call by reference Type reference (TYPE) BPTAXTYPE Steuernummerntyp 20081215
3 Importing I_TAX_IDENT_NUMB Call by reference Type reference (TYPE) ANY 20081215
4 Exporting MESSAGES Call by reference Type reference (TYPE) TTY_XO_MESSAGE Nachrichten 20081215

Method CHECK_TAX_TYP on class FSBP_ESAMAP_N_TAX_NUMBER has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class FSBP_ESAMAP_N_TAX_NUMBER has no parameter.
Method CONSTRUCTOR on class FSBP_ESAMAP_N_TAX_NUMBER has no exception.

Method GET_TEXT_TAXTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TAX_TYPE_TEXT Value transfer Type reference (TYPE) BPTAXTYPETXT Bezeichnung: Steuernummerntypen Geschäftspartner 20081215
2 Importing I_TAX_TYPE Call by reference Type reference (TYPE) BPTAXTYPE Steuernummerntyp 20081215

Method GET_TEXT_TAXTYPE on class FSBP_ESAMAP_N_TAX_NUMBER has no exception.

Method MAP_TAX_NUMBER_EXT2INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHANGE_INDICATOR Call by reference Type reference (TYPE) XO_CHANGE_INDICATOR Änderungskennzeichen 20081215
2 Exporting E_DFKKBPTAXNUM Call by reference Type reference (TYPE) DFKKBPTAXNUM Steuernummern zum Geschäftspartner 20081215
3 Exporting E_DFKKBPTAXNUM_X Call by reference Type reference (TYPE) FSBP_DFKKBPTAXNUM_X X-Leiste Steuernummern 20081215
4 Exporting E_MESSAGES Call by reference Type reference (TYPE) TTY_XO_MESSAGE Nachrichten 20081215
5 Importing I_PARTNER Call by reference Type reference (TYPE) XO_OBJECT_KEY Geschäftspartnernummer 20081215
6 Importing I_TAX_NUMBER Call by reference Type reference (TYPE) ANY 20081215

Method MAP_TAX_NUMBER_EXT2INT on class FSBP_ESAMAP_N_TAX_NUMBER has no exception.

Method MAP_TAX_NUMBER_INT2EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MESSAGES Call by reference Type reference (TYPE) TTY_XO_MESSAGE Nachrichten 20081215
2 Exporting E_TAX_NUMBER Call by reference Type reference (TYPE) ANY 20081215
3 Importing I_CHANGE_INDICATOR Call by reference Type reference (TYPE) XO_CHANGE_INDICATOR Änderungskennzeichen 20081215
4 Importing I_DFKKBPTAXNUM Call by reference Type reference (TYPE) DFKKBPTAXNUM Steuernummern zum Geschäftspartner 20081215

Method MAP_TAX_NUMBER_INT2EXT on class FSBP_ESAMAP_N_TAX_NUMBER has no exception.

Method MAP_TAX_NUMBER_INT2EXT_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TAX_NUMBER Call by reference Type reference (TYPE) ANY Steuernummern zum Geschäftspartner (externe Darstellung) 20090209
2 Exporting E_MESSAGES Call by reference Type reference (TYPE) TTY_XO_MESSAGE Nachrichten 20090209
3 Importing I_DFKKBPTAXNUM Call by reference Type reference (TYPE) DFKKBPTAXNUM Steuernummern zum Geschäftspartner 20090209

Method MAP_TAX_NUMBER_INT2EXT_NAMES on class FSBP_ESAMAP_N_TAX_NUMBER has no exception.

Method MAP_TAX_TO_ESA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COUNTRY Call by reference Type reference (TYPE) LAND1 Länderschlüssel 20090225
2 Exporting E_TAX_IDENT_NUMB Call by reference Type reference (TYPE) ANY 20081215
3 Importing I_TAX_TYPE Call by reference Type reference (TYPE) BPTAXTYPE Steuernummerntyp 20081215
4 Exporting MESSAGES Call by reference Type reference (TYPE) TTY_XO_MESSAGE Nachrichten 20081215

Method MAP_TAX_TO_ESA on class FSBP_ESAMAP_N_TAX_NUMBER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 300