J_1ICERTIF SAP (TDS certificate information) Table details

Dictionary Type: Table
Description: TDS certificate information




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




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

J_1ICERTIF is a standard SAP Table which is used to store TDS certificate information data and is available within R/3 SAP systems depending on the version and release level.

The J_1ICERTIF table consists of various fields, each holding specific information or linking keys about TDS certificate information data available in SAP. These include BUKRS (Company Code), GJAHR (Fiscal Year), J_1ISECTIO (TDS Section), J_1ITDSDOC (TDS Certificate Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP J_1ICERTIF 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 MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
J_1ISECTIOTDS Section J_1ISECTIOCHAR10CHAR10
J_1ITDSDOCTDS Certificate Number J_1ITDSDOCCHAR10CHAR10J_1I_J_1ITDSDOC
J_1ITDCHLNChallan Numbers J_1ITDCHLNCHAR10CHAR10
J_1ICHLNDTDate of challan on which TDS was paid J_1ICHLNDTDATS8CK_DATUM
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
J_1ITDFRDTFrom date for issuing TDS certificate J_1ITDFRDTDATS8CK_DATUM
J_1ITODTFiscal period for issuing cerificate J_1ITODTDATS8CK_DATUM
J_1ICERTDTCertificate Date J_1ICERTDTDATS8CK_DATUMABTME
J_1IBASAMTWitholding tax base amount J_1IBASAMTCURR13(2) WERTV7
J_1ITAXAMTTotal witholding tax / service tax amount J_1ITAXAMTCURR13(2) WERTV7
J_1ITDBANKBank details for TDS cerificate J_1ITDBANKCHAR60TXT60
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
J_1IDISMODmode of dispatch of TDS certificate J_1IDISMODCHAR20J_1IDISMOD
J_1IDISDATdate of dispatch of TDS certificate J_1IDISDATDATS8CK_DATUM
J_1ISTATUSTDS certificate status J_1ICSTATCHAR1CHAR1_X

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1ICERTIF
INTO CORRESPONDING FIELDS OF WA_J_1ICERTIF
WHERE...

How to access SAP table J_1ICERTIF

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