FOTRFDITMCHG SAP (Change Documents, VAT Refund Item) Table details

Dictionary Type: Table
Description: Change Documents, VAT Refund Item




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




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

FOTRFDITMCHG is a standard SAP Table which is used to store Change Documents, VAT Refund Item data and is available within R/3 SAP systems depending on the version and release level.

The FOTRFDITMCHG table consists of various fields, each holding specific information or linking keys about Change Documents, VAT Refund Item data available in SAP. These include RFD_ITEM_ID (ID of VAT Refund-Related Line Items), CHANTSTMP (Change Time of Reporting Data), DECL_CTRY (Reporting Country), RFD_CTRY (Tax Refund Country).. 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 FOTRFDITMCHG 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 MANDTCLNT3T000MANDT
RFD_ITEM_IDID of VAT Refund-Related Line Items FOT_RFD_ITEM_IDCHAR36FOT_RFD_ITEM_ID
CHANTSTMPChange Time of Reporting Data FOT_CHTSTMPDEC16FOT_TSTMP
DECL_CTRYReporting Country FOT_DCCTRYCHAR3Assigned to domainLAND1FOTCTRY
RFD_CTRYTax Refund Country FOT_RFD_CTRYCHAR3Assigned to domainLAND1LND
USERCHANGEChanger of Rep. Data Electr. Communication with Authorities FOT_USRCHGCHAR12Assigned to domainXUBNAME
XBLNRReference Document Number XBLNRCHAR16XBLNR
RFD_CHARCode for Goods and Services for VAT Refund Procedure FOT_RFD_CHARCHAR3ALPHAFOT_RFD_CHAR
RFD_SUBCODESubcode for VAT Refund FOT_TAX_RFD_SUB_CODECHAR15TAX_RFD_SUB_CODE
RFD_CH_SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
RFD_CH_DESCRAdditional Description of Nature of Goods and Services FOT_RFD_CH_DESCRCHAR100CHAR100
BASE_AMTBase Amount in Document Currency FOT_BASE_AMTCURR15(2) WERTV8
TAX_AMTTax Amount in Document Currency FOT_TAX_AMTCURR15(2) WERTV8
ORIG_CURRDocument Currency FOT_ORIG_CURRCUKY5TCURCWAERS
RBASE_AMTBase Amount in Reporting Currency FOT_RBASE_AMTCURR15(2) WERTV8
RTX_AMTTax Amount in Reporting Currency FOT_RTAX_AMTCURR15(2) WERTV8
REP_CURRReporting Currency FOT_CURRCUKY5TCURCWAERS
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
NAMEName 1 AD_NAME1CHAR40TEXT40
CRED_CTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUMHouse Number AD_HSNM1CHAR10TEXT10
POST_CODECity postal code AD_PSTCD1CHAR10CHAR10
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
STCEGVAT Registration Number STCEGCHAR20STCEG
STCD1Tax Number 1 STCD1CHAR16STCD1
REC_NOTVInvoice Number of Original Document FOT_PTRV_RECEIPT_NOCHAR16
REC_POS_NOTVNumber of Invoice Item FOT_PTRV_RECEIPT_ITEMNUMC3
STATUSStatus of Line Item for VAT Refund Procedure FOT_ITEM_STATUSCHAR2FOT_ITEM_STATUS
ORIG_REQOrig. Doc. Transferred to Tax Authority of Refund Country FOT_ORIGREQCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FOTRFDITMCHG
INTO CORRESPONDING FIELDS OF WA_FOTRFDITMCHG
WHERE...

How to access SAP table FOTRFDITMCHG

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