T7INPES2 SAP (P2E: Policy Template Master Table) Table details

Dictionary Type: Table
Description: P2E: Policy Template Master Table




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




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

T7INPES2 is a standard SAP Table which is used to store P2E: Policy Template Master Table data and is available within R/3 SAP systems depending on the version and release level.

The T7INPES2 table consists of various fields, each holding specific information or linking keys about P2E: Policy Template Master Table data available in SAP. These include TMPID (Policy Request Template), ENDDA (End Date), BEGDA (Start Date), ATCHM (Checkbox).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = T7INPES2T


SAP T7INPES2 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 MANDTCLNT3T000MANDT
TMPIDPolicy Request Template PIN_PE_TEMPLATECHAR5PIN_PE_TEMPLATE
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
ATCHMCheckbox PIN_PE_ATCHMCHAR1XFELD
BTCHKFlag PIN_PE_XFELDCHAR1XFELD
BTLBLButton Label PIN_PE_CF_BTLBLCHAR20PIN_PE_CF_TEXT20
CLNMEObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
MENMEMethod name SEOMTDNAMECHAR61CHAR61MTDNAME
CREBYUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
CREONP2E: Date and Time PIN_PE_CTIMEDEC15TSTPSPIN_PE_CTIME
CHABYUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
CHAONP2E: Date and Time PIN_PE_CTIMEDEC15TSTPSPIN_PE_CTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7INPES2
INTO CORRESPONDING FIELDS OF WA_T7INPES2
WHERE...

How to access SAP table T7INPES2

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