V_HREIC_IB_SEARC is an SAP View so does not store data like a database table does but can be used to process "Generated Table for View" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this View. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_V_HREIC_IB_SEARC TYPE V_HREIC_IB_SEARC .
Below is the documentation avaialable and full details of the fields which make up this View.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
CLIENT | MANDT | CLNT | 3 | T000 | Client | |
SEARCH_PROFID | HREIC_SEARCHPROF | CHAR | 10 | EIC: Inbox Search Profile | ||
DESCRIPTION | HREIC_DESCRIPTION | CHAR | 30 | EIC: Description | ||
IB_CAT | HREIC_INBOXCAT | CHAR | 12 | THREIC_IBCAT | Task Type for EIC Inbox | |
RESPONSIBLE | HREIC_RESPONSIBLE | CHAR | 10 | EIC: Responsibility for Inbox Entries | ||
STATUS | HREIC_INBOXSTATUS | CHAR | 10 | THREIC_IBSTAT | EIC: Status of Item Types for EIC Inbox | |
PRIORITY | HREIC_INBOXPRIO | NUMC | 2 | THREIC_IBPRIO | EIC: Inbox Priority | |
FROM_DATE | HREIC_CREATED_FROM | DATS | 8 | EIC: Created From | ||
TO_DATE | HREIC_CREATED_TO | DATS | 8 | EIC: Created To | ||
DUE_FROM | HREIC_DUE_FROM | DATS | 8 | EIC: Inbox Entry Due Date From | ||
DUE_TO | HREIC_DUE_TO | DATS | 8 | EIC: Inbox Entry Due Date To | ||
SORT1 | HREIC_INBOXSORT | NUMC | 4 | EIC: Sort Criteria for Inbox | ||
SORT2 | HREIC_INBOXSORT | NUMC | 4 | EIC: Sort Criteria for Inbox |
Key field | |
Non-key field |