BADI_SIS_ITOB SAP (Screen Info Structure for Screen BAdIs for ITOB) Structure details

Dictionary Type: Structure
Description: Screen Info Structure for Screen BAdIs for ITOB




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




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

BADI_SIS_ITOB 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 "Screen Info Structure for Screen BAdIs for ITOB" 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_BADI_SIS_ITOB TYPE BADI_SIS_ITOB.

The BADI_SIS_ITOB table consists of various fields, each holding specific information or linking keys about Screen Info Structure for Screen BAdIs for ITOB data available in SAP. These include BADI_IMPLEMENTATION (Implementation (' ' =not checked, A = active, I = inactive)), ACTIONTYPE (Action Type (D = Display, A = Add, C = Change)), OBJECTTYPE (Technical object types in plant maintenance), CALLED_PRG (Program/Transaction in SQL Trace Evaluation).. 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: Cannot Be Enhanced


SAP BADI_SIS_ITOB 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
BADI_NAMEBusiness Add-In Definition EXIT_DEFCHAR20EXITDEFEXNSH_EXIT_NAME_ALL
BADI_IMPLEMENTATION Implementation (' ' =not checked, A = active, I = inactive)0
ACTIONTYPE Action Type (D = Display, A = Add, C = Change)0
OBJECTTYPETechnical object types in plant maintenance ITOBTYPCHAR2ITOBTYP
CALLED_PRGProgram/Transaction in SQL Trace Evaluation PROGRAMCHAR40Assigned to domainPROGRAMMRID
CALLED_DYNNRNumber of the following screen DYNNRCHAR4DYNNR
CALLING_PRGProgram/Transaction in SQL Trace Evaluation PROGRAMCHAR40Assigned to domainPROGRAMMRID
CALLING_DYNNRNumber of the following screen DYNNRCHAR4DYNNR
CALLING_DYNNR_PROCESSED Flag (' ' = not processed, 'X' = processed)0
FCODEFunction Code FCODECHAR20FCODE
TBS_CAPTIONTabstrip header in master record for tehcnical objects DITOBTABTXTCHAR40TEXT40
TBS_FCODEFunction Code FCODECHAR20FCODE
TBS_ACTIVE Tab Page Active (Yes/No)0
UPDATE_EXT_DATA Update External Data0
APP_NAME_EQUITable Name TABNAMECHAR30Assigned to domainAS4TABDTB
APP_NAME_EQUZTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
APP_NAME_ILOATable Name TABNAMECHAR30Assigned to domainAS4TABDTB
APP_NAME_FLEETTable Name TABNAMECHAR30Assigned to domainAS4TABDTB

Key field Non-key field



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

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

How to access SAP table BADI_SIS_ITOB

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