TIVXCSKHLAVPR SAP (Tax Payer Data) Table details

Dictionary Type: Table
Description: Tax Payer Data




ABAP Code to SELECT data from TIVXCSKHLAVPR
Related tables to TIVXCSKHLAVPR
Access table TIVXCSKHLAVPR




Table field list including key, data, relationships and ABAP select examples

TIVXCSKHLAVPR is a standard SAP Table which is used to store Tax Payer Data data and is available within R/3 SAP systems depending on the version and release level.

The TIVXCSKHLAVPR table consists of various fields, each holding specific information or linking keys about Tax Payer Data data available in SAP. These include BUKRS (Company Code), DIC (VAT Registration Number), ICO (Company Identification Number (ICO)), NAME (Name 1).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TIVXCSKHLAVPR table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
DICVAT Registration Number REXCSKDICCHAR10
ICOCompany Identification Number (ICO) REXCSKICOCHAR8
NAMEName 1 AD_NAME1CHAR40TEXT40
PFORMALegal Form REXCSKPRFORMACHAR3REXCSKPRFORMA
OBECCity AD_CITY1CHAR40TEXT40CLCITYNAME
ULICEStreet AD_STREETCHAR60TEXT60CLSTRTNAME
CISLOPHouse Number AD_HSNM1CHAR10TEXT10
PSCCity postal code AD_PSTCD1CHAR10CHAR10
STATCountry Key LAND1CHAR3T005LAND1LND
C_TELEFFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
C_FAXUFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
OO_FIRSTNAMEName 1 AD_NAME1CHAR40TEXT40
OO_LASTNAMEName 2 AD_NAME2CHAR40TEXT40
OO_TITLETitle REXCSKTITLECHAR8REXCSKTITLE
OO_VZTAHPORelation to Corporation REXCVZTAHPOCHAR28REXCVZTAHPO
OO_OBECCity AD_CITY1CHAR40TEXT40CLCITYNAME
OO_ULICEStreet AD_STREETCHAR60TEXT60CLSTRTNAME
OO_CISLOPHouse Number AD_HSNM1CHAR10TEXT10
OO_PSCCity postal code AD_PSTCD1CHAR10CHAR10
OO_STATCountry Key LAND1CHAR3T005LAND1LND
OO_C_TELEFFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
OO_C_FAXUFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
BSEG_KPCommunication field of document item for posting REXCSKCFIELDCHAR5REXCSKCFIELD
FORMNAMEPDF-Based Forms: Form Name FPWBFORMNAMECHAR30FPNAMEFPWBFORMHFPWBFORM
MEAS_VYMERAMeasurement Type REBDMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
MEAS_VYMERAOSVMeasurement Type REBDMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
MEAS_ZASTPLOCHAMeasurement Type REBDMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
MEAS_PODLPLOCHAMeasurement Type REBDMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
MEAS_PODLPLOOSVMeasurement Type REBDMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
MEAS_PODPLBMeasurement Type REBDMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
MEAS_PODPLNBMeasurement Type REBDMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
MEAS_PODPLBOSVMeasurement Type REBDMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS
MEAS_PODPLNBOSVMeasurement Type REBDMEASCHAR4Assigned to domainALPHAREBDMEASREBDMEASREBDMEAS

Key field Non-key field



How do I retrieve data from SAP table TIVXCSKHLAVPR using ABAP code

The following ABAP code Example will allow you to do a basic selection on TIVXCSKHLAVPR to SELECT all data from the table
DATA: WA_TIVXCSKHLAVPR TYPE TIVXCSKHLAVPR.

SELECT SINGLE *
FROM TIVXCSKHLAVPR
INTO CORRESPONDING FIELDS OF WA_TIVXCSKHLAVPR
WHERE...

How to access SAP table TIVXCSKHLAVPR

Within an ECC or HANA version of SAP you can also view further information about TIVXCSKHLAVPR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!