JITBACKFTMP SAP (Temporary File for Confirmation Pool) Table details

Dictionary Type: Table
Description: Temporary File for Confirmation Pool




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




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

JITBACKFTMP is a standard SAP Table which is used to store Temporary File for Confirmation Pool data and is available within R/3 SAP systems depending on the version and release level.

The JITBACKFTMP table consists of various fields, each holding specific information or linking keys about Temporary File for Confirmation Pool data available in SAP. These include MATNR (Material Number), WERKS (Plant), VERID (Production Version), BFLZP (Time of Backflush).. 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 JITBACKFTMP 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
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
VERIDProduction Version VERIDCHAR4MKALVERIDVER
BFLZPTime of Backflush JIT_BFZPDEC15TZNTSTMPS
GUIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
QUANTCall Quantity JIT_QUANTQUAN15(3) MENG15
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MSGIDMessage Class SYMSGIDCHAR20T100AARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
BAFLUExecution of Backflush (Goods Movement) JIT_BAFLUCHAR1JIT_BAFLU
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
LGPROIssue Storage Location LGPROCHAR4Assigned to domainLGORT
TZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
MAABCABC Indicator MAABCCHAR1Assigned to domainMAABC
PKNUMControl cycle number PKNUMCHAR7PKHDALPHAPKNUMPKNUM
DELCONNUMInternal Identification Number DELCONNUMNUMC10Assigned to domainDELCONNUM
DELCONPOSInternal Identification Number DELCONPOSNUMC6DELCONPOS
XSTORReverse posting indicator XSTORCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM JITBACKFTMP
INTO CORRESPONDING FIELDS OF WA_JITBACKFTMP
WHERE...

How to access SAP table JITBACKFTMP

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