SAP ICS_PROCEDURE Attributes of ICLPROCEDURES Table data and field list

ICS_PROCEDURE 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 "Attributes of ICLPROCEDURES" 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_ICS_PROCEDURE TYPE ICS_PROCEDURE.

The ICS_PROCEDURE table consists of various fields, each holding specific information or linking keys about Attributes of ICLPROCEDURES data available in SAP. These include SCPOSID_INT (Internal ID of Benefits Catalog Item), SERVCAT (ID of a Benefits, Services and Fees Catalog), SCPOSID_EXT (ID of a Benefits Catalog Item), PROCEDURE_NO (Sequence Number of a Procedure)... 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. .

ICS_PROCEDURE structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP ICS_PROCEDURE structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the ICS_PROCEDURE table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SCPOSID_INTInternal ID of Benefits Catalog Item ICL_SERVCAT_POSID_INTCHAR32SYSUUID_C
SERVCATID of a Benefits, Services and Fees Catalog ICL_SERVCATID_PROCEDURESCHAR10Assigned to domainICL_SERVCATIDICL_SERVCATICL_SERVCATIDICL_PROCEDURES
SCPOSID_EXTID of a Benefits Catalog Item ICL_SERVCAT_POSIDCHAR20ICL_SERVCAT_POSID
PROCEDURE_NOSequence Number of a Procedure ICL_PROCEDURENONUMC3
PATIENTBusiness Partner Number of Person Treated ICLH_PROCED_PARTCHAR10Assigned to domainALPHABU_PARTNER
PRIMPROCEDPrimary Procedure ICL_PRIMPROCEDURECHAR1ICL_PRIMPROCEDURE_D_PE
PROCEDTIMETime Performed ICL_PROCEDURE_TIMEDEC15TSTAMICL_TIMESTAMP
LOCALIZATIONSide Localization of a Diagnosis ICL_LOCALIZATIONCHAR1TICL352ICL_LOCALIZATION
DEPARTMENTDepartment (Key) ICL_DEPARTMENTCHAR4TICL364ICL_DEPARTMENT
USED4CALCUsed for Grouping ICL_USED4CALCCHAR1

Key field Non-key field



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

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

How to access SAP table ICS_PROCEDURE

Within an ECC or HANA version of SAP you can also view further information about ICS_PROCEDURE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).