FMBW_S_ORIGINAL_LAYOUT SAP (Data For Original Layout) Structure details

Dictionary Type: Structure
Description: Data For Original Layout




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




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

FMBW_S_ORIGINAL_LAYOUT 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 "Data For Original Layout" 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_FMBW_S_ORIGINAL_LAYOUT TYPE FMBW_S_ORIGINAL_LAYOUT.

The FMBW_S_ORIGINAL_LAYOUT table consists of various fields, each holding specific information or linking keys about Data For Original Layout data available in SAP. These include LAYOUT (), CLIENT (Client), LAYOUTVAR (Layout variant - Layout management in budgeting), FUNDPOS (Position of Fund).. 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 FMBW_S_ORIGINAL_LAYOUT 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
FLG_STORECheckbox XFELDCHAR1XFELD
LAYOUT 0
CLIENTClient MANDTCLNT3MANDT
LAYOUTVARLayout variant - Layout management in budgeting FMLA_LAYOUTVARCHAR6FMLA_LAYOUTVARLAY
FUNDPOSPosition of Fund FMLA_FUNDPOSCHAR1FMLA_LAYPOS
FUNDSCTRPOSPosition of Funds Center FMLA_FUNDSCTRPOSCHAR1FMLA_LAYPOS
CMMTITEMPOSPosition of Commitment Item FMLA_CMMTITEMPOSCHAR1FMLA_LAYPOS
FUNCAREAPOSPosition of Functional Area FMLA_FUNCAREAPOSCHAR1FMLA_LAYPOS
CEFFYEARPOSPosition of Year of Cash Effectivity FMLA_CEFFYEARPOSCHAR1FMLA_LAYPOS
BUDTYPEPOSPosition for Budget Type FMLA_BUDTYPEPOSCHAR1FMLA_LAYPOS
MEASUREPOSPosition or Funded Program FMLA_MEASUREPOSCHAR1FMLA_LAYPOS
GRANT_NBRPOSPosition for Grant FMLA_GRANT_NBRPOSCHAR1FMLA_LAYPOS
USERDIMPOSCustomer Field Position FMLA_USERDIMPOSCHAR1FMLA_LAYPOS
FLG_CTEM_CATDisplay Commitment Item Category FMBW_CTEM_CATEGORYCHAR1XFELD
DISTKEYDistribution Key SPREDCHAR4SPREDGSP
FUNDCOLColumn position in entry document line FMLA_COLPOSINT13
FUNDSCTRCOLColumn position in entry document line FMLA_COLPOSINT13
CMMTITEMCOLColumn position in entry document line FMLA_COLPOSINT13
FUNCAREACOLColumn position in entry document line FMLA_COLPOSINT13
CEFFYEARCOLColumn position in entry document line FMLA_COLPOSINT13
BUDTYPECOLColumn position in entry document line FMLA_COLPOSINT13
MEASURECOLColumn position in entry document line FMLA_COLPOSINT13
GRANT_NBRCOLColumn position in entry document line FMLA_COLPOSINT13
USERDIMCOLColumn position in entry document line FMLA_COLPOSINT13
FUNDCOLABSColumn position in entry document line FMLA_COLPOSINT13
FUNDSCTRCOLABSColumn position in entry document line FMLA_COLPOSINT13
CMMTITEMCOLABSColumn position in entry document line FMLA_COLPOSINT13
FUNCAREACOLABSColumn position in entry document line FMLA_COLPOSINT13
CEFFYEARCOLABSColumn position in entry document line FMLA_COLPOSINT13
BUDTYPECOLABSColumn position in entry document line FMLA_COLPOSINT13
MEASURECOLABSColumn position in entry document line FMLA_COLPOSINT13
GRANT_NBRCOLABSColumn position in entry document line FMLA_COLPOSINT13
USERDIMCOLABSColumn position in entry document line FMLA_COLPOSINT13
PERIODPOSPosition of Period FMLA_PERIODPOSCHAR1FMLA_LAYPOS
FLG_AUTO_LINESAutomatic Line Generation in BWB FLBW_AUTO_LINESCHAR1XFELD
BUDCATPOSCombination Payment and commmitment FMLA_BUDCATPOSCHAR2FMLA_BUDCATPOS
BUDGET_PDPOSPosition for Budget Period FMLA_BUDGET_PDPOSCHAR1FMLA_LAYPOS
BUDGET_PDCOLColumn position in entry document line FMLA_COLPOSINT13
BUDGET_PDCOLABSColumn position in entry document line FMLA_COLPOSINT13

Key field Non-key field



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

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

How to access SAP table FMBW_S_ORIGINAL_LAYOUT

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