GOBJTAB SAP (Transfer Table for FI-SL Objects to G_OBJECTNR_SET/GET) Structure details

Dictionary Type: Structure
Description: Transfer Table for FI-SL Objects to G_OBJECTNR_SET/GET




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




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

GOBJTAB 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 "Transfer Table for FI-SL Objects to G_OBJECTNR_SET/GET" 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_GOBJTAB TYPE GOBJTAB.

The GOBJTAB table consists of various fields, each holding specific information or linking keys about Transfer Table for FI-SL Objects to G_OBJECTNR_SET/GET data available in SAP. These include SOBJKEY (Object key for FI-SL tables), ROBJNR (Object number for FI-SL tables), SOBJNR (Object number for FI-SL tables), RDATIV (Posting date frm which the objct is valid for act.postings).. 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 GOBJTAB 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
ROBJKEYObject key for FI-SL tables GOBJECTKEYCHAR120CHAR120
SOBJKEYObject key for FI-SL tables GOBJECTKEYCHAR120CHAR120
ROBJNRObject number for FI-SL tables GOBJNRCHAR18OBJNR
SOBJNRObject number for FI-SL tables GOBJNRCHAR18OBJNR
RDATIVPosting date frm which the objct is valid for act.postings DAT_0_VONDATS8DATUM
RDATIBPosting date up to which the object is valid for act.postngs DAT_0_BISDATS8DATUM
RDATPVPosting date frm which the objct is valid for plan postings DAT_1_VONDATS8DATUM
RDATPBPosting date up to which the objct is valid for plan postngs DAT_1_BISDATS8DATUM
SDATIVPosting date frm which the objct is valid for act.postings DAT_0_VONDATS8DATUM
SDATIBPosting date up to which the object is valid for act.postngs DAT_0_BISDATS8DATUM
SDATPVPosting date frm which the objct is valid for plan postings DAT_1_VONDATS8DATUM
SDATPBPosting date up to which the objct is valid for plan postngs DAT_1_BISDATS8DATUM
INDEXFI-SL index for table lines GINDEXINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table GOBJTAB

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