ICL_WAIT_PERIOD SAP (Waiting Period) Table details

Dictionary Type: Table
Description: Waiting Period




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




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

ICL_WAIT_PERIOD is a standard SAP Table which is used to store Waiting Period data and is available within R/3 SAP systems depending on the version and release level.

The ICL_WAIT_PERIOD table consists of various fields, each holding specific information or linking keys about Waiting Period data available in SAP. These include ACTIVE (Table entry is active (A) or in suspense (S)), CLAIM (Number of Claim), WAITPER_ID (Object GUID), CHANGETIME (Changed: Date + Time).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP ICL_WAIT_PERIOD 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
ACTIVETable entry is active (A) or in suspense (S) ICL_ACTIVECHAR1ICL_ACTIVE
CLAIMNumber of Claim ICL_CLAIMCHAR17Assigned to domainALPHAICL_CLAIMICL_CLAIMICL_CLAIMNO_COL
WAITPER_IDObject GUID ICL_SUBOBJECT_UUID_DCHAR32SYSUUID_C
CHANGETIMEChanged: Date + Time ICL_CHANGEUTC1DEC15TSTAMICL_TIMESTAMP
CHANGEDBYChanged By ICL_CHANGEDBYCHAR12USR02XUBNAME
DELETEDDatabase Line Status (Original, Changed, Deleted) ICL_RECSTATUSCHAR1ICL_RECSTATUS
WAITPER_NUMWaiting Period ID ICL_WAIT_PERIOD_NUM_DNUMC3ICL_WAIT_PERIOD_NUM
WAITPER_STARTWaiting Period Start ICL_WAITPERSTART_DT_TDATS8DATS
WAITPER_ENDEnd of Waiting Period ICL_WAITPEREND_DT_TDATS8DATS
WAITPER_MAXMaximum Waiting Period (in Days) ICL_WAITPER_NUMDAY_MAX_DNUMC6ICL_WAITPER_NUMDAY_MAX
WAITPER_PREEXISTWaiting Period (in Days) of Previous Claims ICL_WAITPER_PREEXIST_DNUMC6ICL_WAITPER_PREEXIST
WAITPER_TOUSEApplicable Waiting Period (in Days) ICL_WAIT_PERIOD_TOUSE_DNUMC6ICL_WAIT_PERIOD_TOUSE
WAITPER_REASONReason for Changing Waiting Period ICL_WAITPERCHGREASON_DCHAR3Assigned to domainICL_WAITPERCHGREASON
XWAITPER_CHGApplicable Waiting Period (in Days) Changed Manually ICL_XWAITPER_CHG_DCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM ICL_WAIT_PERIOD
INTO CORRESPONDING FIELDS OF WA_ICL_WAIT_PERIOD
WHERE...

How to access SAP table ICL_WAIT_PERIOD

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