CFSTRUCTUR SAP (Hierarchy structure for print control) Structure details

Dictionary Type: Structure
Description: Hierarchy structure for print control




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




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

CFSTRUCTUR 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 "Hierarchy structure for print control" 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_CFSTRUCTUR TYPE CFSTRUCTUR.

The CFSTRUCTUR table consists of various fields, each holding specific information or linking keys about Hierarchy structure for print control data available in SAP. These include NR (Number of object to be printed), SUBNR (Number of an object within a chapter to be printed), ACTIVE (Chapter chosen), POSITION (Position of object on a level).. 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 CFSTRUCTUR 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
TYPEType of object to be printed CFTYPECHAR1CHAR1
NRNumber of object to be printed CFNRCHAR18CHAR18
SUBNRNumber of an object within a chapter to be printed CFSUBNRNUMC4NUMC4
ACTIVEChapter chosen CFCHAP_ACTCHAR1XFLAG
POSITIONPosition of object on a level CFPOSITIOCHAR2CHAR2
REPIDReport Name RKE_BERNACHAR12Assigned to domainBERNA2BER
SMODESpecial reports CFSMODECHAR1SMODESMD
LANGULanguage key CFLANGULANG1T002ISOLASPRAS
TEXTText for print module CFTEXT40CHAR40TEXT40
FILEFile name for data to be printed CFFILE_DCHAR60CHAR60
FORMATFormat of print object CFPRFORMATCHAR3CHAR3
ORIENTATIOPrint format (portait/landscape) CFORIENTCHAR1ORIENTATIO
NEWPAGENew page before print object CFNEWPAGECHAR1XFLAG
MACRONAMEName of MS-WinWord macro CFMACROCHAR40TEXT40
HEADLINEHeader for print module CFHEADLINECHAR40TEXT40
ALIGNMENTAlignment of graphic for printing CFALIGNCHAR1ALIGNMENT
FRAMEBorder for graphic CFFRAMECHAR1XFLAG
INDEXIndex of appropriate entry in LOOP_TAB CFINDEXINT410INT4
LFDIDSequence number for hierarchical node CFLFDIDNUMC8Assigned to domainLFDIDLID
HL_NEWPAGENew page before header CFHL_NPAGECHAR1XFLAG
HEADERPAGEPrelim. page for printing in MS-WinWord CFHEADPAGECHAR60CHAR60
HL_ORIENTPrint format (portrait/landscape) of a chapter CFHLORIENTCHAR1ORIENTATIO
SHEET_NRNumber of a page in a report portfolio report CFSHEETNRNUMC2NUMC2

Key field Non-key field



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

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

How to access SAP table CFSTRUCTUR

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