/CEECV/ROFIRFUMS SAP (RFUMSV00: Assignment of Tax codes to RO-specific columns) Table details

Dictionary Type: Table
Description: RFUMSV00: Assignment of Tax codes to RO-specific columns




ABAP Code to SELECT data from /CEECV/ROFIRFUMS
Related tables to /CEECV/ROFIRFUMS
Access table /CEECV/ROFIRFUMS




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

/CEECV/ROFIRFUMS is a standard SAP Table which is used to store RFUMSV00: Assignment of Tax codes to RO-specific columns data and is available within R/3 SAP systems depending on the version and release level.

The /CEECV/ROFIRFUMS table consists of various fields, each holding specific information or linking keys about RFUMSV00: Assignment of Tax codes to RO-specific columns data available in SAP. These include KALSM (Procedure (Pricing, Output Control, Acct. Det., Costing,...)), MWSKZ (Tax on sales/purchases code), KTOSL (Transaction Key), FN_CUR01 (RFUMS_TAX_ITEM field to fill in Currency Field 01).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /CEECV/ROFIRFUMS 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
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6T683KALSM
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
KTOSLTransaction Key KTOSLCHAR3CHAR3
FN_CUR01RFUMS_TAX_ITEM field to fill in Currency Field 01 /CEECV/ROFI_CFN_01CHAR30Assigned to domainFDNAMEDFD
FN_CUR02RFUMS_TAX_ITEM field to fill in Currency Field 02 /CEECV/ROFI_CFN_02CHAR30Assigned to domainFDNAMEDFD
FN_CUR03RFUMS_TAX_ITEM field to fill in Currency Field 03 /CEECV/ROFI_CFN_03CHAR30Assigned to domainFDNAMEDFD
FN_CUR04RFUMS_TAX_ITEM field to fill in Currency Field 04 /CEECV/ROFI_CFN_04CHAR30Assigned to domainFDNAMEDFD
FN_CUR05RFUMS_TAX_ITEM field to fill in Currency Field 05 /CEECV/ROFI_CFN_05CHAR30Assigned to domainFDNAMEDFD
FN_CUR06RFUMS_TAX_ITEM field to fill in Currency Field 06 /CEECV/ROFI_CFN_06CHAR30Assigned to domainFDNAMEDFD
FN_CUR07RFUMS_TAX_ITEM field to fill in Currency Field 07 /CEECV/ROFI_CFN_07CHAR30Assigned to domainFDNAMEDFD
FN_CUR08RFUMS_TAX_ITEM field to fill in Currency Field 08 /CEECV/ROFI_CFN_08CHAR30Assigned to domainFDNAMEDFD
FN_CUR09RFUMS_TAX_ITEM field to fill in Currency Field 09 /CEECV/ROFI_CFN_09CHAR30Assigned to domainFDNAMEDFD
FN_CUR10RFUMS_TAX_ITEM field to fill in Currency Field 10 /CEECV/ROFI_CFN_10CHAR30Assigned to domainFDNAMEDFD
FN_CUR11RFUMS_TAX_ITEM field to fill in Currency Field 11 /CEECV/ROFI_CFN_11CHAR30Assigned to domainFDNAMEDFD
FN_CUR12RFUMS_TAX_ITEM field to fill in Currency Field 12 /CEECV/ROFI_CFN_12CHAR30Assigned to domainFDNAMEDFD
FN_CUR13RFUMS_TAX_ITEM field to fill in Currency Field 13 /CEECV/ROFI_CFN_13CHAR30Assigned to domainFDNAMEDFD
FN_CUR14RFUMS_TAX_ITEM field to fill in Currency Field 14 /CEECV/ROFI_CFN_14CHAR30Assigned to domainFDNAMEDFD
FN_CUR15RFUMS_TAX_ITEM field to fill in Currency Field 15 /CEECV/ROFI_CFN_15CHAR30Assigned to domainFDNAMEDFD
FN_CUR16RFUMS_TAX_ITEM field to fill in Currency Field 16 /CEECV/ROFI_CFN_16CHAR30Assigned to domainFDNAMEDFD
FN_CUR17RFUMS_TAX_ITEM field to fill in Currency Field 17 /CEECV/ROFI_CFN_17CHAR30Assigned to domainFDNAMEDFD
FN_CUR18RFUMS_TAX_ITEM field to fill in Currency Field 18 /CEECV/ROFI_CFN_18CHAR30Assigned to domainFDNAMEDFD
FN_CUR19RFUMS_TAX_ITEM field to fill in Currency Field 19 /CEECV/ROFI_CFN_19CHAR30Assigned to domainFDNAMEDFD
FN_CUR20RFUMS_TAX_ITEM field to fill in Currency Field 20 /CEECV/ROFI_CFN_20CHAR30Assigned to domainFDNAMEDFD
FN_CUR21RFUMS_TAX_ITEM field to fill in Currency Field 21 /CEECV/ROFI_CFN_21CHAR30Assigned to domainFDNAMEDFD

Key field Non-key field



How do I retrieve data from SAP table /CEECV/ROFIRFUMS using ABAP code

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

SELECT SINGLE *
FROM /CEECV/ROFIRFUMS
INTO CORRESPONDING FIELDS OF WA_/CEECV/ROFIRFUMS
WHERE...

How to access SAP table /CEECV/ROFIRFUMS

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