TEBPP_REC_INV_I SAP (SAP Biller Direct: Bill Receipt Processing: IDoc) Table details

Dictionary Type: Table
Description: SAP Biller Direct: Bill Receipt Processing: IDoc




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




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

TEBPP_REC_INV_I is a standard SAP Table which is used to store SAP Biller Direct: Bill Receipt Processing: IDoc data and is available within R/3 SAP systems depending on the version and release level.

The TEBPP_REC_INV_I table consists of various fields, each holding specific information or linking keys about SAP Biller Direct: Bill Receipt Processing: IDoc data available in SAP. These include SENDER (SAP Biller Direct: Biller), INVID (Bill Number of a Biller Direct Bill), ARC_DATE (SAP ArchiveLink: Storage date), IDOCNUM (IDoc number).. 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 (Deep)


SAP TEBPP_REC_INV_I 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
SENDERSAP Biller Direct: Biller EBPP_REC_SENDERCHAR20CHAR20
INVIDBill Number of a Biller Direct Bill APAR_EBPP_INVIDCHAR40CHAR40
ARC_DATESAP ArchiveLink: Storage date SAEABADATEDATS8SADDATUM
IDOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
BUS_OBJECT_TYPESAP ArchiveLink: Object type of business object SAEANWDIDCHAR10Assigned to domainOJ_NAMEOAO
BUS_OBJECT_IDSAP ArchiveLink: Object ID (object identifier) SAEOBJIDCHAR50SADC50

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEBPP_REC_INV_I
INTO CORRESPONDING FIELDS OF WA_TEBPP_REC_INV_I
WHERE...

How to access SAP table TEBPP_REC_INV_I

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