FC01BASEITCLG SAP (Screen Fields, Item Master) Structure details

Dictionary Type: Structure
Description: Screen Fields, Item Master




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




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

FC01BASEITCLG 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 Fields, Item Master" 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_FC01BASEITCLG TYPE FC01BASEITCLG.

The FC01BASEITCLG table consists of various fields, each holding specific information or linking keys about Screen Fields, Item Master data available in SAP. These include ITCGY_2 (FS item type), ITCGY_3 (FS item type), SIGN_1 (Debit/credit sign (+/-)), SIGN_2 (Debit/credit sign (+/-)).. 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 FC01BASEITCLG 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
ITCGY_1FS item type FC_ITCGYCHAR1FC_ITCGY
ITCGY_2FS item type FC_ITCGYCHAR1FC_ITCGY
ITCGY_3FS item type FC_ITCGYCHAR1FC_ITCGY
SIGN_1Debit/credit sign (+/-) FC_SIGNCHAR1FC_SIGN
SIGN_2Debit/credit sign (+/-) FC_SIGNCHAR1FC_SIGN
ITUSE_AWhere-applied indicator FC_ITUSECHAR1FC_ITUSE
ITUSE_BWhere-applied indicator FC_ITUSECHAR1FC_ITUSE
ITUSE_CWhere-applied indicator FC_ITUSECHAR1FC_ITUSE
ITUSE_DWhere-applied indicator FC_ITUSECHAR1FC_ITUSE

Key field Non-key field



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

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

How to access SAP table FC01BASEITCLG

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