FMBPA_S_DOCLINE_COMMON SAP (Budgeting Document Lines Common Part) Structure details

Dictionary Type: Structure
Description: Budgeting Document Lines Common Part




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




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

FMBPA_S_DOCLINE_COMMON 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 "Budgeting Document Lines Common Part" 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_FMBPA_S_DOCLINE_COMMON TYPE FMBPA_S_DOCLINE_COMMON.

The FMBPA_S_DOCLINE_COMMON table consists of various fields, each holding specific information or linking keys about Budgeting Document Lines Common Part data available in SAP. These include PROCESS_UI (Budgeting Process), VALTYPE (BCS Value Type), SBUDTYPE (Budget Type), SFISCYEAR (Fiscal Year).. 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 FMBPA_S_DOCLINE_COMMON 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
FM_AREAFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
PROCESS_UIBudgeting Process BUKU_PROCESS_UICHAR4Assigned to domainBUKU_PROCESS_UI
VALTYPEBCS Value Type BUKU_VALTYPECHAR2Assigned to domainBUKU_VALTYPE
SBUDTYPEBudget Type BUKU_BUDTYPECHAR4CHAR4BUTY
SFISCYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
SCEFFYEARYear of Cash Effectivity GNJHRNUMC4GJAHRGJAHRGNJHR
SPERIODBudgeting period BUKU_PERIODNUMC3BUKU_PERIODBUPR
SFUNDFund FM_FUNDCHAR10FMFINCODEBP_GEBERFIC
SFUNDSCTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
SCMMTITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
SFUNCAREAFunctional Area FM_FAREACHAR16TFKBFKBERFBE
SMEASUREFunded Program FM_MEASURECHAR24FMMEASUREFM_MEASUREFM_MEASURE
SGRANT_NBRGrant GM_GRANT_NBRCHAR20GMGRALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
SUSERDIMCustomer Field for FM Actual and Commitment Data FM_USERDIMCHAR10CHAR10
RBUDTYPEBudget Type BUKU_BUDTYPECHAR4CHAR4BUTY
RFISCYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RCEFFYEARYear of Cash Effectivity GNJHRNUMC4GJAHRGJAHRGNJHR
RPERIODBudgeting period BUKU_PERIODNUMC3BUKU_PERIODBUPR
RFUNDFund FM_FUNDCHAR10FMFINCODEBP_GEBERFIC
RFUNDSCTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
RCMMTITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
RFUNCAREAFunctional Area FM_FAREACHAR16TFKBFKBERFBE
RMEASUREFunded Program FM_MEASURECHAR24FMMEASUREFM_MEASUREFM_MEASURE
RGRANT_NBRGrant GM_GRANT_NBRCHAR20GMGRALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
RUSERDIMCustomer Field for FM Actual and Commitment Data FM_USERDIMCHAR10CHAR10
TCURRTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
DECIMAL_POSNumber of Decimal Places DECIMCUKY5DECIM
SVALUEBudget amount in transaction currency TVALXX9CURR17(2) WERTV9
RVALUEBudget amount in transaction currency TVALXX9CURR17(2) WERTV9

Key field Non-key field



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

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

How to access SAP table FMBPA_S_DOCLINE_COMMON

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