FMPRINT_HEAD SAP (Header Data of Entry Document During Printing) Structure details

Dictionary Type: Structure
Description: Header Data of Entry Document During Printing




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




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

FMPRINT_HEAD 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 "Header Data of Entry Document During Printing" 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_FMPRINT_HEAD TYPE FMPRINT_HEAD.

The FMPRINT_HEAD table consists of various fields, each holding specific information or linking keys about Header Data of Entry Document During Printing data available in SAP. These include CPUDT (Date Document Was Created), BUDAT (Posting Date in the Document), BLDAT (Document Date), VADAT (Planning/budgeting value date).. 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: Not classified


SAP FMPRINT_HEAD 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
BELNREntry Document Number BP_DOCNRNUMC10Assigned to domainBP_DOCNRBPB
CPUDTDate Document Was Created CO_CPUDTDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date BP_BLDATDATS8DATUM
VADATPlanning/budgeting value date BD_VADATDATS8DATUM
VERANTPerson Responsible for Planning/Budgeting BP_VERANTCHAR20VERABBPV
USNAMName of Person who Created the Object ERNAMCHAR12USNAM
BSTATDocument/Document Line Item Status BP_BSTATCHAR1BP_BSTAT
REASONReason for decision for workflow FMREASONCHAR2Assigned to domainFMREASON
RSTATReversal status BP_RSTATCHAR1BP_RSTAT
RPUBLAWPublic Law Cited FM_PUBLAWCHAR20FM_PUBLAW
RLEGISType of Legislation FM_LEGISCHAR1FM_LEGIS
RCOHORTReporting Year for Cohort FM_COHORTCHAR4FM_COHORT
DOCTYPEBudget entry document type BUED_DOCTYPECHAR4Assigned to domainBUED_DOCTYPEDOTY
AWORGReference Organizational Units AWORGCHAR10AWORG
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
VERSNPlanning/budgeting version BP_VERSIONCHAR3Assigned to domainALPHABP_VERSIONBP2
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
SUBVOBudget Subtype BP_SUBVOCHAR4Assigned to domainBP_SUBVO
VORGABudget Type Budgeting/Planning BP_VORGANGCHAR4Assigned to domainACTIVITY
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
SGTEXTDocument Header Text BP_BLTXTCHAR50TEXT50
NAMTEXTText Name BP_TDNAMCHAR32CHAR32
LTEXTLong Text Exists BP_LTEXTCHAR1XFELD
TDLINEText Line TDLINECHAR132TDSTXLLINE
OBJNRObject number BP_OBJEKTCHAR22Assigned to domainJ_OBJNR
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
TEXT20Budget Subtype Name (M) BP_SUBVOT20CHAR20TEXT20
VORGA_BEZName for budget/planning budget types BP_VORG_BECHAR20TEXT20
BSTAT_TDescription (text) for planning/budgeting document status BP_BSTAT_TCHAR20TEXT20
REV_DOCNROriginal document REV_DOCNRNUMC10Assigned to domainBP_BELNR
RSTAT_TDescription (text) for reversal status BP_RSTAT_TCHAR20TEXT20
REV_DOCNR_TXTText REV_DOCNR_TXTCHAR20CHAR20
FCODEBudgeting/planning function BP_FCODECHAR6BP_FCODE
U_S_GEBERSender fund BP_S_GEBERCHAR10Assigned to domainBP_GEBERFIC
U_E_GEBERReceiver fund BP_E_GEBERCHAR10Assigned to domainBP_GEBERFIE
GEBER_TXTChar 15 CHAR15CHAR15CHAR15
U_SJAHRSender year BP_U_SJAHRNUMC4GJAHRGJAHRGJR
U_EJAHRReceiver year BP_U_EJAHRNUMC4GJAHRGJAHRGJV
GJAHR_TXTChar 15 CHAR15CHAR15CHAR15

Key field Non-key field



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

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

How to access SAP table FMPRINT_HEAD

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