ICL_PROCEDURES_S_AL SAP (Data on Procedures (incl. Benefits Catalog Data and Texts)) Structure details

Dictionary Type: Structure
Description: Data on Procedures (incl. Benefits Catalog Data and Texts)




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




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

ICL_PROCEDURES_S_AL 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 "Data on Procedures (incl. Benefits Catalog Data and Texts)" 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_ICL_PROCEDURES_S_AL TYPE ICL_PROCEDURES_S_AL.

The ICL_PROCEDURES_S_AL table consists of various fields, each holding specific information or linking keys about Data on Procedures (incl. Benefits Catalog Data and Texts) data available in SAP. These include CLIENT (Client), ACTIVE (Table entry is active (A) or in suspense (S)), CLAIM (Number of Claim), PROCEDURE_GUID (Universal Unique Identifier 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. .

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


SAP ICL_PROCEDURES_S_AL 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
CLIENTClient MANDTCLNT3T000MANDT
ACTIVETable entry is active (A) or in suspense (S) ICL_ACTIVECHAR1ICL_ACTIVE
CLAIMNumber of Claim ICL_CLAIMCHAR17Assigned to domainALPHAICL_CLAIMICL_CLAIMICL_CLAIMNO_COL
PROCEDURE_GUIDUniversal Unique Identifier of a Procedure ICL_PROCEDUREGUIDCHAR32SYSUUID_C
CHANGETIMEChanged: Date + Time ICL_CHANGEUTC1DEC15TSTAMICL_TIMESTAMP
CHANGEDBYChanged By ICL_CHANGEDBYCHAR12USR02XUBNAME
DELETEDDatabase Line Status (Original, Changed, Deleted) ICL_RECSTATUSCHAR1ICL_RECSTATUS
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_DEPARTMENTCHAR4Assigned to domainICL_DEPARTMENT
USED4CALCUsed for Grouping ICL_USED4CALCCHAR1

Key field Non-key field



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

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

How to access SAP table ICL_PROCEDURES_S_AL

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