EWUFIBUKRS SAP (EMU conversion: Company code data) Structure details

Dictionary Type: Structure
Description: EMU conversion: Company code data




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




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

EWUFIBUKRS 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 "EMU conversion: Company code data" 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_EWUFIBUKRS TYPE EWUFIBUKRS.

The EWUFIBUKRS table consists of various fields, each holding specific information or linking keys about EMU conversion: Company code data data available in SAP. These include KTOPL (Chart of Accounts), PERIV (Fiscal Year Variant), KKBER (Credit control area), LAND1 (Country Key).. 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: Not classified


SAP EWUFIBUKRS 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KTOPLChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
KKBERCredit control area KKBERCHAR4Assigned to domainKKBERKKB
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
CYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
STIDAClearing Date AUGDTDATS8DATUM
CURT1Currency type of the first local currency EWU_CURT1CHAR2CURTP
CURT2Currency type of second local currency EWU_CURT2CHAR2CURTP
CURT3Currency type of third local currency EWU_CURT3CHAR2CURTP
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
HWAE2Currency Key of Second Local Currency HWAE2CUKY5Assigned to domainWAERS
HWAE3Currency Key of Third Local Currency HWAE3CUKY5Assigned to domainWAERS
RLDN1Ledger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
RLDN2Ledger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
RLDN3Ledger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
NUMB1Number of the currency in FI-SL CURRNUMBERCHAR1CURRNUMBER
NUMB2Number of the currency in FI-SL CURRNUMBERCHAR1CURRNUMBER
NUMB3Number of the currency in FI-SL CURRNUMBERCHAR1CURRNUMBER
XCU10EMU: Company code's first local currency is converted XCU10CHAR1XFELD
XCUW2EMU: Company code's second local currency is converted XCUW2CHAR1XFELD
XCUW3EMU: Company code's third local currency is converted XCUW3CHAR1XFELD
XCULWEMU: Country currency from company code is converted XCULWCHAR1XFELD
XCU11EMU: Credit control area currency from company code XCU11CHAR1XFELD

Key field Non-key field



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

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

How to access SAP table EWUFIBUKRS

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