FAMTV SAP (View: Billing Items by Material) Structure details

Dictionary Type: Structure
Description: View: Billing Items by Material




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




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

FAMTV 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 "View: Billing Items by Material" 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_FAMTV TYPE FAMTV.

The FAMTV table consists of various fields, each holding specific information or linking keys about View: Billing Items by Material 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 FAMTV 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_VFCHAR10VBUKALPHAVBELNVF
POSNRBilling item POSNR_VFNUMC6VBUPPOSNR
SELKZSelection indicator for list screens SELKZ_LISTCHAR1SELKZ
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
FKARTBilling Type FKARTCHAR4TVFKFKART
NETWRNet Value in Document Currency NETWRCURR15(2) WERTV8
WAERKSD Document Currency WAERKCUKY5TCURCWAERSFWS
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
LLANDCountry of Destination LLANDCHAR3T005LAND1VLL
BZIRKSales district BZIRKCHAR6T171BZIRKBZI
KDGRPCustomer group KDGRPCHAR2T151KDGRPVKD
KUNNRPayer KUNRGCHAR10KNA1ALPHAKUNNR
NAME1Name of the payer NAME_RGCHAR35NAME
ADRNRAddress nummer of the payer ADRNR_RGCHAR10Assigned to domainALPHAADRNR
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
PRODHProduct hierarchy PRODH_DCHAR18T179PRODHVPR
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
CHARGBatch Number CHARG_DCHAR10MCHACHARGCHA
FKIMGActual Invoiced Quantity FKIMGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
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
SHKZGReturns item SHKZG_VFCHAR1SHKZG_VF
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
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 FAMTV using ABAP code?

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

How to access SAP table FAMTV

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