VIXCMSSINGLDOC SAP (Item Data: Single Document) Table details

Dictionary Type: Table
Description: Item Data: Single Document




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




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

VIXCMSSINGLDOC is a standard SAP Table which is used to store Item Data: Single Document data and is available within R/3 SAP systems depending on the version and release level.

The VIXCMSSINGLDOC table consists of various fields, each holding specific information or linking keys about Item Data: Single Document data available in SAP. These include DOCGUID (GUID in 'RAW' format), INTRENO (Internal Key of Real Estate Object), CALCYEAR (Fiscal Year), SCHEME (Settlement Schema).. 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 VIXCMSSINGLDOC 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
DOCGUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
INTRENOInternal Key of Real Estate Object RECAINTRENOCHAR13RECAINTRENO
CALCYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
SCHEMESettlement Schema REXCMSSCHEMECHAR10CHAR10REXCMSSCHEMEREXCMSSCHEME
SCHEMEPOSItem in Schema REXCMSSCHEMEPOSCHAR10CHAR10
COSTELEMENTCost Element REXCMSCOSTELEMENTCHAR10Assigned to domainALPHAKSTAR
DATAREFReference Link to Origin of Data REXCMSDATAREFCHAR1REXCMSDATAREF
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BASEAMOUNTBase Value REXCMSBASEAMOUNTCURR15(2) RECACURR
CALCAMOUNTCalculated Value REXCMSCALCAMOUNTCURR15(2) RECACURR
REFINTRENOInternal Key of Real Estate Object RECAINTRENOCHAR13RECAINTRENO
SGTXTSegment text CO_SGTXTCHAR50TEXT50
DOCDATEDocument Date CO_BLDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIXCMSSINGLDOC
INTO CORRESPONDING FIELDS OF WA_VIXCMSSINGLDOC
WHERE...

How to access SAP table VIXCMSSINGLDOC

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