/SAPPSSRM/ICC_CH SAP (OBSOLETE !!!!!) Table details

Dictionary Type: Table
Description: OBSOLETE !!!!!




ABAP Code to SELECT data from /SAPPSSRM/ICC_CH
Related tables to /SAPPSSRM/ICC_CH
Access table /SAPPSSRM/ICC_CH




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

/SAPPSSRM/ICC_CH is a standard SAP Table which is used to store OBSOLETE !!!!! data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/ICC_CH table consists of various fields, each holding specific information or linking keys about OBSOLETE !!!!! data available in SAP. These include BADI (OBSOLETE !!!!!), BADI_METHOD (Component name), SEQUENCE (Line Number for Tables), SZENARIO (Solution Key).. 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: Can be enhanced (character-type or numeric)


SAP /SAPPSSRM/ICC_CH 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
BADIOBSOLETE !!!!! /SAPPSSRM/_ICC_BADICHAR20Assigned to domain/SAPPSSRM/_ICC_BADIEXN/SAPPSSRM/H_BADI
BADI_METHODComponent name SEOCMPNAMECHAR30CHAR30
SEQUENCELine Number for Tables /SAPPSSRM/_LINENRINT13
SZENARIOSolution Key CUF_SOL_KEYCHAR10BBP_CUF_SOL_KEYBBP_CUF_SOL_KEY
IMPLEMENTERObject Type Name SEOCLSNAMECHAR30SEOCLASSSEOCLSNAMECLASS
MTDNAMEMethod name SEOMTDNAMECHAR61CHAR61MTDNAME
NOT_ACTIVEIndicator: Inactive /SAPPSSRM/_NOTACTIVECHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table /SAPPSSRM/ICC_CH using ABAP code

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

SELECT SINGLE *
FROM /SAPPSSRM/ICC_CH
INTO CORRESPONDING FIELDS OF WA_/SAPPSSRM/ICC_CH
WHERE...

How to access SAP table /SAPPSSRM/ICC_CH

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