M_TICL011_PM 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_M_TICL011_PM TYPE M_TICL011_PM .
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 | |
CLTYPE | ICL_CLTYPE_PROFILE | CHAR | 4 | Claim Type | ||
VERSION | ICL_CLTYPE_PROFILE_FLAG | NUMC | 5 | Indicator "Process Claim Type" | ||
CLTYPE_DESCR | ICL_CLTYPE_PROFILE_DESCR | CHAR | 30 | Claim Type Name | ||
ACTIVE | ICL_ACTIVE2 | CHAR | 1 | Status | ||
CHANGEDBY | ICL_CHANGEBYG | CHAR | 12 | USR02 | Generation Created By | |
CHANGETIME | ICL_CHANGEUTCG | DEC | 15 | Generation Created: Date + Time | TSTAM | |
INACTIVETIME | ICL_INACTIUTCG | DEC | 15 | Generation Deactivated: Date + Time | TSTAM | |
EFFFROMTIME | ICL_EFFROMUTCG | DEC | 15 | Generation Valid From Renewal: Date + Time | TSTAM | |
EFFTOTIME | ICL_EFFETOUTCG | DEC | 15 | Generation Valid Until Renewal: Date + Time | TSTAM | |
TERMTIME | ICL_TERMINUTC | DEC | 15 | Valid-To Date Set: Date + Time | TSTAM | |
DELETED | ICL_XDELETE | CHAR | 1 | Flag: Deletion Entry? | ||
OVERSION | ICL_CLTYPEGO | NUMC | 5 | Generation of Internal Claim Type in Original System | ||
OSYSID | ICL_OSYSID | CHAR | 8 | Original System of Version | ||
OMANDT | ICL_OMANDT | CLNT | 3 | Client in Original System | ||
BVERSION | ICL_CLTYPEGB | NUMC | 5 | Basis Generation |
Key field | |
Non-key field |