ICLH_ICLH6A_ALV SAP (Reimbursement: Reimbursement Header ALV (Repetitive)) Structure details

Dictionary Type: Structure
Description: Reimbursement: Reimbursement Header ALV (Repetitive)




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




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

ICLH_ICLH6A_ALV 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 "Reimbursement: Reimbursement Header ALV (Repetitive)" 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_ICLH_ICLH6A_ALV TYPE ICLH_ICLH6A_ALV.

The ICLH_ICLH6A_ALV table consists of various fields, each holding specific information or linking keys about Reimbursement: Reimbursement Header ALV (Repetitive) data available in SAP. These include XSELECT (General Selection Indicator), CLAIM (Number of Claim), SUBCLAIM (Subclaim), PROCUREMENT (ID of Claim Item Grouping).. 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 ICLH_ICLH6A_ALV 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
XSELECTGeneral Selection Indicator ICL_SELECTCHAR1BOOLE
CLAIMNumber of Claim ICL_CLAIMCHAR17Assigned to domainALPHAICL_CLAIMICL_CLAIMICL_CLAIMNO_COL
SUBCLAIMSubclaim ICL_SUBCLCHAR3Assigned to domainICL_SUBCLICL_SUBCLAIM
PROCUREMENTID of Claim Item Grouping ICL_PROCUREMENTNUMC4Assigned to domainICL_PROCUREMENT
LOSSTYPEIncident Type of a Claim ICL_LOSSTYPECHAR4TICL060ICL_LOSSTYPEICL_LOSSTYPE
SUBCLTYPESubclaim Type ICL_SUBCLTYPECHAR4TICL004ICL_SUBCLTYPE
SUBCLTYPE_NAMESubclaim Type Name ICL_SUBCLTYPENCHAR25TEXT25
PDOCCATClaim Item Grouping Category ICL_PDOCCATCHAR2Assigned to domainICL_PDOCCAT
PROC_REFID of Claim Item Grouping ICL_PROCUREMENTNUMC4Assigned to domainICL_PROCUREMENT
STATUSStatus of a Repetitive Payment ICL_REPREIMBSTATUSCHAR2TICL140ICL_STATUS
STATUSNName of Status of Repetitive Payment ICL_REPREIMBSTATUSNCHAR25TEXT25
ISSUEDATERecurring Payment Created On ICL_ISSUEDATE_REPDATS8DATS
DUEDATENext Due Date of Repetitive Payment ICL_DUEDATE_REPDATS8DATE
DUEDATE_ORIGFirst Due Date of a Recurring Payment ICL_DUEDATE_REP_ORIGDATS8DATE
PMTFRStart of Validity Period of a Recurring Payment ICL_PMTFR_REPDATS8DATUM
PMTTOEnd of Validity Period of a Recurring Payment ICL_PMTTO_REPDATS8DATUM
PAYFREQPLANPayment Frequency of a Repetitive Payment ICL_PAYFREQPLAN_REPCHAR2TVS010BPKEY_VK
PAYFREQPLAN_TEXTPayment Frequency of a Repetitive Payment ICL_PAYPLAN_REP_TEXTCHAR30TEXT30
EXTERNALREFExternal Reference of Claim Item Grouping ICL_EXTERNALREFCHAR20ICL_EXTERNALREF
CREATEDBYRecurring Payment Created By ICL_CREATEDBY_REPCHAR12Assigned to domainXUBNAME
REPTYPEType of Repetitive Payment ICL_REPTYPECHAR3TICL153ICL_PDOCCATTYPE
REPTYPENTextual Description of Type of Repetitive Payment ICL_REPTYPENCHAR40ICL_PDOCCATTYPEN
CURRENCYCurrency ICL_CURRENCYCUKY5TCURCWAERS
AMOUNTTotal Amount (Sum of Net Amounts of All Items) ICL_AMOUNT_TOTALCURR15(2) ICL_AMOUNT
COLORNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
CANCELStatus 'Cancelled' ICL_STATUS_CANCELCHAR1XFELD
REJECTEDStatus 'Rejected' ICL_STATUS_REJECTEDCHAR1XFELD
INSUSPENSEStatus 'Pending' ICL_STATUS_INSUSPENSECHAR1XFELD
INPROCESSStatus 'In Process' ICL_STATUS_INPROCESSCHAR1XFELD
RELEASEDStatus 'Released' ICL_STATUS_RELEASEDCHAR1XFELD
XFINISHEDComplete/Approved/Finished ICL_XFINISHEDCHAR1XFELD
ORDEREDStatus 'Commissioned' ICL_STATUS_ORDEREDCHAR1XFELD
TRANSFERREDStatus 'Reassigned' ICL_STATUS_TRANSFERREDCHAR1XFELD
TOBEAPPROVEDStatus 'To Be Approved' ICL_STATUS_TOBEAPPROVEDCHAR1XFELD
REPSEQNUMSequence Number of Definition of Recurring Payment ICL_REPSEQNUMNUMC4Assigned to domainICL_PROCUREMENT
ASSIGN_GUIDUUID of Entry to be Linked ICL_ASSIGN_GUIDCHAR32SYSUUID_C
PAYOUT_SCENARIORepetitive Payment Scenario ICL_PAYOUT_SCENARIO_DCHAR1ICL_PAYOUT_SCENARIO
REASONREJRejection Reasons for Payments and Reserves ICL_REASONREJCHAR2Assigned to domainICL_REASONREJ
METHODPayment Method ICL_PAYMENT01CHAR1Assigned to domainPYMET_KKPAYMENTMETHOD
METHODTXTName of Payment Method ICL_METHODTXTCHAR30Assigned to domainFORMT_PAY
ADDRNUMBERAddress Number for Checks ICL_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUM
BKIDBank Details ID ICL_BKIDCHAR4CHAR4
REASONREJTXTName of Rejection Reason ICL_REASONREJTCHAR25TEXT25
NODEKEYALV Tree Control: Node Key LVC_NKEYCHAR12

Key field Non-key field



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

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

How to access SAP table ICLH_ICLH6A_ALV

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