FAMT2 SAP (Invoice List Items by Customer) Structure details

Dictionary Type: Structure
Description: Invoice List Items by Customer




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




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

FAMT2 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 "Invoice List Items by Customer" 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_FAMT2 TYPE FAMT2.

The FAMT2 table consists of various fields, each holding specific information or linking keys about Invoice List Items by Customer data available in SAP. These include POSNR (Billing item), SELKZ (Selection indicator for list screens), ERNAM (Name of Person who Created the Object), FKART (Billing Type).. 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 FAMT2 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
VBELNBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
POSNRBilling item POSNR_VFNUMC6Assigned to domainPOSNR
SELKZSelection indicator for list screens SELKZ_LISTCHAR1SELKZ
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
FKARTBilling Type FKARTCHAR4Assigned to domainFKART
NETWRNet Value in Document Currency NETWRCURR15(2) WERTV8
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
LLANDCountry of Destination LLANDCHAR3Assigned to domainLAND1VLL
BZIRKSales district BZIRKCHAR6Assigned to domainBZIRKBZI
KDGRPCustomer group KDGRPCHAR2Assigned to domainKDGRPVKD
KUNNRPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
NAME1Name of the payer NAME_RGCHAR35NAME
ADRNRAddress nummer of the payer ADRNR_RGCHAR10Assigned to domainALPHAADRNR
STATUSStatus of the document STATUS_VBCHAR1STATV
STATUS_BEZStatus Description STATUS_BEZCHAR20TEXT20
FKTYPBilling category FKTYPCHAR1FKTYP
FKDATBilling date for billing index and printout FKDATDATS8DATUM
VBTYPSD document category VBTYPCHAR1VBTYP
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
VBELN_VFBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
NAME2Name of the sold-to party NAME_AGCHAR35NAME
ADRN2Address number of the sold-to party ADRNR_AGCHAR10Assigned to domainALPHAADRNR
MWSBPTax amount in document currency MWSBPCURR13(2) WERTV7
KWERT_RLValue of Remuneration List Condition of Indiv. Billing Doc. KWERT_RLCURR13(2) WERTV7
MWSBP_RLAmount of Tax in Remuneration List Condition MWSBP_RLCURR13(2) WERTV7
ACTIVList Level in which the Line Item is Active ACTIVNUMC2NUM02
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table FAMT2

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