FPS_ITEM SAP (Sales) Structure details

Dictionary Type: Structure
Description: Sales




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




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

FPS_ITEM 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 "Sales" 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_FPS_ITEM TYPE FPS_ITEM.

The FPS_ITEM table consists of various fields, each holding specific information or linking keys about Sales data available in SAP. These include KTONR (), AZNUM (Statement number), VALUT (Value date of the item to be cleared), PRIMA (Daybook 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FPS_ITEM 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
BANK 0
KTONR 0
AZNUMStatement number AZNUM_EBNUMC5NUM5
VALUTValue date of the item to be cleared VALUT_EBDATS8DATE_EB
PRIMADaybook number PNOTA_EBCHAR10CHAR10
VWZ01Payment Notes VWEZW_EBCHAR65CHAR65
BUTXTBank posting text BUTXT_EBCHAR50CHAR50
UZEITValue date time BUTIM_EBCHAR6TIME6
TEXTSText key TEXTS_EBCHAR4CHAR4
CHECTCheck number CHECTCHAR13CHCKNCHK
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WRBTRAmount in account currency KWBTR_EBCURR13(2) WRTV7
SPESKFees in account currency SPESK_EBCURR13(2) WERT7
BVDATPosting date at the bank BVDAT_EBDATS8DATEXDATE_EB
ZINF1Additional information 1 INFO1_EBCHAR30CHAR30
ZINF2Additional information 2 INFO2_EBCHAR30CHAR30
VWZ02Payment Notes VWEZW_EBCHAR65CHAR65
VWZ03Payment Notes VWEZW_EBCHAR65CHAR65
VWZ04Payment Notes VWEZW_EBCHAR65CHAR65
VWZ05Payment Notes VWEZW_EBCHAR65CHAR65
VWZ06Payment Notes VWEZW_EBCHAR65CHAR65
VWZ07Payment Notes VWEZW_EBCHAR65CHAR65
VWZ08Payment Notes VWEZW_EBCHAR65CHAR65
VWZ09Payment Notes VWEZW_EBCHAR65CHAR65
VWZ10Payment Notes VWEZW_EBCHAR65CHAR65
VWZ11Payment Notes VWEZW_EBCHAR65CHAR65
VWZ12Payment Notes VWEZW_EBCHAR65CHAR65
VWZ13Payment Notes VWEZW_EBCHAR65CHAR65
VWZ14Payment Notes VWEZW_EBCHAR65CHAR65
PARTNBusiness Partner PARTN_EBCHAR55CHAR55
PABLZBank number of partner bank PABLZ_EBCHAR15BANKK
PAKTOAccount number at the partner bank PAKTO_EBCHAR18BANKN
GCODEExternal business transaction VGEXT_EBCHAR27Assigned to domainVGEXT_EB
FWAERForeign currency key (unequal to account currency) FWAER_EBCUKY5TCURCWAERS
FWBTRForeign currency amount (different from account cuurency) FWBTR_EBCURR13(2) WRTV7
SPESFFees in foreign currency (not same as account currency) SPESF_EBCURR13(2) WERT7

Key field Non-key field



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

As FPS_ITEM 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 FPS_ITEM as there is no data to select.

How to access SAP table FPS_ITEM

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