FMBW_S_SEARCHDOC SAP (Structure for search doc (FMBH + FMHBH)) Structure details

Dictionary Type: Structure
Description: Structure for search doc (FMBH + FMHBH)




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




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

FMBW_S_SEARCHDOC 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 "Structure for search doc (FMBH + FMHBH)" 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_SEARCHDOC TYPE FMBW_S_SEARCHDOC.

The FMBW_S_SEARCHDOC table consists of various fields, each holding specific information or linking keys about Structure for search doc (FMBH + FMHBH) data available in SAP. These include DOCYEAR (Document Year), DOCNR (Budget entry document number), DOCFAM (Document Family Number), DOCTYPE (Budget entry document type).. 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: Cannot Be Enhanced


SAP FMBW_S_SEARCHDOC 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 FIKRSCHAR4Assigned to domainFIKRSFIK
DOCYEARDocument Year BUKU_DOCYEARNUMC4GJAHRGJAHRBUKU_DOCYEAR
DOCNRBudget entry document number BUED_DOCNRCHAR10ALPHABELNRBUED_DOCNR
DOCFAMDocument Family Number BUED_DOCFAMCHAR10ALPHABELNR
DOCTYPEBudget entry document type BUED_DOCTYPECHAR4Assigned to domainBUED_DOCTYPEDOTY
DOCSTATE_TXTText (length 17) TEXT17CHAR17TEXT17
PROCESS_UIBudgeting Process BUKU_PROCESS_UICHAR4BUPROCESS_UIBUKU_PROCESS_UI
VERSIONBudget version BUKU_VERSIONCHAR3Assigned to domainALPHACOVERSIBP2
TECHORGOriginal Application BUKU_TECHORGCHAR10Assigned to domainBUKU_TECHORG
CRTUSERUser Who Created or Updated the Object BUKU_CRTUSERCHAR12USERNAME
CRTDATEDate on which the object was created or updated BUKU_CRTDATEDATS8DATE
DOCDATEDocument Date BP_BLDATDATS8DATUM
POSTDATEPosting Date in the Document BUDATDATS8DATUM
RESPPERSPerson Responsible for Planning/Budgeting BP_VERANTCHAR20VERABBPV
TEXTNAMEText Name BP_TDNAMCHAR32CHAR32
DOCSTATEStatus of a budget entry document BUED_DOCSTATECHAR1BUED_DOCSTATE
REVSTATEReversal status BP_RSTATCHAR1BP_RSTAT
REVSTATE_TXTText (15 characters) TEXT15CHAR15TEXT15
REV_REFNRReversal Reference Document Number BUED_REV_REFNRCHAR10ALPHABELNR
REASON_REVReason for Reversal of Budget Document FMREV_STGRDCHAR2Assigned to domainSTGRDFSG
REASON_REV_TEXTText, length 40 TXT40CHAR40TEXT40
TEXT50Item Text SGTXTCHAR50TEXT50
FLG_CHOOSECheckbox XFELDCHAR1XFELD
FROM_ARCHIVECheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FMBW_S_SEARCHDOC

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