VNLVERP_S SAP () Structure details

Dictionary Type: Structure
Description:




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




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

VNLVERP_S is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_VNLVERP_S TYPE VNLVERP_S.

The VNLVERP_S table consists of various fields, each holding specific information or linking keys about data available in SAP. These include MANDT (Client), EINRI (Institution), FACNUM (), VBELN (Billing Document).. 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: Can be enhanced (character-type or numeric)


SAP VNLVERP_S structure 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
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
FACNUM FACNUMNUMC8SAMNR
VBELNBilling Document VBELN_VFCHAR10VBUKALPHAVBELNVF
POSNRBilling item POSNR_VFNUMC6VBUPPOSNR
RECID 0
PRSCOD 0
LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
VLGNUM 0
NETWR 0
BET_BEDR 0
STATUS ISH_NL_CINV_STATUSCHAR1ISH_NL_CINV_STATUS
FOUTCD ISH_NL_CINV_RC_KODECHAR4ISH_NL_CINV_RC_KODE
PSTAT ISH_NL_CINV_PSTATCHAR1ISH_NL_CINV_PSTAT
REMARK ISH_NL_CINV_REMARKCHAR128ISH_NL_CINV_REMARK
RECDET_LNGTH 0
RECDET 0
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



How do I retrieve data from SAP structure VNLVERP_S using ABAP code?

As VNLVERP_S is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on VNLVERP_S as there is no data to select.

How to access SAP table VNLVERP_S

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