J_1ISERVC SAP (Service tax details) Table details

Dictionary Type: Table
Description: Service tax details




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




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

J_1ISERVC is a standard SAP Table which is used to store Service tax details data and is available within R/3 SAP systems depending on the version and release level.

The J_1ISERVC table consists of various fields, each holding specific information or linking keys about Service tax details data available in SAP. These include RECTYP (Record type for TDS / Service tax), AWTYP (Object type of calling application), AWREF (Reference document number), AWORG (Reference organisational units).. 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: Not classified


SAP J_1ISERVC 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
RECTYPRecord type for TDS / Service tax J_1IRECTYPCHAR1J_1IRECTYP
AWTYPObject type of calling application J_1IAWTYPCHAR5Assigned to domainAWTYP
AWREFReference document number J_1IAWREFCHAR10ALPHAAWREFJ_1I_J_1IAWREF
AWORGReference organisational units J_1IAWORGCHAR10AWORG
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
BUDATPosting date in the reference document J_1IBUDATDATS8DATUM
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
REGNOService tax registration number J_1IREGNOCHAR30CHAR30
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TAXAMTTotal witholding tax / service tax amount J_1ITAXAMTCURR13(2) WERTV7
BASAMTWitholding tax base amount J_1IBASAMTCURR13(2) WERTV7
CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
CDDOCReference number of clearing downpayment J_1ICDDOCCHAR10ALPHABELNR
CDYEARYear of Register Entry J_1IYEARNUMC4NUMC4
PAYDUETax Payment due to Govt. ( TDS / Service tax ) J_1IPAYDUEDATS8DATS
LSTATUSStatus of tax J_1ITXSTATCHAR1J_1ITXSTAS
PSTATUSStatus of tax J_1ITXSTATCHAR1J_1ITXSTAS
CHLN_NOChallan Numbers J_1ITDCHLNCHAR10CHAR10
CHLNDTDate of challan on which TDS was paid J_1ICHLNDTDATS8CK_DATUM
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
CPUDTExcise Document Entry Date J_1ICPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1ISERVC
INTO CORRESPONDING FIELDS OF WA_J_1ISERVC
WHERE...

How to access SAP table J_1ISERVC

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