SAP ABAP Class CL_WLF_PARTY_TAX_ID_SCHEME (Scheme ID for GDT PartyTaxID)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB (Application Component) Agency Business (Global Trade)
     WLF_REUSE (Package) Reuse DDIC objects for GTM and coupling between EAs
Properties
Class CL_WLF_PARTY_TAX_ID_SCHEME  
Short Description Scheme ID for GDT PartyTaxID    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WLF_REUSE   Reuse DDIC objects for GTM and coupling between EAs 
Created 20091118   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WLF_PARTY_TAX_ID_SCHEME has no forward declaration.
Interfaces
Class CL_WLF_PARTY_TAX_ID_SCHEME has no interface implemented.
Friends
Class CL_WLF_PARTY_TAX_ID_SCHEME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_TAX_TYPE_VAT Constant Private Type reference (TYPE) TY_TAX_TYPE '01' Tax Type VAT 20091118
2 GTS_TAX_SCHEME Static Attribute Private Type reference (TYPE) TY_TS_TAX_SCHEME sorted table of TY_S_TAX_SCHEME 20091119
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20091119
2 GET_VAT_SCHEME_ID Static method Public Method provides scheme ID for VAT 20091119
Events
Class CL_WLF_PARTY_TAX_ID_SCHEME has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_SCHEME_ID Private Type reference (TYPE) CHAR10 Scheme ID 20091118
2 TY_S_TAX_SCHEME Private See coding Tax scheme ID 20091118 begin of TY_s_TAX_SCHEME, country type LAND1, tax_type type ty_tax_type, scheme_id type ty_scheme_id, end of ty_s_tax_scheme
3 TY_TAX_TYPE Private Type reference (TYPE) CHAR2 Tax Type 20091118
4 TY_TS_TAX_SCHEME Private See coding sorted table of TY_S_TAX_SCHEME 20091118 TY_TS_TAX_SCHEME type SORTED TABLE OF TY_S_TAX_SCHEME WITH UNIQUE key country tax_type
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_WLF_PARTY_TAX_ID_SCHEME has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WLF_PARTY_TAX_ID_SCHEME has no exception.

Method GET_VAT_SCHEME_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COUNTRY Call by reference Type reference (TYPE) LAND1 Country Key 20091119
2 Returning RV_SCHEME_ID Value transfer Type reference (TYPE) SAPPLCO_PARTY_TAX_ID-SCHEME_ID Scheme_Id of PartyTaxID 20091119

Method GET_VAT_SCHEME_ID on class CL_WLF_PARTY_TAX_ID_SCHEME has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 605