REXCITICI_C SAP (ICI document information) Structure details

Dictionary Type: Structure
Description: ICI document information




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




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

REXCITICI_C 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 "ICI document information" 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_REXCITICI_C TYPE REXCITICI_C.

The REXCITICI_C table consists of various fields, each holding specific information or linking keys about ICI document information data available in SAP. These include ICICOLLECTOR (Name of the Tax Collector), BUKRS (Company Code), BUTXT (Name of Company Code or Company), ORT01 (City).. 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 REXCITICI_C 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
ACCNOAccount number REXCITACCNOCHAR10
ICICOLLECTORName of the Tax Collector REXCITICICOLLECTORCHAR60RECAXLDESCRIPTION
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
ORT01City ORT01CHAR25TEXT25
STCEGVAT Registration Number STCEGCHAR20STCEG
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUMHouse Number AD_HSNM1CHAR10TEXT10
ICIACCAccumulated ICI tax amount REXCITICIACCCURR15(2) RECACURR
ICIACCTAICI tax amount related to agricultural land REXCITICIACCTACURR15(2) RECACURR
ICIACCAFICI tax amount related to building areas REXCITICIACCAFCURR15(2) RECACURR
ICIACCOTHICI tax amount related to buildings REXCITICIACCOTHCURR15(2) RECACURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
UNITNUMNumber of units per city REXCITUNITNUMNUMC4
FISCYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ISINSTPRIPrinting ICI first instalment (otherwise balance payment) REXCITISINSTPRICHAR1RECABOOL

Key field Non-key field



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

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

How to access SAP table REXCITICI_C

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