ICLH_ICLH67_ALV SAP (Reimbursement: Reimbursement Header ALV) Structure details

Dictionary Type: Structure
Description: Reimbursement: Reimbursement Header ALV




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




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

ICLH_ICLH67_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" 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_ICLH67_ALV TYPE ICLH_ICLH67_ALV.

The ICLH_ICLH67_ALV table consists of various fields, each holding specific information or linking keys about Reimbursement: Reimbursement Header ALV 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_ICLH67_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
STATUSStatus of a Claim Item Grouping ICL_PROCSTATUSCHAR2TICL140ICL_STATUS
ISSUEDATEInvoice Date ICL_ISSUEDATE_INVDATS8DATS
RECEIVEDATEDate Received ICL_RECEIVEDATEDATS8DATS
EXTERNALREFExternal Reference of Claim Item Grouping ICL_EXTERNALREFCHAR20ICL_EXTERNALREF
INVTYPEInvoice Type/Payment Proposal Type ICL_INVTYPECHAR3TICL153ICL_PDOCCATTYPE
INVTYPENText for Invoice Type ICL_INVTYPENCHAR40ICL_PDOCCATTYPEN
CURRENCYCurrency ICL_CURRENCYCUKY5TCURCWAERS
AMOUNT_INVNet Total: Total of Net Amounts of All Items (acc.to Inv) ICL_INV_AMOUNT_TOTALCURR15(2) ICL_AMOUNT
AMOUNTTotal Amount (Sum of Net Amounts of All Items) ICL_AMOUNT_TOTALCURR15(2) ICL_AMOUNT
CONTRIBAMOUNT_INVAmount of Copayment (According to Invoice) ICL_CONTRIBAMOUNT_INVCURR15(2) ICL_AMOUNT
CONTRIBAMOUNTCopayment Deducted by Service Provider ICL_AMOUNT_CONTRIBCURR15(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

Key field Non-key field



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

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

How to access SAP table ICLH_ICLH67_ALV

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