RN2ET_DRUCK SAP (Template: Print parameter) Structure details

Dictionary Type: Structure
Description: Template: Print parameter




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




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

RN2ET_DRUCK 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 "Template: Print parameter" 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_RN2ET_DRUCK TYPE RN2ET_DRUCK.

The RN2ET_DRUCK table consists of various fields, each holding specific information or linking keys about Template: Print parameter data available in SAP. These include PW1SEQVAL (Print Sequence), PW2XBEZ (Line Feed), PTXTEL (Text Element in SAPscript Form), PW1NAME (Window name).. 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)


SAP RN2ET_DRUCK 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
RTXTLENDocEl. Descriptor/Fixed Txt Length for Printout N2_RTXTLENNUMC2SCRLEN
PW1SEQVALPrint Sequence N2_PW1SQVLNUMC5NUM05
PW2XBEZLine Feed N2_PW2XBEZNUMC3NUM03
PTXTELText Element in SAPscript Form N2_PTXTELCHAR30N2_PTXTEL
PW1NAMEWindow name N2_PW1NAMECHAR8N2_WINNAM
PW1SUPRSuppress descriptor when no data N2_PW1SUPRCHAR1XFELD
PW1ABSFBEZWindow1: Paragraph Format Descriptor N2_PW1AFBZCHAR2N2_ABSFORM
PW1ABSFVALWindow1: Paragraph Format Value N2_PW1AFVLCHAR2N2_ABSFORM
PW2SUPRExpand Table N2_PW2SUPRCHAR1XFELD
PW1CHFBEZ1st Character Format for Label N2_PW1CFBZCHAR2N2_CHRFOR
PW1CHFVAL1st Character Format for Value N2_PW1CFVLCHAR2N2_CHRFOR
PFETTBEZIdentifier Bold? (Yes/No) N2_PFETTBZCHAR1XFELD
PFETTVALValue Bold? (Yes/No) N2_PFETTVLCHAR1XFELD
PKURSBEZIdentifier in Italics? N2_PKURSBZCHAR1XFELD
PKURSVALValue in Italics? N2_PKURSVLCHAR1XFELD
PULINBEZIdentifier Underlined? N2_PULINBZCHAR1XFELD
PULINVALValue Underlined? N2_PULINVLCHAR1XFELD
PCHARF2BEZ2nd Character Format for Value N2_PW2CFBZCHAR2N2_CHRFOR
PCHARF2VAL2nd Character Format for Value N2_PW2CFVLCHAR2N2_CHRFOR
RTEXTPrint Label N2_RTEXTCHAR80TEXT80

Key field Non-key field



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

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

How to access SAP table RN2ET_DRUCK

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