OBJ_VAR_GLOBAL SAP (Global Data for Variance Run) Structure details

Dictionary Type: Structure
Description: Global Data for Variance Run




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




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

OBJ_VAR_GLOBAL 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 "Global Data for Variance Run" 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_OBJ_VAR_GLOBAL TYPE OBJ_VAR_GLOBAL.

The OBJ_VAR_GLOBAL table consists of various fields, each holding specific information or linking keys about Global Data for Variance Run data available in SAP. These include PERIOD1 (Period), PERIOD2 (Period), GJAHR1 (Fiscal Year), GJAHR2 (Fiscal Year).. 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 OBJ_VAR_GLOBAL 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
PERIOD1Period CO_PERIONUMC3PERBLVPE
PERIOD2Period CO_PERIONUMC3PERBLVPE
GJAHR1Fiscal Year GJAHRNUMC4GJAHRGJAHRGJR
GJAHR2Fiscal Year GJAHRNUMC4GJAHRGJAHRGJR
CURRTYPCurrency Type CURRTYPCHAR2CURRTYP
TESTProcessing Status OBJ_TEST_MODECHAR1
ERR_MAX 0
ERR_COUNTNumber of messages KGAL_CNTERINT410INT4
INVISIBLE_VER Hide Target Cost Version0
INVISIBLE_PE2 Hide Period 2 / Fiscal Year 20
INVISIBLE_WAE Hide Currency0
INVISIBLE_CUR Hide Currency Type0
INVISIBLE_VAL Hide Valuation View0
VARIANT_OBJLISTLayout SLIS_VARICHAR12SLIS_VARI
VALUTYPValuation View VALUTYPNUMC1VALUTYPVTP
VERSN_TAB 0
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
VARIANT_BATCHLayout SLIS_VARICHAR12SLIS_VARI
LS_MESSAGE 0
APLIDError management in the application SM_APLIDCHAR4CHAR4
OBJECT_IDObject ID for processing within PPC error analysis SM_OBJIDCHAR4CHAR4
NRError Management Number SM_NRNUMC12NUMC12
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
LOG_PROFILE_FBFM Name to Determine Profile Structure for Application Log SM_LOG_FBCHAR30CHAR30
LS_LOG 0
VALUnstructured Data Field SCHEDMAN_EXT_VALCHAR100CHAR100
FBNAMEFunction Module Name for Displaying an Extract SCHEDMAN_FB_EXTCHAR30SCHEDMAN_FB_SAVE
FBDELETEFunction Module for Deleting the Extract SCHEDMAN_FB_DEL_EXTCHAR30SCHEDMAN_FB_SAVE
EXCLUDE_FCODE 0
USER_APPLICATIONUser of Variance Calculation: Orders, Cost Centers OBJ_VAR_USERCHAR1OBJ_VAR_USER
USER_FIELDCAT_TABLEALV control: Reference table name for internal table field LVC_RTNAMECHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table OBJ_VAR_GLOBAL

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