TBAV_BADI_PER SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

TBAV_BADI_PER is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The TBAV_BADI_PER table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PDEF_ID (Period Determination Method), COMMODITY (Physical Commodity), VALIDFROM (LME-Specific Settings for Period Determination: Valid From), TRADING_CALENDAR (Trading Calendar).. 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 TBAV_BADI_PER table view 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
CLIENTClient MANDTCLNT3T000MANDT
PDEF_IDPeriod Determination Method TBA_PERIODDEF_IDCHAR10TBAC_PDEF_IDTBA_PERIODDEF_IDTBAH_PDEF_ID
COMMODITYPhysical Commodity TBA_STOEFFCHENCHAR18TBAC_PHYSCOMMTBA_STOEFFCHEN
VALIDFROMLME-Specific Settings for Period Determination: Valid From TBA_PDEF_VALIDFROMDATS8DATE
TRADING_CALENDARTrading Calendar TBA_TRADING_CALENDARCHAR2WFCIDH_TFACD
MONTHLYNumber of Months for Monthly Derivatives TBA_MONTHLY_CNTINT13TBA_CNT
WEEKLYNumber of Months for Weekly Derivatives TBA_WEEKLY_CNTINT13TBA_CNT
DAILYNumber of Months for Daily Derivatives TBA_DAILY_CNTINT13TBA_CNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBAV_BADI_PER
INTO CORRESPONDING FIELDS OF WA_TBAV_BADI_PER
WHERE...

How to access SAP table TBAV_BADI_PER

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