RFUMS_TAB_EP SAP (Tax on Sales/Purchases Line Item Information (BSET Extract)) Structure details

Dictionary Type: Structure
Description: Tax on Sales/Purchases Line Item Information (BSET Extract)




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




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

RFUMS_TAB_EP 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 "Tax on Sales/Purchases Line Item Information (BSET Extract)" 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_RFUMS_TAB_EP TYPE RFUMS_TAB_EP.

The RFUMS_TAB_EP table consists of various fields, each holding specific information or linking keys about Tax on Sales/Purchases Line Item Information (BSET Extract) data available in SAP. These include TXGRP (Group Indicator for Tax Line Items), MWSKZ (Tax on sales/purchases code), KTOSL (Transaction Key), KSCHL (Condition Type).. 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 RFUMS_TAB_EP 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
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
TXGRPGroup Indicator for Tax Line Items TXGRPNUMC3NUM03
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
KTOSLTransaction Key KTOSLCHAR3CHAR3
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
MWARTTax Type MWARTCHAR1MWART
STGRPTax type STGRP_007BCHAR1STGRP_007B
STAZFIndicator: Tax not deductible STAZF_007BCHAR1XFELD
KBETRRate (condition amount or percentage) where no scale exists KBETR_KONDCURR11(2) WERTV6
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
TKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
USER_FIELD_AField A Entered by User USER_FIELD_ACHAR40CHAR40
USER_FIELD_BField B Entered by User USER_FIELD_BCHAR40CHAR40
HWBAS 0
FWBAS 0
HWSTEAATax Deductible/Payable HWSTEAACURR13(2) WERT7
HWSTE 0
FWSTE 0
HWNAF 0
FWNAF 0
SDIFF 0
HWGROSSTotal from base amount and tax amount in reporting currency HWGROSSCURR17(2) WERTV9
TEXT1Name for value-added tax TEXT1_007SCHAR50TEXT50
FWSTEAADeductible/Payable Tax in Document Currency FWSTEAACURR13(2) WERT7
SDIFF_FC 0

Key field Non-key field



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

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

How to access SAP table RFUMS_TAB_EP

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