JFXBPOSDL SAP (IS-M: Backup Transfer Internal Table XBPOS) Table details

Dictionary Type: Table
Description: IS-M: Backup Transfer Internal Table XBPOS




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




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

JFXBPOSDL is a standard SAP Table which is used to store IS-M: Backup Transfer Internal Table XBPOS data and is available within R/3 SAP systems depending on the version and release level.

The JFXBPOSDL table consists of various fields, each holding specific information or linking keys about IS-M: Backup Transfer Internal Table XBPOS data available in SAP. These include UEBNRDL (IS-M: Number of Transfer Run to FI), LFDNR (IS-M: 6-digit sequence number), BUKRS (Company Code), SAKNR (G/L Account Number).. 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 JFXBPOSDL 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 MANDTCLNT3Assigned to domainMANDT
UEBNRDLIS-M: Number of Transfer Run to FI ISPUEBNRCHAR10Assigned to domainALPHAISPUEBNR
LFDNRIS-M: 6-digit sequence number LFD_ISP06NUMC6NUMC06
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
MONATFiscal Period MONATNUMC2MONAT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
CO_AUFNROrder number of internal CO order for account assignment J_CO_AUFNRCHAR12Assigned to domainALPHAAUFNRANR
RK_AUFNROrder Number of RK Order for Account Assignment J_RK_AUFNRCHAR8ALPHAJ_RK_AUFNR
RK_POSNRItem Number of RK Order for Account Assignment J_RK_POSNRNUMC2ALPHAJ_RK_POSNR
ZUONRAssignment Number DZUONRCHAR18ZUONR
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZLSCHPayment Method SCHZW_BSEGCHAR1Assigned to domainZLSCH
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WMWSTTax amount in document currency WMWSTCURR13(2) WERT7
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
POARTIS-M: Item type for transfer to FI/RF JPOARTCHAR1JPOART
SGTXTItem Text SGTXTCHAR50TEXT50
ERLKOIS-M: Real revenue account JSAKNRCHAR10Assigned to domainALPHASAKNRSAK
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
XJSPBVIS-M: G/L account line item in bank clearing account XJSPBVCHAR1XJSPBV
BANKSBank country key BANKSCHAR3T005LAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
BANKNBank account number BANKNCHAR18BANKN
BKONTBank Control Key BKONTCHAR2BKONT
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
XEZERIndicator: Is there collection authorization ? XEZERCHAR1XFELD
BANKAName of bank BANKACHAR60TEXT60
ZLSPRPayment Block Key DZLSPRCHAR1T008ZAHLSSPE
ISPSFAKTAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF

Key field Non-key field



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

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

SELECT SINGLE *
FROM JFXBPOSDL
INTO CORRESPONDING FIELDS OF WA_JFXBPOSDL
WHERE...

How to access SAP table JFXBPOSDL

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