REXCESM180_L SAP (Property Tax Data for the Cockpit) Structure details

Dictionary Type: Structure
Description: Property Tax Data for the Cockpit




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




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

REXCESM180_L 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 "Property Tax Data for the Cockpit" 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_REXCESM180_L TYPE REXCESM180_L.

The REXCESM180_L table consists of various fields, each holding specific information or linking keys about Property Tax Data for the Cockpit data available in SAP. These include MANDT (Client), BUKRS (Company Code), GJAHR (Fiscal Year), DECNR (Voucher 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: Can be enhanced (character-type or numeric)


SAP REXCESM180_L 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DECNRVoucher number REXCESDECNRCHAR13ALPHAREXCESDECNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
RECIDRecipient VAT Registration Number REXCESRECIDCHAR20STCEG
REPIDLegal Representative VAT Registration Number REXCESREPIDCHAR20STCEG
NAMERECRecipient Name REXCESNAMERCHAR40TEXT40
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
METHODMethod REXCESMETHODCHAR1REXCESMETHOD
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
QSSHHWithholding Tax Base Amount (Local Currency) QSSHHCURR13(2) WERT7
QBSHHWithholding Tax Amount (in Local Currency) QBSHHCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AYEARAccrual Fiscal year REXCESAYEARNUMC4
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
EXTNRExternal ID Number of Tax Return REXCESEXTNRCHAR13ALPHAREXCESDECNR

Key field Non-key field



How do I retrieve data from SAP structure REXCESM180_L using ABAP code?

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

How to access SAP table REXCESM180_L

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