VIXCESM180DEC SAP (Modelo 180 - Witholding Tax Declarer Line 01) Table details

Dictionary Type: Table
Description: Modelo 180 - Witholding Tax Declarer Line 01




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




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

VIXCESM180DEC is a standard SAP Table which is used to store Modelo 180 - Witholding Tax Declarer Line 01 data and is available within R/3 SAP systems depending on the version and release level.

The VIXCESM180DEC table consists of various fields, each holding specific information or linking keys about Modelo 180 - Witholding Tax Declarer Line 01 data available in SAP. These include BUKRS (Company Code), GJAHR (Fiscal Year), DECNR (Voucher number), XSTOR (Document Has Been Reversed).. 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 VIXCESM180DEC 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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DECNRVoucher number REXCESDECNRCHAR13ALPHAREXCESDECNR
XSTORDocument Has Been Reversed REXCESXSTORCHAR1XFELD
DECIDDeclarant VAT Registration Number REXCESDECIDCHAR20STCEG
NAMEDECDeclarant Name REXCESNAMEDCHAR40TEXT40
MEDIUMType of output medium REXCESMEDIUMCHAR1REXCESMEDIUM
PNAME1Contact person name REXCESPNAME1CHAR40TEXT40
PHONE1First telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
DECTYPComplementary or substitute declaration REXCESDECTYPCHAR2REXCESDECTYP
DECNRPPrevious Declaration Voucher number REXCESDECNRPCHAR13ALPHAREXCESDECNR
RECOUNTTotal number of recipients REXCESRECOUNTNUMC9NUM9
QSSHHWithholding Tax Base Amount (Local Currency) QSSHHCURR13(2) WERT7
QBSHHWithholding Tax Amount (in Local Currency) QBSHHCURR13(2) WERT7
ELSEALElectronic Seal REXCESELSEALCHAR13CHAR13
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EXTNRExternal ID Number of Tax Return REXCESEXTNRCHAR13ALPHAREXCESDECNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM VIXCESM180DEC
INTO CORRESPONDING FIELDS OF WA_VIXCESM180DEC
WHERE...

How to access SAP table VIXCESM180DEC

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