/OPT/VAN_LIABILITY_LINES SAP (Opentext: VAN structure for Invoice lines in liability) Structure details

Dictionary Type: Structure
Description: Opentext: VAN structure for Invoice lines in liability




ABAP Code to SELECT data from /OPT/VAN_LIABILITY_LINES
Related tables to /OPT/VAN_LIABILITY_LINES
Access table /OPT/VAN_LIABILITY_LINES




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

/OPT/VAN_LIABILITY_LINES 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 "Opentext: VAN structure for Invoice lines in liability" 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_/OPT/VAN_LIABILITY_LINES TYPE /OPT/VAN_LIABILITY_LINES.

The /OPT/VAN_LIABILITY_LINES table consists of various fields, each holding specific information or linking keys about Opentext: VAN structure for Invoice lines in liability data available in SAP. These include BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Document Item in Invoice Document), EBELN (Purchasing Document 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /OPT/VAN_LIABILITY_LINES 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEIDocument Item in Invoice Document RBLGPNUMC6NUMC6
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WRBTR_LOCALVAN liability: DATA ELEMENT FOR total amount for lines Local /OPT/VAN_LINES_LOCALCURR18(2) /OPT/VIM_AMOUNT
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
KTOPLChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
BUTXTVAN data element: Name of the company code or company /OPT/VAN_COMPANY_NAMECHAR25TEXT25
SAKNRG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
GLTXTVAN Liability:data element for G/L Account name /OPT/VAN_GL_ACCOUNT_NAMECHAR20TEXT20
BAL_SHEET_FLAGOpentext: VAN Liability: Balance Sheets Account Flag /OPT/VAN_BAL_SHEET_FLAGCHAR1/OPT/VAN_BALANCE_SHEET_FLAG
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTLVAN Liability:data element for cost center kostl /OPT/VAN_COST_CENTERCHAR10Assigned to domainALPHAKOSTL/OPT/VAN_SH_COST_CENTER
CCTXTVAN Liability:data element for cost center name /OPT/VAN_COST_CENTER_NAMECHAR20TEXT20
AUFNRVAN Liability:data element for Order AUFNR /OPT/VAN_ORDERCHAR12Assigned to domainALPHAAUFNRSH_TRIP_ORDER
AUTXTText for equalization payment type /OPT/VAN_INTERNAL_ORDER_NAME1CHAR30TEXT30
PS_PSP_PNRVAN Liability:data element for Order WBs /OPT/VAN_WBSNUMC8Assigned to domainABPSPPS_POSNR/OPT/VAN_SH_WBS
PR_NAMEVAN Liability:data element for WBS name /OPT/VAN_WBS_NAMECHAR40TEXT40
WAERSVAN liability: DATA ELEMENT FOR DOC_CURRENCY /OPT/VAN_DOC_CURRENCYCUKY5Assigned to domainWAERSFC_WAERS
WAERS_LOCALVAN liability: DATA ELEMENT FOR local CURRENCY /OPT/VAN_LOCAL_CURRENCYCUKY5Assigned to domainWAERSFC_WAERS
PO_NPO_FLAGopentext: VAN Liability report data element for PO_NPO flag /OPT/VAN_PO_NPOCHAR1/OPT/VAN_PO_NPO
BALANCE_FLAGOpentext: VAN Liability report data element for balance flag /OPT/VAN_BALANCE_FLAGCHAR1/OPT/VAN_BALANCE_FLAG
VENDOR_NUMBERopentext: VAN Liability report data element for Vendor Numbe /OPT/VAN_VENDOR_NUMCHAR10Assigned to domainALPHALIFNRLIFKRED
VENDOR_NAMEopentext: VAN Liability report data element for Vendor Name /OPT/VAN_VENDOR_NAMECHAR35NAME
NPLNRNetwork Number for Account Assignment /OPT/VAN_NETWORKCHAR12Assigned to domainALPHAAUFNRNET/OPT/VAN_SH_NETWK
NPLNR_NAMENetwork Name /OPT/VAN_NETWK_NAMECHAR40TEXT40
VORNRActivity Number /OPT/VAN_ACTIVITYCHAR4NUMCVVORNRVGN/OPT/VAN_SH_ACTIVITY
VORNR_NAMEOperation Text /OPT/VAN_OPERATION_TEXTCHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP structure /OPT/VAN_LIABILITY_LINES using ABAP code?

As /OPT/VAN_LIABILITY_LINES 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 /OPT/VAN_LIABILITY_LINES as there is no data to select.

How to access SAP table /OPT/VAN_LIABILITY_LINES

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