SFSQB_TAB_POS SAP (Position of Tables) Table details

Dictionary Type: Table
Description: Position of Tables




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




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

SFSQB_TAB_POS is a standard SAP Table which is used to store Position of Tables data and is available within R/3 SAP systems depending on the version and release level.

The SFSQB_TAB_POS table consists of various fields, each holding specific information or linking keys about Position of Tables data available in SAP. These include TAB_NAME (Table Name), LEFTPOS (X-Position of an Object in Data Flow), TOPPOS (Y-Position of an Object in Data Flow), RIGHTPOS (X-Position of an Object in Data Flow).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP SFSQB_TAB_POS 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
DEF_NAMESearch Definition Name of Generic Fast Search SFSG_DEFINITION_NAMECHAR25
TAB_NAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
LEFTPOSX-Position of an Object in Data Flow AQQ_XPOSINT25INT2
TOPPOSY-Position of an Object in Data Flow AQQ_YPOSINT25INT2
RIGHTPOSX-Position of an Object in Data Flow AQQ_XPOSINT25INT2
BOTTOMPOSY-Position of an Object in Data Flow AQQ_YPOSINT25INT2

Key field Non-key field



How do I retrieve data from SAP table SFSQB_TAB_POS using ABAP code

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

SELECT SINGLE *
FROM SFSQB_TAB_POS
INTO CORRESPONDING FIELDS OF WA_SFSQB_TAB_POS
WHERE...

How to access SAP table SFSQB_TAB_POS

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