TDESRVDINVIP SAP (CML Corr.: Invoice Positions) Table details

Dictionary Type: Table
Description: CML Corr.: Invoice Positions




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




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

TDESRVDINVIP is a standard SAP Table which is used to store CML Corr.: Invoice Positions data and is available within R/3 SAP systems depending on the version and release level.

The TDESRVDINVIP table consists of various fields, each holding specific information or linking keys about CML Corr.: Invoice Positions data available in SAP. These include SRECHNGNR (CML Corr.: Loan Invoice, Invoice Number), SRECHNGJAHR (Calendar Year of the Invoice Number), BUKRS (Company Code), DTRANS (Flow data key: System date).. 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)


SAP TDESRVDINVIP 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
SRECHNGNRCML Corr.: Loan Invoice, Invoice Number TB_ESRINVOICENRNUMC10T_ESRINVOICENR
SRECHNGJAHRCalendar Year of the Invoice Number VVRECHNGJAHRNUMC4GJAHRGJAHR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DTRANSFlow data key: System date VVDTRANSDATS8DATUM
TTRANSTransaction data key: system time VVTTRANSTIMS6UZEIT
NTRANSTransaction data key: Consecutive number VVNTRANSNUMC4NUMC4
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
REBZJFiscal Year of the Relevant Invoice (for Credit Memo) REBZJNUMC4GJAHRGJAHR
REBZGNumber of the Invoice the Transaction Belongs to REBZGCHAR10ALPHABELNR
REBZZLine Item in the Relevant Invoice REBZZNUMC3BUZEI
RANLContract Number RANLCHAR13ALPHARANLRAN
RKLAMMERClassification Number for Finance Projects RKLAMMERCHAR13ALPHARANL
DFAELLDue date DFAELLDATS8DATUM
RBELKPFDDocument Number of Document Header (Loan) RBELKPFDCHAR10ALPHARBELKPFD
RPOSNRActivity number NVORGANGCHAR3CHAR3
SSOLHABDebit/credit indicator VVSSOLHABCHAR1VVSSOLHAB
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
DBERVONStart of Calculation Period DBERVONDATS8DATUM
DBERBISEnd of Calculation Period DBERBISDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM TDESRVDINVIP
INTO CORRESPONDING FIELDS OF WA_TDESRVDINVIP
WHERE...

How to access SAP table TDESRVDINVIP

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