COCF_IS_BTN SAP (Buttons for Information System feeder) Table details

Dictionary Type: Table
Description: Buttons for Information System feeder




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




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

COCF_IS_BTN is a standard SAP Table which is used to store Buttons for Information System feeder data and is available within R/3 SAP systems depending on the version and release level.

The COCF_IS_BTN table consists of various fields, each holding specific information or linking keys about Buttons for Information System feeder data available in SAP. These include OBJECTNAME (Object type), METHOD (Method Name), SELECT_ROWS (Rows to be Selected).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = COCF_IS_BTN_TXT


SAP COCF_IS_BTN 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
BUTTONIDButton Identifier COCF_IS_BUTTONID_TYCHAR30CHAR30
OBJECTNAMEObject type OJ_NAMECHAR10Assigned to domainOJ_NAME
METHODMethod Name COCF_IS_METHOD_TYCHAR32TEXT32
SELECT_ROWSRows to be Selected COCF_IS_SELECT_ROWS_TYCHAR1COCF_IS_SELECT_ROWS_DOM

Key field Non-key field



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

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

SELECT SINGLE *
FROM COCF_IS_BTN
INTO CORRESPONDING FIELDS OF WA_COCF_IS_BTN
WHERE...

How to access SAP table COCF_IS_BTN

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