ICLSC_ENTRY_SCR SAP (FS-CM: Fields on Initial Screen of Ben/Serv/Fee Ctlg Maintn.) Structure details

Dictionary Type: Structure
Description: FS-CM: Fields on Initial Screen of Ben/Serv/Fee Ctlg Maintn.




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




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

ICLSC_ENTRY_SCR 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 "FS-CM: Fields on Initial Screen of Ben/Serv/Fee Ctlg Maintn." 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_ICLSC_ENTRY_SCR TYPE ICLSC_ENTRY_SCR.

The ICLSC_ENTRY_SCR table consists of various fields, each holding specific information or linking keys about FS-CM: Fields on Initial Screen of Ben/Serv/Fee Ctlg Maintn. data available in SAP. These include SERVCATID (ID of a Benefits, Services and Fees Catalog), SC_VARIANT (Variant of a Benefits/Services/Fee Catalog), SCPOSID_EXT (ID of a Benefits Catalog Item), SCPOSID_AMNTFROM (Lower Interval Limit of a Benefits Catalog Item).. 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 (character-type or numeric)


SAP ICLSC_ENTRY_SCR 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
SERVCATIDID of a Benefits, Services and Fees Catalog ICL_SERVCATIDCHAR10TICL401ICL_SERVCATIDICL_SERVCATICL_SERVCATID
SC_VARIANTVariant of a Benefits/Services/Fee Catalog ICL_SERVCAT_VARIANTCHAR4TICL402ICL_SERVCAT_VARIANTICL_SERVCAT_VARIANT
SCPOSID_EXTID of a Benefits Catalog Item ICL_SERVCAT_POSIDCHAR20ICL_SERVCAT_POSID
SCPOSID_AMNTFROMLower Interval Limit of a Benefits Catalog Item ICL_SERVCAT_POSID_AMOUNT_FROMCURR15(2) ICL_AMOUNT
SCPOSID_AMNTTOUpper Interval Limit of a Benefits Catalog Item ICL_SERVCAT_POSID_AMOUNT_TOCURR15(2) ICL_AMOUNT
VALID_TIMEVersion Valid From: Date + Time ICL_EFFROMUTCDEC15TSTAMICL_TIMESTAMP
SCPOSID_INTInternal ID of Benefits Catalog Item ICL_SERVCAT_POSID_INTCHAR32SYSUUID_C
SCPOS_TYPEType of Benefits Catalog Item ICL_SERVCAT_POS_TYPECHAR4TICL403ICL_SERVCAT_POS_TYPE
EFFFROMDAVersion Valid From Date ICL_EFFROMDADATS8DATE
EFFFROMTIVersion Valid From Time ICL_EFFROMTITIMS6TIME
EFFTODAVersion Valid To Date ICL_EFFETODADATS8DATE
EFFTOTIVersion Valid To Time ICL_EFFETOTITIMS6TIME
XACTCHANGEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
SCPOSID_EXT_PREVID of a Benefits Catalog Item ICL_SERVCAT_POSIDCHAR20ICL_SERVCAT_POSID
SC_VARIANT_PREVVariant of a Benefits/Services/Fee Catalog ICL_SERVCAT_VARIANTCHAR4TICL402ICL_SERVCAT_VARIANTICL_SERVCAT_VARIANT
XINHERITData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table ICLSC_ENTRY_SCR

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