FKKINSIN_S_TDS SAP (Classic TDS table fields for FI-CA documents) Structure details

Dictionary Type: Structure
Description: Classic TDS table fields for FI-CA documents




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




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

FKKINSIN_S_TDS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Classic TDS table fields for FI-CA documents" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FKKINSIN_S_TDS TYPE FKKINSIN_S_TDS.

The FKKINSIN_S_TDS table consists of various fields, each holding specific information or linking keys about Classic TDS table fields for FI-CA documents data available in SAP. These include PARTNER (Business Partner Number), SURCAMT (Surcharge amount), ECESSAMT (Surcharge amount), BASEAMT (Amount Subject to Tax in Transaction Currency (Tax Base Amt)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FKKINSIN_S_TDS structure 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
J_1IAWREFReference document number J_1IAWREFCHAR10ALPHAAWREFJ_1I_J_1IAWREF
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SURCAMTSurcharge amount J_1ISURAMTCURR13(2) WERTV7
ECESSAMTSurcharge amount J_1ISURAMTCURR13(2) WERTV7
BASEAMTAmount Subject to Tax in Transaction Currency (Tax Base Amt) SBASW_KKCURR13(2) WRTV7
TOTALTDSAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
WHTAMTWithholding tax amount in document currency WT_WT1CURR15(2) WERTV8
QSCODOfficial Withholding Tax Code QSCODCHAR4CHAR4
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
TAXRATEWithholding tax rate WT_QSATZDEC7(4) PRZ34
J_1ITDCHLNChallan Number J_1IINTCHLNCHAR12J_1IINTCHLN
J_1ICHLNDTChallan Date J_1IINTCHDTDATS8
J_1IEXTCHLNChallan Numbers- External J_1IEXTCHLNCHAR12J_1IINTCHLN
J_1IEXTCHDTChallan Date - External J_1IEXTCHDTDATS8DATUM
J_1IFIYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
J_1ITXVNTYType of Company J_1ITXVNTYCHAR1J_1ITXVNTY
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
QSSKZWithholding Tax Code QSSKZCHAR2Assigned to domainQSSKZ
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
QSATZWithholding Tax Rate QSATZDEC4(2) PRZ22
BUDATPosting Date in the Document BUDATDATS8DATUM
INDICATORIndicator to show TDS on reduced(R)/ normal(N) rate J_1IREDINDCHAR1CHAR1
TDSFICARecord type for TDS / Service tax J_1IRECTYPCHAR1J_1IRECTYP
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID

Key field Non-key field



How do I retrieve data from SAP structure FKKINSIN_S_TDS using ABAP code?

As FKKINSIN_S_TDS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FKKINSIN_S_TDS as there is no data to select.

How to access SAP table FKKINSIN_S_TDS

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