J_1IEWTPROV SAP (Table for TDS provisions) Table details

Dictionary Type: Table
Description: Table for TDS provisions




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




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

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

The J_1IEWTPROV table consists of various fields, each holding specific information or linking keys about Table for TDS provisions data available in SAP. These include RECTYP (Record type for TDS / Service tax), BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year).. 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_1IEWTPROV 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10BKPFALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
AWKEYReference Key AWKEYCHAR20AWKEY
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
DMBTR_TOTALAmount in Local Currency DMBTRCURR13(2) WERT7
DMBTR_UTILAmount in Local Currency DMBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
INDITDS update indicator J_1ITDSINDCHAR1J_1ITDSIND
CPUTMTime of Entry CPUTMTIMS6UZEIT
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
WITHTIndicator for withholding tax type WITHTCHAR2T059PWITHT
WT_WITHCDWithholding tax code WT_WITHCDCHAR2T059ZWT_WITHCD
QSCODOfficial Withholding Tax Key WT_OWTCDCHAR4Assigned to domainWT_OWTCD
J_1ISESNService entry sheet number J_1ISESNCHAR10ALPHAJ_1ISESN

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1IEWTPROV
INTO CORRESPONDING FIELDS OF WA_J_1IEWTPROV
WHERE...

How to access SAP table J_1IEWTPROV

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