ESNRC_THP_FPP SAP (Sender/Recipient Combinations for FPP Mass Activity ETHP) Table details

Dictionary Type: Table
Description: Sender/Recipient Combinations for FPP Mass Activity ETHP




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




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

ESNRC_THP_FPP is a standard SAP Table which is used to store Sender/Recipient Combinations for FPP Mass Activity ETHP data and is available within R/3 SAP systems depending on the version and release level.

The ESNRC_THP_FPP table consists of various fields, each holding specific information or linking keys about Sender/Recipient Combinations for FPP Mass Activity ETHP data available in SAP. These include SENREC (Deregulation: Sender/Recipient Combination), SENID10 (Service Provider), RECID10 (Service Provider That Invoices the Contract), NUM_RECORDS (Number of DFKKTHP Entries That Can Be Aggregated).. 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: Cannot Be Enhanced


SAP ESNRC_THP_FPP 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
SENRECDeregulation: Sender/Recipient Combination E_SENRECCHAR20
SENID10Service Provider SERVICE_PROVCHAR10Assigned to domainSERVICE_PROVEESERVPROVIDSERVICEPROVIDER
RECID10Service Provider That Invoices the Contract INVOICING_PARTYCHAR10Assigned to domainSERVICE_PROVSERVICEPROVIDER
NUM_RECORDSNumber of DFKKTHP Entries That Can Be Aggregated E_NUM_RECORDS_THPINT410SYST_LONG
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERTIMTime at which the object was created ERTIM_KKTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM ESNRC_THP_FPP
INTO CORRESPONDING FIELDS OF WA_ESNRC_THP_FPP
WHERE...

How to access SAP table ESNRC_THP_FPP

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