FEB_ITEM_SAVE SAP (Saving of Posting Items for Postprocessing (On Account)) Table details

Dictionary Type: Table
Description: Saving of Posting Items for Postprocessing (On Account)




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




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

FEB_ITEM_SAVE is a standard SAP Table which is used to store Saving of Posting Items for Postprocessing (On Account) data and is available within R/3 SAP systems depending on the version and release level.

The FEB_ITEM_SAVE table consists of various fields, each holding specific information or linking keys about Saving of Posting Items for Postprocessing (On Account) data available in SAP. These include KUKEY (Short key (surrogate)), ESNUM (Memo record number (line item number in bank statement)), LFDNR (Sequence Number), BUKRS (Company Code).. 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: Cannot Be Enhanced


SAP FEB_ITEM_SAVE 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
KUKEYShort key (surrogate) KUKEY_EBNUMC8KUKEY_EB
ESNUMMemo record number (line item number in bank statement) ESNUM_EBNUMC5NUM5
LFDNRSequence Number LFDNRCHAR3LFDNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
AVKOAPayment Advice Account Type KOART_AVCHAR1KOART_AV
AVKONAccount Number KTONR_AVCHAR10ALPHAKTONR
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SGTXTItem Text SGTXTCHAR50TEXT50
XREF1Business partner reference key XREF1CHAR12CHAR12
XREF2Business partner reference key XREF2CHAR12CHAR12
XREF3Reference key for line item XREF3CHAR20CHAR20
ZLSPRPayment Block Key DZLSPRCHAR1Assigned to domainZAHLSSPE
MANSPDunning block MANSPCHAR1Assigned to domainMANSP
ZLSCHPayment Method SCHZW_BSEGCHAR1Assigned to domainZLSCH
ZUONRAssignment Number DZUONRCHAR18ZUONR
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
RSTGRReason Code for Payments RSTGRCHAR3Assigned to domainRSTGR
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM FEB_ITEM_SAVE
INTO CORRESPONDING FIELDS OF WA_FEB_ITEM_SAVE
WHERE...

How to access SAP table FEB_ITEM_SAVE

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