JITARCPO SAP (JIT: Archiving Structure Call Item Data) Structure details

Dictionary Type: Structure
Description: JIT: Archiving Structure Call Item Data




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




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

JITARCPO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "JIT: Archiving Structure Call Item Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_JITARCPO TYPE JITARCPO.

The JITARCPO table consists of various fields, each holding specific information or linking keys about JIT: Archiving Structure Call Item Data data available in SAP. These include MANDT (Client), POSID (Components Group Number), MATID (Internal JIT Material Number for Call Components), QUANT (Call Quantity).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP JITARCPO structure 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
JINUMCall Number JIT_ABNUMNUMC10JITHDJIT_ABNUM
MANDTClient MANDTCLNT3Assigned to domainMANDT
POSIDComponents Group Number JIT_POSIDNUMC10JITITJIT_POSID
MATIDInternal JIT Material Number for Call Components JIT_MATIDNUMC6JITMAJIT_MATID
QUANTCall Quantity JIT_QUANTQUAN15(3) MENG15
TEXCOJIT: Additional Indicator on Call Component Level JIT_TEXCOCHAR1XFELD
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
VBELNSales Document VBELN_VACHAR10VBAKALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6VBAPPOSNRAPO
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ANLIEType of Components Group (Delivery) JIT_ANLIECHAR4Assigned to domainJIT_ANLIE
DESTIDestination of JIT Customer (Delivery Data) JIT_DESTICHAR4JIT_DESTI
ABLADUnloading Point ABLADCHAR25TEXT25
FLDPOAssembly location of parts group at customer site JIT_FLDPOCHAR20TEXT20
LIUMFComponents Groups Material (Delivery Scope) JIT_LIUMFCHAR18MARAMATN1MATNR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VERIDProduction Version of Components Groups Materials JIT_VERIDCHAR4Assigned to domainVERID
IPROFControl Profile for Internal Call (Buffer) JIT_IPROFCHAR8CHAR8
HUPRFHandling Unit-Profile for JIT Call JIT_HUPRFCHAR8
CUSTTXAdditional Text Exists for the Components Group Type JIT_CUSTTXCHAR1CHAR1
CNTRLCall Control JIT_CNTRLCHAR4Assigned to domainJIT_CNTRL
PDATEPlanned Dispatch Time JIT_PDATEDEC15TZNTSTMPS
EXTSTExternal Status JIT_EXTSTCHAR4CJIT02JIT_EXTSTH_EXTST
EXDATExternal Status Time JIT_EXDATDEC15TZNTSTMPS
INTSTInternal Processing Status JIT_INTSTCHAR4CJIT04JIT_INTSTH_INTST
INDATInternal Processing Status Time JIT_INDATDEC15TZNTSTMPS
FERPATransfer to Production Executed JIT_FERPACHAR1XFELD
RUECKCompletion message from production executed JIT_RUECKCHAR1XFELD
BACKFGoods Movement Executed JIT_BACKFCHAR1XFELD
EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
DDATEActual Time of Shipping JIT_DDATEDEC15TZNTSTMPS
VBELN_VLDelivery VBELN_VLCHAR10VBUKALPHAVBELNVL
DCREADelivery Created JIT_DCREACHAR1XFELD
AGTSLMatching with Customer Delivery Confirmation JIT_AGTSLCHAR1XFELD
GRPINGrouping and Sequencing Information Components Group JIT_GRPINCHAR20JIT_GRPINJIT_GRPIN
GRINDIndex for Grouping and Sequencing Information JIT_GRINDNUMC6JIT_GRIND
BWEXTBusiness Information Warehouse Extraction Status JIT_BWEXTCHAR1JIT_BWEXT
RDATEPlanned Time of Requirements JIT_RDATEDEC15TZNTSTMPS
POSNR_VLItem Number within Summarized JIT Call Deliveries JIT_POSNR_VLNUMC6Assigned to domainPOSNR
TEXITAdditional Data Available at Components Group Level JIT_TEXITCHAR1XFELD
CGARCComponents Group Archived JIT_CGARCCHAR1XFELD
OUTEXJIT Call Outbound Generated JIT_OUTEXCHAR1XFELD
GIPOSGoods Issue for Components Group Posted JIT_GIPOSCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure JITARCPO using ABAP code?

As JITARCPO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on JITARCPO as there is no data to select.

How to access SAP table JITARCPO

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