N1PDSDRUCK SAP () Structure details

Dictionary Type: Structure
Description:




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




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

N1PDSDRUCK 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 "" 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_N1PDSDRUCK TYPE N1PDSDRUCK.

The N1PDSDRUCK table consists of various fields, each holding specific information or linking keys about data available in SAP. These include PDANZGMD (2-Digit Numeric Value), PDSTAUF (Four-digit number), PDRISIKEN (Text (80 Characters)), PDLEBG (Text field, length 4).. 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 N1PDSDRUCK 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
PDGEBJMFour-digit number NUM4NUMC4NUM04
PDANZGMD2-Digit Numeric Value NUM2NUMC2NUM2
PDSTAUFFour-digit number NUM4NUMC4NUM04
PDRISIKENText (80 Characters) TEXT80CHAR80TEXT80UEB
PDLEBGText field, length 4 TEXT4CHAR4UDCHA4
PDANZLEBG2-Digit Numeric Value NUM2NUMC2NUM2
PDINDZOPEText Field TEXT50CHAR50TEXT50
PDGEBVERLText (100 characters) TEXT100CHAR100TEXT100
PDERKRANKText Field TEXT50CHAR50TEXT50
PDKONFESText length 25 TEXT25CHAR25TEXT25
PDSTAATSANLength 18 text TEXT18CHAR18TEXT18
PDKRANKENHText Field of Length 60 TEXT60CHAR60TEXT60
PDEINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
PDSCHWAWOTwo digit number NUMC2NUMC2NUMC2
PDSCHWATAGSingle-Character Indicator CHAR1CHAR1CHAR1
PDBESGMText for translation TEXT200CHAR200TEXT200
PDBESGKText for translation TEXT200CHAR200TEXT200
PDBESKKText for translation TEXT200CHAR200TEXT200
PDBESKMText for translation TEXT200CHAR200TEXT200
PDKINDBGR N1PDEKIBLGRCHAR2N1PDANMBGMP
PDKINDRH N1PDEKIBLRHCHAR1N1PDANMRHMP
PDGEBMText (10 Characters) TEXT10CHAR10TEXT10
PDANZKABAB Dictionary: Two-Digit Numeric Field NUM02NUMC2NUM02
PDTOTGEBABAB Dictionary: Two-Digit Numeric Field NUM02NUMC2NUM02
PDANAESTError message text - long text of the error TEXT70CHAR70TEXT70

Key field Non-key field



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

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

How to access SAP table N1PDSDRUCK

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