VIAK14 SAP (RA credit memo/receivable:now only used as structure!) Table details

Dictionary Type: Table
Description: RA credit memo/receivable:now only used as structure!




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




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

VIAK14 is a standard SAP Table which is used to store RA credit memo/receivable:now only used as structure! data and is available within R/3 SAP systems depending on the version and release level.

The VIAK14 table consists of various fields, each holding specific information or linking keys about RA credit memo/receivable:now only used as structure! data available in SAP. These include MANDT (Client), BUKRS (Company Code), SMIVE (Lease-Out Number), SWENR (Site 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 (character-type or numeric)


SAP VIAK14 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SMIVELease-Out Number SMIVECHAR13ALPHAVVSMIVEMIVMRTA
SWENRSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SMENRNumber of Rental Unit SMENRCHAR8Assigned to domainSMENRSMENRMEHMCME
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
DVONPERPeriod start date DVONPERDATS8DATUM
NPERSONDSpecial period to post follow-up costs VVNPERSONDNUMC2NUMC2
SNKSLService Charge Key SNKSLCHAR4Assigned to domainALPHASNKSLNKLREFXCLSNKSL
DBISPERDate of settlement period end DBISPERDATS8DATUM
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
VVBKOPTGAverage costs per day for a condition type VVBKOPTGCURR13(2) WRTV7
BNETTONet amount BNETTOCURR13(2) WRTV7
BSTEUERTax amount BSTEUERCURR13(2) WRTV7
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
BGUFOCredit memo/receivable amount BGUFOCURR13(2) WRTV7
BMWSTValue-added tax amount included BMWSTCURR13(2) WRTV7
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
DVZNEUValid-as-from date for new advance payment DVZNEUDATS8DDAT
BVZNEUNew advance payment amount BVZNEUCURR13(2) WRTV7
BKONDALTPrevious condition amount BKONDALTCURR13(2) WRTV7
VVSKVZAReason why advance payment adjustment not carried out VVSKVZACHAR1VVSKVZA
DABRECHSettlement date DABRECHDATS8DDAT
VVABBLNSettlement Identification ->Accounting Ref. Doc.Number VVABBLN1CHAR16XBLNR1IAB
DMBTRAmount of advance payments made for SCS VVGELVZCURR13(2) WERT7
MWSTSTax Amount in Local Currency MWSTSCURR13(2) WERT7
BNAVSTAmount of non-deductible input tax share VVBNAVSTCURR13(2) WRTV7
BSTBASBase amount for tax calculation in incid.expenses sttlmnt VVBSTBASCURR13(2) WRTV7
BSTBTROutput tax for customer posting in service charge settlement VVBSTBTRCURR13(2) WRTV7
PERHVZPercentage of additional advance payment increase VVPERHVZDEC4(2) DEC2_2V
BSTKORRTax adjustment for tenant service charge settlement VVBSTKORRCURR13(2) WERTV7
ABREARTSettlement type for service charges after settlement perfor. VVABREARTCHAR1VVABREART
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
MAXCOSTMaximum costs value for service charge settlement VVMAXCOSTCURR13(2) WERT7
REBKOPTGAverage costs per day for a condition type REBKOPTGDEC13(6)
BNETTO_REALNet amount, original amount REBNETTO_REALCURR13(2) WRTV7
BSTBAS_REALBasic amount for tax calculation for SCS, orig. value REBSTBAS_REALCURR13(2) WRTV7
BSTBTR_REALOutput tax for customer posting for SCS, original value REBSTBTR_REALCURR13(2) WRTV7

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIAK14
INTO CORRESPONDING FIELDS OF WA_VIAK14
WHERE...

How to access SAP table VIAK14

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