TEXC_MAP_IN SAP (Mapping for Incoming Raw Exposures) Table details

Dictionary Type: Table
Description: Mapping for Incoming Raw Exposures




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




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

TEXC_MAP_IN is a standard SAP Table which is used to store Mapping for Incoming Raw Exposures data and is available within R/3 SAP systems depending on the version and release level.

The TEXC_MAP_IN table consists of various fields, each holding specific information or linking keys about Mapping for Incoming Raw Exposures data available in SAP. These include ORIGIN (Exposure Origin), REV_INDICATO (Reverse Indicator), FIX_VARIABLE (Only Fixed/Variable Indicator), DELIVERY_STATUS (Delivery Status).. 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


SAP TEXC_MAP_IN 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ORIGINExposure Origin FTR_EXPOSURE_ORIGINCHAR5TEMTS_ORIGINTEM_EXPOSURE_ORIGIN
REV_INDICATOReverse Indicator FTR_REVERSE_INDICATORCHAR1FTR_REVERSE_INDICATOR
FIX_VARIABLEOnly Fixed/Variable Indicator FTR_ONLY_FIX_VAR_INDICATORCHAR1FTR_ONLY_FIX_VAR_INDICATOR
DELIVERY_STATUSDelivery Status FTR_DELIVERY_STATUSCHAR1FTR_DELIVERY_STATUS
INVOICING_STATUSInvoicing Status FTR_INVOICING_STATUSCHAR1FTR_INVOICING_STATUS
ACTIVITY_TYPEExposure Activity Type FTR_EXPOSURE_FLOW_TYPECHAR5Assigned to domainFTR_EXPOSURE_FLOW_TYPETEXH_F4_ACTIVITY_TYPE
TRANSACTION_CATExposure Category of Raw Exposure FTR_RAWEXPOS_TRANSCATCHAR2TEXC_EXP_CATFTR_RAWEXPOS_TRANSCAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEXC_MAP_IN
INTO CORRESPONDING FIELDS OF WA_TEXC_MAP_IN
WHERE...

How to access SAP table TEXC_MAP_IN

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