J_1ISERACC SAP (Service tax account assignment table) Table details

Dictionary Type: Table
Description: Service tax account assignment table




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




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

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

The J_1ISERACC table consists of various fields, each holding specific information or linking keys about Service tax account assignment table data available in SAP. These include J_1IBUKRS (Company Code), J_1IWERKS (Plant), J_1ISERPAY (G/L account Service tax payable account), J_1ISERECSPAY (G/L account ECS ST payable account).. 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_1ISERACC 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
J_1IBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
J_1IWERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
J_1ISERPAYG/L account Service tax payable account J_1ISERPAYCHAR10Assigned to domainALPHASAKNR
J_1ISERECSPAYG/L account ECS ST payable account J_1ISERECSPAYCHAR10Assigned to domainALPHASAKNR
J_1ISERAT1PAYG/L account for AT1 payable account J_1ISERAT1PAYCHAR10Assigned to domainALPHASAKNR
J_1ISERCRDG/L account Service tax credit account J_1ISERCRDCHAR10Assigned to domainALPHASAKNR
J_1ISERECSCRDG/L account ECS ST credit account J_1ISERECSCRDCHAR10Assigned to domainALPHASAKNR
J_1ISERAT1CRDG/L account ST AT1 Credit account J_1ISERAT1CRDCHAR10Assigned to domainALPHASAKNR
J_1ISERCLRG/L account Service tax clearing account J_1ISERCLRCHAR10Assigned to domainALPHASAKNR
J_1ISERECSCLRG/L account ECS ST clearing account J_1ISERECSCLRCHAR10Assigned to domainALPHASAKNR
J_1ISERAT1CLRG/L account ST AT1 Clearing account J_1ISERAT1CLRCHAR10Assigned to domainALPHASAKNR
J_1IEXMPTSERPAY G/L account Exempted Service tax payable account J_1IEXMPTSERPAYCHAR10Assigned to domainALPHASAKNR
J_1IEXMPTECSPAYG/L account exempted ECS ST payable account J_1IEXMPTECSPAYCHAR10Assigned to domainALPHASAKNR
J_1IEXMPTAT1PAYG/L account Exempted AT1 payable account J_1IEXMPTAT1PAYCHAR10Assigned to domainALPHASAKNR
J_1IEXMPTSERCLRG/L account Exempted Service tax clearing account J_1IEXMPTSERCLRCHAR10Assigned to domainALPHASAKNR
J_1IEXMPTECSCLRG/L account Exempted ECS ST clearing account J_1IEXMPTECSCLRCHAR10Assigned to domainALPHASAKNR
J_1IEXMPTAT1CLRG/L account Exempted AT1 clearing account J_1IEXMPTAT1CLRCHAR10Assigned to domainALPHASAKNR
J_1IADVSTService tax Advance GL J_1IADVSTCHAR10Assigned to domainALPHASAKNR
J_1IEXCESSST Service Tax Excess G/L J_1IEXCESSSTCHAR10Assigned to domainALPHASAKNR
J_1IPENALTYPenalty on Arrears payment of ST G/L J_1IPENALTYCHAR10Assigned to domainALPHASAKNR
J_1IINTERESTInterest on Arrears payment of ST G/L J_1IINTERESTCHAR10Assigned to domainALPHASAKNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1ISERACC
INTO CORRESPONDING FIELDS OF WA_J_1ISERACC
WHERE...

How to access SAP table J_1ISERACC

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