TIMA_OTYP_CUST SAP (IO: Customizable Insurance Object Categories) Table details

Dictionary Type: Table
Description: IO: Customizable Insurance Object Categories




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




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

TIMA_OTYP_CUST is a standard SAP Table which is used to store IO: Customizable Insurance Object Categories data and is available within R/3 SAP systems depending on the version and release level.

The TIMA_OTYP_CUST table consists of various fields, each holding specific information or linking keys about IO: Customizable Insurance Object Categories data available in SAP. These include INSOBJECTTYPC (External Insurance Object Category), INSOBJECTTYP (IO: Internal Insurance Object Category), NRINT (Number Range for Internal Number Assignment), NREXT (Number Range for External Number Assignment).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TIMA_OTYP_CUSTT


SAP TIMA_OTYP_CUST 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
INSOBJECTTYPCExternal Insurance Object Category INSOBJECTTYPC_MDCHAR2INSOBJECTTYPC_MDINSOBJECTTYPSHLP_INSOBJECTTYPC_MD
INSOBJECTTYPIO: Internal Insurance Object Category INSOBJECTTYP_MDCHAR2TIMA_OTYPINSOBJECTTYP_MD
NRINTNumber Range for Internal Number Assignment NRINT_MDCHAR2VIMA_NRIV_INTCHAR2
NREXTNumber Range for External Number Assignment NREXT_MDCHAR2VIMA_NRIV_EXTCHAR2
X_BAL_INTIO: Contract Balance Interest Calculation BAL_INT_MDCHAR1XFELD
X_ACC_MOREOBSOLETE: DIMAIOBPAR_RE Is no Longer Supported ACC_MORE_MDCHAR1XFELD
FELDSTLST1Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST2Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST3Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST4Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST5Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST6Field status definition BU_FLDSTLSCHAR250CHAR250
FELDSTLST7Field status definition BU_FLDSTLSCHAR250CHAR250

Key field Non-key field



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

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

SELECT SINGLE *
FROM TIMA_OTYP_CUST
INTO CORRESPONDING FIELDS OF WA_TIMA_OTYP_CUST
WHERE...

How to access SAP table TIMA_OTYP_CUST

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