CRMC_1O_GOS_TBAR SAP (Exclusion Stock Level for GOS Toolbar in One-Order Framework) Table details

Dictionary Type: Table
Description: Exclusion Stock Level for GOS Toolbar in One-Order Framework




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




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

CRMC_1O_GOS_TBAR is a standard SAP Table which is used to store Exclusion Stock Level for GOS Toolbar in One-Order Framework data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_1O_GOS_TBAR table consists of various fields, each holding specific information or linking keys about Exclusion Stock Level for GOS Toolbar in One-Order Framework data available in SAP. These include ICON_NAME (Technical Name of Generic Object Service), DEFAULT_SETUP (Logical Variable), OBJECT_TYPE (Business Transaction - Object Type).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMC_1O_GOS_TBAR 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
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
ICON_NAMETechnical Name of Generic Object Service SGS_SRVNAMCHAR12SGS_SRVNAMHGOSSERV
DEFAULT_SETUPLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
OBJECT_TYPEBusiness Transaction - Object Type BUSINESS_PROCESS_OBJECT_TYPECHAR10Assigned to domainCRM_SUBOBJECT_CATEGORYOBJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_1O_GOS_TBAR
INTO CORRESPONDING FIELDS OF WA_CRMC_1O_GOS_TBAR
WHERE...

How to access SAP table CRMC_1O_GOS_TBAR

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