IDCFMBRSETX_HST SAP (History table for taxation) Table details

Dictionary Type: Table
Description: History table for taxation




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




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

IDCFMBRSETX_HST is a standard SAP Table which is used to store History table for taxation data and is available within R/3 SAP systems depending on the version and release level.

The IDCFMBRSETX_HST table consists of various fields, each holding specific information or linking keys about History table for taxation data available in SAP. These include BUKRS (Company Code), RFHA (Financial Transaction), DZTERM (Payment or Delivery Date), TYPE (Type of tax).. 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 IDCFMBRSETX_HST 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
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
DZTERMPayment or Delivery Date TB_DZTERMDATS8DATUMT33
TYPEType of tax IDCFMBR_TAXTYPECHAR5IDCFMBR_TAXTYPE
PC_RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
BUPRCClosing/Sale Price for Position IDCFMCLPRICEDEC15(6) VVPKTKUR
PERCENTPercentage Rate to Determine Derived Amount TB_PABSATZDEC10(7) DEC3_7
BZBETRAmount that Changes the Position TB_BBBETRCURR13(2) WERTV7
ASTUECKNumber of reference securities REFASTUECKDEC15(5) ASTUECK
BAL_QTYTotal position available VVAGESVERFDEC15(5) ASTUECK
BAL_AMTCurrency amount SRMCURRCURR31(2) SRMCURR
T_RESULTAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
PROV_IRRFPayment amount in payment currency TB_BZBETRCURR13(2) WERTV7
ADJ_IRRFAdjustment IRRF Accrual IDCFMBRSETX_ADJCURR13(2) WERTV7
SGSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
RANLSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
RLDEPOSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
WBBETRCurrency of Position Amount TB_WBBETRCUKY5Assigned to domainWAERS
AA_REFAccount Assignment Reference of Position Management TPM_AA_REFCHAR12Assigned to domainTPM_AA_REFTRAC_AA_REF
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
TEXTLog message from external program BTCXPGMSGCHAR128CHAR128
RVRSReversal indicator TB_SSTORNOCHAR1XFELD
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUDATPosting Date in the Document BUDATDATS8DATUM
REV_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
REV_BUDATPosting Date in the Document BUDATDATS8DATUM
TAX_RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
REV_REASONReason for Reversal IDCFM_REVREASONCHAR2Assigned to domainIDCFM_REVREASON

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDCFMBRSETX_HST
INTO CORRESPONDING FIELDS OF WA_IDCFMBRSETX_HST
WHERE...

How to access SAP table IDCFMBRSETX_HST

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