NPDOK SAP (IS-H: Dummy table for doc. report parameters) Structure details

Dictionary Type: Structure
Description: IS-H: Dummy table for doc. report parameters




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




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

NPDOK 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 "IS-H: Dummy table for doc. report parameters" 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_NPDOK TYPE NPDOK.

The NPDOK table consists of various fields, each holding specific information or linking keys about IS-H: Dummy table for doc. report parameters data available in SAP. These include C2 (IS-H: Field CHAR 2), C3 (IS-H: Field CHAR 3), C32 (IS-H: Field CHAR 3), C4 (IS-H: Field CHAR 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 NPDOK 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
C1IS-H: Field CHAR 1 NC1CHAR1CHAR1
C2IS-H: Field CHAR 2 NC2CHAR2CHAR2
C3IS-H: Field CHAR 3 NC3CHAR3CHAR3
C32IS-H: Field CHAR 3 NC3CHAR3CHAR3
C4IS-H: Field CHAR 4 NC4CHAR4CHAR4
C5IS-H: Field CHAR 5 NC5CHAR5CHAR5
C6IS-H: Field CHAR 6 NC6CHAR6CHAR6
C10IS-H: Field CHAR 10 NC10CHAR10CHAR10
C12IS-H: Field CHAR 12 NC12CHAR12CHAR12
C16IS-H: Field CHAR 16 NC16CHAR16CHAR16
C20IS-H: Field CHAR 20 NC20CHAR20CHAR20
C30IS-H: Field CHAR 30 NC30CHAR30CHAR30
C40IS-H: Field CHAR 40 NC40CHAR40CHAR40
C45IS-H: Field CHAR 45 NC45CHAR45CHAR45
C50IS-H: Field CHAR 50 NC50CHAR50CHAR50
XFELDIS-H: Checkbox NXFELDCHAR1XFELD
XFELD1IS-H: Checkbox NXFELDCHAR1XFELD
XFELD2IS-H: Checkbox NXFELDCHAR1XFELD
XFELD3IS-H: Checkbox NXFELDCHAR1XFELD
XFELD4IS-H: Checkbox NXFELDCHAR1XFELD
XFELD5IS-H: Checkbox NXFELDCHAR1XFELD
XFELD6IS-H: Checkbox NXFELDCHAR1XFELD
XFELD7IS-H: Checkbox NXFELDCHAR1XFELD
XFELD8IS-H: Checkbox NXFELDCHAR1XFELD
XFELD9IS-H: Checkbox NXFELDCHAR1XFELD
XFELD10IS-H: Checkbox NXFELDCHAR1XFELD
XFELD11IS-H: Checkbox NXFELDCHAR1XFELD
XFELD12IS-H: Checkbox NXFELDCHAR1XFELD
XFELD13IS-H: Checkbox NXFELDCHAR1XFELD
N11IS-H: One-digit numerical field NNUM01NUMC1NUMC1
N3IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N31IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N32IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N33IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N34IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N35IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N36IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N37IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N38IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N39IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N310IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N311IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N312IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N313IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N314IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N315IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N316IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N317IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N318IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N319IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N320IS-H: 3-digit number sequence NNUM03NUMC3NUMC3
N61IS-H: 6-digit number sequence NNUM06NUMC6NUMC6
N62IS-H: 6-digit number sequence NNUM06NUMC6NUMC6
TESTMIS-H: Test Mode ISH_TESTMCHAR1XFELD
BAPIRETMAXTYIS-H: Most Severe Message Type Generated ISH_BAPIRETMAXTYCHAR1ISH_BAPIRETMAXTY
T35IS-H: Field CHAR 35 Lowercase TX35CHAR35TEXT35
RADIO1Radio Button NRADIOFELDCHAR1XFELD
RADIO2Radio Button NRADIOFELDCHAR1XFELD
RADIO3Radio Button NRADIOFELDCHAR1XFELD
RADIO4Radio Button NRADIOFELDCHAR1XFELD
RADIO5Radio Button NRADIOFELDCHAR1XFELD
RADIO6Radio Button NRADIOFELDCHAR1XFELD
RADIO7Radio Button NRADIOFELDCHAR1XFELD
RADIO8Radio Button NRADIOFELDCHAR1XFELD
RADIO9Radio Button NRADIOFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table NPDOK

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