SEMBW2_FIN_REP_STRUC SAP (Financial reporting structure) Structure details

Dictionary Type: Structure
Description: Financial reporting structure




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




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

SEMBW2_FIN_REP_STRUC 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 "Financial reporting structure" 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_SEMBW2_FIN_REP_STRUC TYPE SEMBW2_FIN_REP_STRUC.

The SEMBW2_FIN_REP_STRUC table consists of various fields, each holding specific information or linking keys about Financial reporting structure data available in SAP. These include CODE (Proxy Data Element (generated)), CHART_OF_ACCOUNTS_CODE (Proxy Data Element (generated)), TOP_LEVEL_ASSETS_FINANCIAL_REP (), CONTROLLER ().. 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 (Deep)


SAP SEMBW2_FIN_REP_STRUC 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
CONTROLLER 0
CODEProxy Data Element (generated) SEMBW2_FINANCIAL_REPORTING_ST1CHAR4
CHART_OF_ACCOUNTS_CODEProxy Data Element (generated) SEMBW2_CHART_OF_ACCOUNTS_CODECHAR4
TOP_LEVEL_ASSETS_FINANCIAL_REP 0
CONTROLLER 0
LIST_ID 0
CONTENTProxy Data Element (generated) SEMBW2_FINANCIAL_REPORTING_STRCHAR10
TOP_LEVEL_LIABILITIES_FINANCIA 0
CONTROLLER 0
LIST_ID 0
CONTENTProxy Data Element (generated) SEMBW2_FINANCIAL_REPORTING_STRCHAR10
NET_LOSS_FINANCIAL_REPORTING_S 0
CONTROLLER 0
LIST_ID 0
CONTENTProxy Data Element (generated) SEMBW2_FINANCIAL_REPORTING_STRCHAR10
NET_PROFIT_FINANCIAL_REPORTING 0
CONTROLLER 0
LIST_ID 0
CONTENTProxy Data Element (generated) SEMBW2_FINANCIAL_REPORTING_STRCHAR10
PROFIT_AND_LOSS_PROFIT_FINANCI 0
CONTROLLER 0
LIST_ID 0
CONTENTProxy Data Element (generated) SEMBW2_FINANCIAL_REPORTING_STRCHAR10
NOT_ASSIGNABLE_ACCOUNTS_FINANC 0
CONTROLLER 0
LIST_ID 0
CONTENTProxy Data Element (generated) SEMBW2_FINANCIAL_REPORTING_STRCHAR10
NOTES_FINANCIAL_REPORTING_STRU 0
CONTROLLER 0
LIST_ID 0
CONTENTProxy Data Element (generated) SEMBW2_FINANCIAL_REPORTING_STRCHAR10
CATEGORY_CODEProxy Data Element (generated) SEMBW2_FINANCIAL_REPORTING_ST2CHAR1
FINANCIAL_CONSOLIDATION_AREA_C 0
CONTROLLER 0
LIST_ID 0
LIST_VERSION_ID 0
LIST_AGENCY_ID 0
CONTENTProxy Data Element (generated) SEMBW2_FINANCIAL_CONSOLIDATIO2CHAR2
CONSOLIDATION_CHART_OF_ACCOUNTIndicator is the representation of a situation that has exac SEMBW2_INDICATORCHAR1XSDBOOLEAN
FUNCTIONAL_AREA_ASSIGNMENT_ALLIndicator is the representation of a situation that has exac SEMBW2_INDICATORCHAR1XSDBOOLEAN
NAME 0
ITEM 0
ACTION_CODEProxy Data Element (generated) SEMBW2_ACTION_CODECHAR2
NAME_LIST_COMPLETE_TRANSMISSIOIndicator is the representation of a situation that has exac SEMBW2_INDICATORCHAR1XSDBOOLEAN
ITEM_LIST_COMPLETE_TRANSMISSIOIndicator is the representation of a situation that has exac SEMBW2_INDICATORCHAR1XSDBOOLEAN

Key field Non-key field



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

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

How to access SAP table SEMBW2_FIN_REP_STRUC

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