VC_INV_DOCTLINET SAP (Generated Table for View VC_INV_DOCTLINET) Table View details

Dictionary Type: Table View
Description: Generated Table for View VC_INV_DOCTLINET




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




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

VC_INV_DOCTLINET is a standard SAP Table View which is used to store Generated Table for View VC_INV_DOCTLINET data and is available within R/3 SAP systems depending on the version and release level.

The VC_INV_DOCTLINET table consists of various fields, each holding specific information or linking keys about Generated Table for View VC_INV_DOCTLINET data available in SAP. These include INVOICE_TYPE (Type of Bill / Type of Payment Advice Note), DOC_TYPE (Document Type), LINE_TYPE (Line Type), TRANSF_RELEVANT (Relevant to Transfer).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VC_INV_DOCTLINET table view 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
INVOICE_TYPEType of Bill / Type of Payment Advice Note INV_INVOICE_TYPENUMC3TINV_C_ITYPEDOCTINV_INVOICE_TYPEINV_INVOICE_TYPEINV_INVOICE_TYPE
DOC_TYPEDocument Type INV_DOC_TYPENUMC3TINV_C_ITYPEDOCTINV_DOC_TYPE
LINE_TYPELine Type INV_LINE_TYPENUMC4TINV_C_LINETYPEINV_LINE_TYPE
TRANSF_RELEVANTRelevant to Transfer INV_KZ_TRANSF_RELEVANTCHAR1INV_KENNZX
LINE_CONTENTContent of Bill/Payment Advice Note Line INV_LINE_CONTENTNUMC2INV_LINE_CONTENT

Key field Non-key field



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

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

SELECT SINGLE *
FROM VC_INV_DOCTLINET
INTO CORRESPONDING FIELDS OF WA_VC_INV_DOCTLINET
WHERE...

How to access SAP table VC_INV_DOCTLINET

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