TIVXCJPCCSET SAP (Company-Specific Data Customizing) Table details

Dictionary Type: Table
Description: Company-Specific Data Customizing




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




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

TIVXCJPCCSET is a standard SAP Table which is used to store Company-Specific Data Customizing data and is available within R/3 SAP systems depending on the version and release level.

The TIVXCJPCCSET table consists of various fields, each holding specific information or linking keys about Company-Specific Data Customizing data available in SAP. These include BUKRS (Company Code), TAXOFF_NUM (Tax Office Number), PYMNT_LIMIT (Payment Limit for Reporting), PYMNT_CURR (Currency Key).. 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: Can be enhanced (character-type or numeric)


SAP TIVXCJPCCSET 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
TAXOFF_NUMTax Office Number REXCJP_TAX_OFFICECHAR10CHAR10
PYMNT_LIMITPayment Limit for Reporting REXCJP_PYMNTLIMITCURR13(2)
PYMNT_CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
REF_NUM_1Company Reference Number 1 REXCJP_REF_NUM_1CHAR10CHAR10
OFFICECATReporting Office Category REXCJP_OFF_CATCHAR5CHAR5
RESPReporting Office Number REXCJP_RESPONSIBLECHAR10BUT000ALPHABU_PARTNER
FILERHead Office Number REXCJP_FILERCHAR10BUT000ALPHABU_PARTNER
REF_NUM_2Company Reference Number 2 REXCJP_REF_NUM_2CHAR13CHAR13
OWNPARTNEROwn Company's Business Partner REXCJP_OWNPARTNCHAR10BUT000ALPHABU_PARTNER
PRESIDENTPresident REXCJP_PRESIDENTCHAR10BUT000ALPHABU_PARTNER
CONTACTPERSONContact Person REXCJP_CONTACTPERSONCHAR10BUT000ALPHABU_PARTNER
ROUNDTYPERounding rule TXPRFCHAR1TXPRF
REPCOMMReport Agent Commission REXCJPREPCOMMCHAR1RECABOOL
COMM_LIMITAgent Commission Limit REXCJP_AGENTLIMITCURR13(2)

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIVXCJPCCSET
INTO CORRESPONDING FIELDS OF WA_TIVXCJPCCSET
WHERE...

How to access SAP table TIVXCJPCCSET

Within an ECC or HANA version of SAP you can also view further information about TIVXCJPCCSET 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!