RFUMS2_DITEM_S SAP (Line Items for DME Tool (Adv.Return for Tax on Sales/Purch.)) Structure details

Dictionary Type: Structure
Description: Line Items for DME Tool (Adv.Return for Tax on Sales/Purch.)




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




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

RFUMS2_DITEM_S 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 "Line Items for DME Tool (Adv.Return for Tax on Sales/Purch.)" 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_RFUMS2_DITEM_S TYPE RFUMS2_DITEM_S.

The RFUMS2_DITEM_S table consists of various fields, each holding specific information or linking keys about Line Items for DME Tool (Adv.Return for Tax on Sales/Purch.) data available in SAP. These include BUKRS (Company Code), ADRNR (Address), NAME1 (Name 1), NAME2 (Name 2).. 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 RFUMS2_DITEM_S 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
RFUMS2_TAX_ITEM 0
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
ADRNRAddress ADRNRCHAR10ALPHAADRNR
NAME1Name 1 NAME1_BASCHAR35NAME
NAME2Name 2 NAME2_BASCHAR35NAME
NAME3Name 3 NAME3_BASCHAR35NAME
NAME4Name 4 NAME4_BASCHAR35NAME
STRASHouse number and street STRAS_GPCHAR35TEXT35
PFACHPO Box PFACHCHAR10PFACH
STRS2House number and street STRAS_GPCHAR35TEXT35
HAUSNHouse number HAUSN_BASCHAR6CHAR6
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01CHAR25TEXT25
TELFFirst telephone number TELF1CHAR16TEXT16
STCEGVAT Registration Number STCEGCHAR20STCEG
TXJCDTax Jurisdiction TXJCDCHAR15TXJCDTXJ
PERIVFiscal Year Variant PERIVCHAR2PERIV
UMKRSSales/Purchases Tax Group UMKRSCHAR4UMKRSFI_UMKRS_COLL
UMSNRTax Number for Advance Return for Tax on Sales/Purchases UMSVNRCHAR20TXT20
UKADRNRAddress ADRNRCHAR10ALPHAADRNR
FAADRAddress ADRNRCHAR10ALPHAADRNR
FNAME1Name 1 NAME1_BASCHAR35NAME
FNAME2Name 2 NAME2_BASCHAR35NAME
FNAME3Name 3 NAME3_BASCHAR35NAME
FNAME4Name 4 NAME4_BASCHAR35NAME
FSTRASHouse number and street STRAS_GPCHAR35TEXT35
FPFACHPO Box PFACHCHAR10PFACH
FSTRS2House number and street STRAS_GPCHAR35TEXT35
FHAUSNHouse number HAUSN_BASCHAR6CHAR6
FPSTLZPostal Code PSTLZCHAR10PSTLZ
FORT01City ORT01CHAR25TEXT25
LAND1Country Key LAND1CHAR3LAND1LND
MWSKZTax on sales/purchases code MWSKZCHAR2MWSKZ
KTOSLTransaction Key KTOSLCHAR3CHAR3
HWBASTax Base Amount in Local Currency HWBASCURR13(2) WERT7
HWSTETax Amount in Local Currency HWSTECURR13(2) WERT7
SHKZG_UMSVIndicator: Total Balance, Debit Balance or Credit Balance? SHKZG_UMSVCHAR1SHKZG
WAERSCurrency Key WAERSCUKY5WAERSFWS
MONA1Fiscal Period with Which an Advance Tax Return Period Starts MONAT1NUMC2MONAT
MONA2Fiscal Period with Which an Advance Tax Return Period Ends MONAT2NUMC2MONAT
BUDAT1Start Date of the Advance Tax Return Period USTDAT1DATS8DATUM
BUDAT2End Date of the Advance Tax Return Period USTDAT2DATS8DATUM
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BLDT1Start Date of the Advance Tax Return Period USTDAT1DATS8DATUM
BLDT2End Date of the Advance Tax Return Period USTDAT2DATS8DATUM
HWAERCurrency Key WAERSCUKY5WAERSFWS

Key field Non-key field



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

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

How to access SAP table RFUMS2_DITEM_S

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