SAP FMBCFF_S_CUST Parameters for bulk wise creation of entry documents Table data and field list

FMBCFF_S_CUST 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 "Parameters for bulk wise creation of entry documents" 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_FMBCFF_S_CUST TYPE FMBCFF_S_CUST.

The FMBCFF_S_CUST table consists of various fields, each holding specific information or linking keys about Parameters for bulk wise creation of entry documents data available in SAP. These include VERSION (Budget version), DOCSTATE (Status of a budget entry document), DOCTYPE (Budget entry document type), HEADER_TEXT (Header Text for Budget Entry Document)... 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. .

FMBCFF_S_CUST structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FMBCFF_S_CUST structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the FMBCFF_S_CUST table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
HDR_PARAMS 0
VERSIONBudget version BUKU_VERSIONCHAR3ALPHACOVERSIBP2
DOCSTATEStatus of a budget entry document BUED_DOCSTATECHAR1BUED_DOCSTATE
DOCTYPEBudget entry document type BUED_DOCTYPECHAR4BUED_DOCTYPEDOTY
HEADER_TEXTHeader Text for Budget Entry Document BUED_HDTEXTCHAR50TEXT50
TWO_SIDE_PROCESSBudgeting Process BUKU_PROCESS_UICHAR4BUKU_PROCESS_UI
SPROCESSBudgeting Process BUKU_PROCESS_UICHAR4BUKU_PROCESS_UI
RPROCESSBudgeting Process BUKU_PROCESS_UICHAR4BUKU_PROCESS_UI
SNDR_PARAMS 0
DISTRKEYDistribution Key SPREDCHAR4SPREDGSP
BUDTYPEBudget Type BUKU_BUDTYPECHAR4CHAR4BUTY
BUDTYPE_TWOSIDEBudget Type (Two-sided postings) FMBCCF_BUDTYPE_SNDR_RCVRCHAR4CHAR4BUTY
PERIODPosting period POPERNUMC3POPERPOPR
TEXTItem Text SGTXTCHAR50TEXT50
RCVR_PARAMS 0
DISTRKEYDistribution Key SPREDCHAR4SPREDGSP
BUDTYPEBudget Type BUKU_BUDTYPECHAR4CHAR4BUTY
BUDTYPE_TWOSIDEBudget Type (Two-sided postings) FMBCCF_BUDTYPE_SNDR_RCVRCHAR4CHAR4BUTY
PERIODPosting period POPERNUMC3POPERPOPR
TEXTItem Text SGTXTCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table FMBCFF_S_CUST

Within an ECC or HANA version of SAP you can also view further information about FMBCFF_S_CUST and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).