FRE_BIF_TSD SAP (Data Interface Time Series Data for F&R) Structure details

Dictionary Type: Structure
Description: Data Interface Time Series Data for F&R




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




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

FRE_BIF_TSD 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 "Data Interface Time Series Data for F&R" 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_FRE_BIF_TSD TYPE FRE_BIF_TSD.

The FRE_BIF_TSD table consists of various fields, each holding specific information or linking keys about Data Interface Time Series Data for F&R data available in SAP. These include TSID (Time series identifier), PSTATUS (F&R Processing status indicator), MATNR (Article / Material Number in F&R), LOCNR (Location 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: Not classified


SAP FRE_BIF_TSD 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TSIDTime series identifier FRE_BIF_TSD_IDCHAR20FRE_BIF_TSDID
PSTATUSF&R Processing status indicator FRE_BIF_PSTATUSCHAR1FRE_BIF_STATUS
MATNRArticle / Material Number in F&R FRE_MATNRCHAR40CHAR40
LOCNRLocation number FRE_LOCNOCHAR20FRE_LOCNO
QUALIFIERMovement Type F&R FRE_BWARTCHAR4FRE_BWA
QUANTITYRequirements Quantity FRE_QUANREQQUAN19(6) FRE_QUANT
UNITUnit of Measure for Quantity FRE_QNUOMUNIT3Assigned to domainCUNITMEINS
ABSFLAGAbsloute value indicator FRE_BIF_ABSFLAGCHAR1FRE_BIF_FLAG
PRICEPrice FRE_PRICEDEC13(3) FRE_PRICE
CURRENCYCurrency FRE_CURRENCYCUKY5
STARTDATEStart date FRE_SDATEDEC15TZNTSTMPS
ENDDATEEnd date FRE_EDATEDEC15TZNTSTMPS
ACCOMPLISHEnd of transfer indicator FRE_BIF_MODECHAR1CHAR1
CREDATEF&R Creation Time Stamp FRE_CRETSTDEC15TZNTSTMPS
UPDDATEF&R Change Time Stamp FRE_CHGTSTDEC15TZNTSTMPS
SENDERSystem of R3 FRE_SYSTEM_R3CHAR10Assigned to domainALPHALOGSYS
REF_IDIdentifier FRE_BIF_IDCHAR35FRE_BIF_GUID
UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
CURR_ISOISO currency code ISOCDCHAR3ISOCD

Key field Non-key field



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

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

How to access SAP table FRE_BIF_TSD

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