TBAC_BADI_PER SAP (Parameter Definition for dynamic DCS periods) Table details

Dictionary Type: Table
Description: Parameter Definition for dynamic DCS periods




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




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

TBAC_BADI_PER is a standard SAP Table which is used to store Parameter Definition for dynamic DCS periods data and is available within R/3 SAP systems depending on the version and release level.

The TBAC_BADI_PER table consists of various fields, each holding specific information or linking keys about Parameter Definition for dynamic DCS periods 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TBAC_BADI_PER table 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_CALENDARCHAR2Assigned to domainWFCIDH_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 TBAC_BADI_PER using ABAP code

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

SELECT SINGLE *
FROM TBAC_BADI_PER
INTO CORRESPONDING FIELDS OF WA_TBAC_BADI_PER
WHERE...

How to access SAP table TBAC_BADI_PER

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