PIQDB_NL_DUODEF SAP (Preliminary details) Table details

Dictionary Type: Table
Description: Preliminary details




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




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

PIQDB_NL_DUODEF is a standard SAP Table which is used to store Preliminary details data and is available within R/3 SAP systems depending on the version and release level.

The PIQDB_NL_DUODEF table consists of various fields, each holding specific information or linking keys about Preliminary details data available in SAP. These include REG_NUM (Registration Sequence Number), SEQNR (Sequence Number), STNUM (Student Number), CITS_NUM (Citizen Service Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PIQDB_NL_DUODEF table 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
MANDTClient MANDTCLNT3T000MANDT
REG_NUMRegistration Sequence Number PIQ_NL_DUO_REGIST_NUMCHAR20CHAR20
SEQNRSequence Number PIQ_NL_SEQNRNUMC3NUM03
STNUMStudent Number PIQSTUDENT12CHAR12PIQSTPIQSTUDENT12
CITS_NUMCitizen Service Number PIQ_NL_DUO_CITSNUMCHAR9CHAR9
EDU_NUMEducation Number PIQ_NL_DUO_EDUNUMCHAR9CHAR9
BRIN_NUMBRIN Number PIQ_NL_BRINNUMBERCHAR4PIQ_NL_BRINNUMBER
GRADE_NUMGrade Sequence Number PIQ_NL_DUO_GRADE_NUMCHAR20CHAR20
DEFRAY_YEARDefrayment year PIQ_NL_DUO_DEFRAY_YEARNUMC4NUMC4
DEFRAY_INDDefrayment indication PIQ_NL_DUO_DEFRAY_INDICATORCHAR1CHAR1
JOINT_DEGFACTORJoint degree factor PIQ_NL_DUO_JOINT_DEGREEFACTORNUMC2NUMC2
TABNRReference Number to Table Part HRTABNRCHAR32Assigned to domainHRTABNR

Key field Non-key field



How do I retrieve data from SAP table PIQDB_NL_DUODEF using ABAP code

The following ABAP code Example will allow you to do a basic selection on PIQDB_NL_DUODEF to SELECT all data from the table
DATA: WA_PIQDB_NL_DUODEF TYPE PIQDB_NL_DUODEF.

SELECT SINGLE *
FROM PIQDB_NL_DUODEF
INTO CORRESPONDING FIELDS OF WA_PIQDB_NL_DUODEF
WHERE...

How to access SAP table PIQDB_NL_DUODEF

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