VISCDTAPE SAP (Data of D-Tape) Table details

Dictionary Type: Table
Description: Data of D-Tape




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




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

VISCDTAPE is a standard SAP Table which is used to store Data of D-Tape data and is available within R/3 SAP systems depending on the version and release level.

The VISCDTAPE table consists of various fields, each holding specific information or linking keys about Data of D-Tape data available in SAP. These include SETTL_GUID (Unique Key of Settlement), SCS_SU_GUID (SU within SCS, for a Period and Measurement Type), SCS_RO_GUID (Rental Object for an SU, Period and Measurement Type), SCS_ROCN_GUID (Rental Object or Contract, Depending on Rental).. 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 VISCDTAPE 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
SETTL_GUIDUnique Key of Settlement RECASETTLGUIDRAW16VISCSETTLRECAGUID
SCS_SU_GUIDSU within SCS, for a Period and Measurement Type RESCSUGUIDRAW16RECAGUID
SCS_RO_GUIDRental Object for an SU, Period and Measurement Type RESCROGUIDRAW16RECAGUID
SCS_ROCN_GUIDRental Object or Contract, Depending on Rental RESCROCNGUIDRAW16RECAGUID
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NET_AMOUNTNet Amount in Transaction Currency RERANETAMOUNTCURR15(2) RECACURR
TAX_AMOUNTTax Amount in Transaction Currency RERATAXAMOUNTCURR15(2) RECACURR
DEDUCT_TAXDeductible Tax Amount RERADEDTAXAMTCURR15(2) RECACURR
NONDEDUCT_TAXNon-Deductible Tax Amount RERANONDEDTAXAMTCURR15(2) RECACURR
CHRGAMOUNTAmount of Apportionment Loss Risk RESCCHRGAMOUNTCURR15(2) RECACURR
NETAMOUNTNet Amount RESCNETAMOUNTDEC22(8) RESCSHCURR
NONDEDTAXAMTNon-Deductible Tax Amount RESCNONDEDTAXAMTDEC22(8) RESCSHCURR
DEDTAXAMOUNTDeductible Tax Amount RESCDEDTAXAMTDEC22(8) RESCSHCURR
NO_ENTRYNo Entry on the Tape RESCNOTAPEENTRYCHAR1RECABOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM VISCDTAPE
INTO CORRESPONDING FIELDS OF WA_VISCDTAPE
WHERE...

How to access SAP table VISCDTAPE

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