T242I SAP (Sender information) Pooled Table details

Dictionary Type: Pooled Table
Description: Sender information




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




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

T242I is a standard SAP Pooled Table which is used to store Sender information data and is available within R/3 SAP systems depending on the version and release level.

The T242I table consists of various fields, each holding specific information or linking keys about Sender information data available in SAP. These include REPID (Sender structure or name of collection prog. with SAP system), ANWDG (Application), TNAME (Table name of sender field), GRPID (Transfer method).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T242I pooled 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
REPIDSender structure or name of collection prog. with SAP system CFSREPIDCHAR8SREPIDSRP
ANWDGApplication CFANWDGCHAR1SANWDG
TNAMETable name of sender field CFTNAMECHAR30Assigned to domainAS4TAB
GRPIDTransfer method CFTR_GRPIDCHAR5Assigned to domainCFTR_GRPIDHRK
ASPETAspect (application area) KCASPETNUMC3T242AKCASPETASC
PROGNName of transfer program CFPROGNCHAR8CFPROGN
VUPDAData update type CFVUPDACHAR1CHAR1
VMODEFunction module generated CFFBGENCHAR1CHAR1
TSTATStatus flag CFTSTATCHAR1CHAR1
MONITCommunication monitor flag CFMONITCHAR1CHAR1
UNAMEUser name CFUNAMECHAR12CHAR12
AEDTMChanged On CFAEDTMDATS8CFDATUM
MAPKSummation type for non-assigned fields CFMAPKCHAR1CHAR1
DKEYReaction to double key CFDKEYCHAR1CHAR1
TABNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
CONVRConversion of sender fields CGSKONVCHAR1CHAR01
VALIDValidation VALIDCHAR7GB93VALIDATION
MAVALName of a matrix validation CGSMAVALIDCHAR7GB93VALIDATIONGBV

Key field Non-key field



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

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

SELECT SINGLE *
FROM T242I
INTO CORRESPONDING FIELDS OF WA_T242I
WHERE...

How to access SAP table T242I

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