J_1ITCJCUPDATE SAP (Updatation table for open documents) Table details

Dictionary Type: Table
Description: Updatation table for open documents




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




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

J_1ITCJCUPDATE is a standard SAP Table which is used to store Updatation table for open documents data and is available within R/3 SAP systems depending on the version and release level.

The J_1ITCJCUPDATE table consists of various fields, each holding specific information or linking keys about Updatation table for open documents data available in SAP. These include EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), MWSKZ (Tax on sales/purchases code), TXJCD (Tax Jurisdiction).. 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_1ITCJCUPDATE 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
EBELNPurchasing Document Number EBELNCHAR10EKPOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
MWSKZNTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
UPDATIONCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1ITCJCUPDATE
INTO CORRESPONDING FIELDS OF WA_J_1ITCJCUPDATE
WHERE...

How to access SAP table J_1ITCJCUPDATE

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