TBIER_S SAP (Structure for TBIER) Structure details

Dictionary Type: Structure
Description: Structure for TBIER




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




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

TBIER_S 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 "Structure for TBIER" 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_TBIER_S TYPE TBIER_S.

The TBIER_S table consists of various fields, each holding specific information or linking keys about Structure for TBIER data available in SAP. These include JOBCOUNT (Job ID), JOBID (Job ID (direct input)), BTCJOB (Background job name), REPNAME (ABAP Program Name).. 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 TBIER_S 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
JOBTEXTDI: name of a background job for direct input BIBTCJOBCHAR32Assigned to domainBIBTCJOBBM1
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
JOBIDJob ID (direct input) BIJOBIDCHAR32Assigned to domainBIJOBID
BTCJOBBackground job name BTCJOBCHAR32CHAR32
REPNAMEABAP Program Name PROGNAMECHAR40TRDIRPROGNAME
VARIANTVariant Name RALDB_VARICHAR14RALDB_VARI
EXECSERVERName of server on which the job is scheduled BISRVNAMECHAR20TEXT20
NOSTARTINGIndicator: No start information transferred/updated BINOSTARTCHAR1XFELD
AKTNUMCurrent record number with direct input (DI) BIAKTNUMNUMC10NUMC10
AKTSTATCurrent status of the DI program BIAKTSTATCHAR1BIAKTSTAT
DATUMDate of last update BIDATUMDATS8DATUM
UHRZEITTime UZEITTIMS6UZEIT
VERSUCHNRNo. of restart attempts BIVERSUCHNUMC4NUMC4
LASTNUMNumber processed last that was terminated BILASTNUMNUMC10NUMC10
NUMERRORNumber of incorrect data records BIERRNUMNUMC10NUMC10
EXTNUMField available for any use, e.g. material number BIEXTNUMCHAR32CHAR32
UNAMEUser Name SYUNAMECHAR12SYCHAR12
AKTUELLSingle-Character Indicator CHAR1CHAR1CHAR1
STATUSTEXTExplanatory short text DDTEXTCHAR60DDTEXT
REPTEXTCharacter field, length 70 CHAR70CHAR70CHAR70
VARTEXTProgram variant short text RVART_VTXTCHAR30TEXT30
RUNSERVERServer on which the program will be/has been executed BIRUNSRVCHAR20TEXT20
JOBCLASSJob classification BTCJOBCLASCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table TBIER_S

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