FIKZD_RET_REG SAP (Register for customer returns (VAT and Tax Import)) Table details

Dictionary Type: Table
Description: Register for customer returns (VAT and Tax Import)




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




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

FIKZD_RET_REG is a standard SAP Table which is used to store Register for customer returns (VAT and Tax Import) data and is available within R/3 SAP systems depending on the version and release level.

The FIKZD_RET_REG table consists of various fields, each holding specific information or linking keys about Register for customer returns (VAT and Tax Import) data available in SAP. These include BUKRS (Company Code), RET_GROUP (Return Group (i.e. VAT Return, Tax Import)), DECL_YEAR (Declaration Year), DECL_QUART (Declaration Quarter).. 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 FIKZD_RET_REG 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 BUKRSCHAR4T001BUKRSBUKC_T001
RET_GROUPReturn Group (i.e. VAT Return, Tax Import) FIKZ_RETURN_GROUPNUMC2FIKZ_RETURN_GROUP
DECL_YEARDeclaration Year FIKZ_REGINV_DECL_YEARNUMC4GJAHRGJAHR
DECL_QUARTDeclaration Quarter FIKZ_REGINV_DECL_QUARTNUMC1FIKZ_REGINV_DECL_QUART
DECL_TYPEDeclaration Type FIKZ_RETTYPENUMC1FIKZ_RETTYPE
DECL_SUBMIT_DATEDeclaration Submit Date in Tax Office FIKZ_REGINV_DECL_SUBMIT_DATEDATS8DATUM
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
TMSTMPTime Stamp FIKZ_TMSTMPCHAR14TIMESTAMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIKZD_RET_REG
INTO CORRESPONDING FIELDS OF WA_FIKZD_RET_REG
WHERE...

How to access SAP table FIKZD_RET_REG

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